pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/plumed math/plumed: needs CBLAS (possibly picks g...
details: https://anonhg.NetBSD.org/pkgsrc/rev/19fe790e27c9
branches: trunk
changeset: 382325:19fe790e27c9
user: thor <thor%pkgsrc.org@localhost>
date: Mon Jul 25 14:57:58 2022 +0000
description:
math/plumed: needs CBLAS (possibly picks gslcblas otherwise)
diffstat:
math/plumed/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 53552c211fc9 -r 19fe790e27c9 math/plumed/Makefile
--- a/math/plumed/Makefile Mon Jul 25 13:57:01 2022 +0000
+++ b/math/plumed/Makefile Mon Jul 25 14:57:58 2022 +0000
@@ -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 @@
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 @@
.include "options.mk"
+BLAS_C_INTERFACE= yes
+
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/blas.buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index