pkgsrc-WIP-changes archive

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

gemma: point to math/cblas



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Tue Apr 20 23:55:27 2021 +0200
Changeset:	213ea4adce0eca98c94ca68d486573f582a09f13

Modified Files:
	gemma/Makefile

Log Message:
gemma: point to math/cblas

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

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

diffstat:
 gemma/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/gemma/Makefile b/gemma/Makefile
index fb8c9f6370..56ff91efdc 100644
--- a/gemma/Makefile
+++ b/gemma/Makefile
@@ -25,10 +25,10 @@ MAKE_FLAGS+=	LDFLAGS+="${LAPACK_LIBS} -lgsl -lcblas -lz"
 MAKE_FILE=	${FILESDIR}/Makefile
 
 # Requires multithreading for decent performance
+# Remember that this would interact with any limitation
+# of math/cblas, if there were any.
 BLAS_ACCEPTED=	openblas_pthread openblas_openmp
 
-.include "../../wip/mk/blas.buildlink3.mk"
-
 .if !empty(BLAS_TYPE:Mopenblas*)
 CXXFLAGS+=	-I${PREFIX}/include/${BLAS_TYPE} -DOPENBLAS
 .endif
@@ -44,7 +44,7 @@ do-test:
 	(cd ${WRKSRC}/test && ${SH} test_suite.sh)
 
 .include "../../devel/zlib/buildlink3.mk"
-.include "../../wip/cblas/buildlink3.mk"
+.include "../../math/cblas/buildlink3.mk"
 .include "../../math/gsl/buildlink3.mk"
 .include "../../math/eigen3/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index