pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

plink2: Build with netlib blas for testing



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu May 3 21:37:03 2018 -0500
Changeset:	4db4d686ea6c77e93ede74588f90b773db6cd38d

Modified Files:
	plink2/Makefile

Log Message:
plink2: Build with netlib blas for testing

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4db4d686ea6c77e93ede74588f90b773db6cd38d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 plink2/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/plink2/Makefile b/plink2/Makefile
index 6daccc238c..ab07cfbe87 100644
--- a/plink2/Makefile
+++ b/plink2/Makefile
@@ -31,7 +31,8 @@ CFLAGS+=	-DDYNAMIC_ZLIB -I${PREFIX}/include -g
 CXXFLAGS+=	-DDYNAMIC_ZLIB -I${PREFIX}/include -g
 
 # Check this
-MAKE_FLAGS+=	ZLIB=-lz BLASFLAGS64="-L${PREFIX}/lib -llapack -lcblas"
+# MAKE_FLAGS+=	ZLIB=-lz BLASFLAGS64="-L${PREFIX}/lib -lopenblas"
+MAKE_FLAGS+=	ZLIB=-lz BLASFLAGS64="-L${PREFIX}/lib -llapack -lcblas -lblas"
 # INSTALL_TARGET=	install-strip
 
 PORTVERSION=	0.0.0.20180503


Home | Main Index | Thread Index | Old Index