pkgsrc-WIP-changes archive

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

plink: Require openblas_pthread



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Jul 26 19:21:27 2019 -0500
Changeset:	ada2017bf6562a8a56afc6f090609e016288ef42

Modified Files:
	plink/Makefile

Log Message:
plink: Require openblas_pthread

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

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

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

diffs:
diff --git a/plink/Makefile b/plink/Makefile
index 70a0a3cb5a..d2e6c6424d 100644
--- a/plink/Makefile
+++ b/plink/Makefile
@@ -30,6 +30,7 @@ MAKE_FLAGS+=	ZLIB=-lz BLASFLAGS="-L${PREFIX}/lib ${LAPACK_LIBS} ${BLAS_LIBS} -lc
 INSTALL_TARGET=	install-strip
 
 PORTVERSION=	1.90b4
+BLAS_ACCEPTED=	openblas_pthread
 
 INSTALLATION_DIRS=	bin
 
@@ -39,8 +40,8 @@ post-patch:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/plink ${DESTDIR}${PREFIX}/bin
 
-.include "../../wip/cblas/buildlink3.mk"
 .include "../../wip/mk/blas.buildlink3.mk"
+.include "../../wip/cblas/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index