pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/plumed



Module Name:    pkgsrc
Committed By:   thor
Date:           Mon Jul 25 14:57:58 UTC 2022

Modified Files:
        pkgsrc/math/plumed: Makefile

Log Message:
math/plumed: needs CBLAS (possibly picks gslcblas otherwise)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/math/plumed/Makefile

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

Modified files:

Index: pkgsrc/math/plumed/Makefile
diff -u pkgsrc/math/plumed/Makefile:1.1 pkgsrc/math/plumed/Makefile:1.2
--- pkgsrc/math/plumed/Makefile:1.1     Fri Jul  8 19:47:59 2022
+++ pkgsrc/math/plumed/Makefile Mon Jul 25 14:57:58 2022
@@ -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"



Home | Main Index | Thread Index | Old Index