summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthor <thor@pkgsrc.org>2022-07-25 14:57:58 +0000
committerthor <thor@pkgsrc.org>2022-07-25 14:57:58 +0000
commitd258cf9e0888779d122cda264f11f945271fe495 (patch)
tree9de5c811328539830fc605595ae1216cbf066a12
parent1626eaf25cdd112838fd35aacbd3979198f6e8b1 (diff)
downloadpkgsrc-d258cf9e0888779d122cda264f11f945271fe495.tar.gz
math/plumed: needs CBLAS (possibly picks gslcblas otherwise)
-rw-r--r--math/plumed/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/math/plumed/Makefile b/math/plumed/Makefile
index 456c501c222..7d366378681 100644
--- a/math/plumed/Makefile
+++ b/math/plumed/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/07/08 19:47:59 thor Exp $
+# $NetBSD: Makefile,v 1.2 2022/07/25 14:57:58 thor Exp $
DISTNAME= plumed-2.8.0
CATEGORIES= math
@@ -18,7 +18,7 @@ TEST_TARGET= check
CONFIGURE_ARGS+= --enable-gsl
CONFIGURE_ARGS+= --enable-external-blas --enable-external-lapack
-CONFIGURE_ARGS+= LIBS='${LAPACK_LIBS}'
+CONFIGURE_ARGS+= LIBS='${LAPACK_LIBS} ${CBLAS_LIBS}'
CONFIGURE_ARGS+= LIBRARY_PATH='${LIBRARY_PATH}:${PREFIX}/lib'
CONFIGURE_ARGS+= --enable-rpath
# Python module should be a separate package, I suppose.
@@ -34,6 +34,8 @@ REPLACE_BASH+= scripts/*.sh patches/*.sh
.include "options.mk"
+BLAS_C_INTERFACE= yes
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/blas.buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"