pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
plink: Patch for new interchangeable BLAS system
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Fri Jul 26 17:50:04 2019 -0500
Changeset: 577dddf91c7b3d262490d1dc032c8b7809f5f583
Modified Files:
plink/Makefile
Log Message:
plink: Patch for new interchangeable BLAS system
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=577dddf91c7b3d262490d1dc032c8b7809f5f583
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
plink/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diffs:
diff --git a/plink/Makefile b/plink/Makefile
index 7fb7929039..70a0a3cb5a 100644
--- a/plink/Makefile
+++ b/plink/Makefile
@@ -26,8 +26,7 @@ WRKSRC= ${WRKDIR}/plink-ng-${GITHUB_TAG}/1.9
CFLAGS+= -DDYNAMIC_ZLIB -I${PREFIX}/include -I.
CXXFLAGS+= -DDYNAMIC_ZLIB -I${PREFIX}/include
-# MAKE_FLAGS+= ZLIB=-lz BLASFLAGS="-L${PREFIX}/lib -llapack -lcblas -lblas -lpthread"
-MAKE_FLAGS+= ZLIB=-lz BLASFLAGS="-L${PREFIX}/lib ${BLAS_LIBS} -lcblas -lpthread"
+MAKE_FLAGS+= ZLIB=-lz BLASFLAGS="-L${PREFIX}/lib ${LAPACK_LIBS} ${BLAS_LIBS} -lcblas -lpthread"
INSTALL_TARGET= install-strip
PORTVERSION= 1.90b4
@@ -42,8 +41,6 @@ do-install:
.include "../../wip/cblas/buildlink3.mk"
.include "../../wip/mk/blas.buildlink3.mk"
-# .include "../../math/blas/buildlink3.mk"
-# .include "../../math/lapack/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index