pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gemma: Test with Apple acclerate.framework (BLAS) and clean up Makefile
Module Name: pkgsrc-wip
Committed By: Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By: outpaddling
Date: Thu Apr 22 18:42:20 2021 -0500
Changeset: b54a8e8ab0ef67102e784026ea1ef1b4247a286f
Modified Files:
gemma/Makefile
Log Message:
gemma: Test with Apple acclerate.framework (BLAS) and clean up Makefile
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b54a8e8ab0ef67102e784026ea1ef1b4247a286f
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gemma/Makefile | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diffs:
diff --git a/gemma/Makefile b/gemma/Makefile
index 56ff91efdc..72dda89ef7 100644
--- a/gemma/Makefile
+++ b/gemma/Makefile
@@ -27,17 +27,12 @@ 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
+BLAS_ACCEPTED= openblas_pthread openblas_openmp accelerate.framework
.if !empty(BLAS_TYPE:Mopenblas*)
CXXFLAGS+= -I${PREFIX}/include/${BLAS_TYPE} -DOPENBLAS
.endif
-# No multithreading
-.if ${BLAS_TYPE} == "openblas"
-CXXFLAGS+= -DOPENBLAS_LEGACY
-.endif
-
INSTALLATION_DIRS= bin share/examples
do-test:
Home |
Main Index |
Thread Index |
Old Index