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: adam
Date: Tue Jul 26 15:23:09 UTC 2022
Modified Files:
pkgsrc/math/plumed: Makefile
Log Message:
plumed: do not use loader path on Darwin; cleanups
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 pkgsrc/math/plumed/Makefile:1.4
--- pkgsrc/math/plumed/Makefile:1.3 Mon Jul 25 14:58:47 2022
+++ pkgsrc/math/plumed/Makefile Tue Jul 26 15:23:09 2022
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2022/07/25 14:58:47 thor Exp $
+# $NetBSD: Makefile,v 1.4 2022/07/26 15:23:09 adam Exp $
DISTNAME= plumed-2.8.0
PKGREVISION= 1
CATEGORIES= math
-MASTER_SITES= ${MASTER_SITE_GITHUB:=plumed/plumed2/releases/download/v2.8.0/}
+MASTER_SITES= ${MASTER_SITE_GITHUB:=plumed/}
+GITHUB_RELEASE= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .tgz
MAINTAINER= thor%NetBSD.org@localhost
@@ -11,14 +12,15 @@ HOMEPAGE= https://www.plumed.org/
COMMENT= Molecular dynamics support library
LICENSE= gnu-lgpl-v3
-GNU_CONFIGURE= yes
USE_LANGUAGES= c c++ fortran
USE_TOOLS+= gmake bash
-
+GNU_CONFIGURE= yes
TEST_TARGET= check
+CONFIGURE_ARGS+= --disable-loader-path
CONFIGURE_ARGS+= --enable-gsl
-CONFIGURE_ARGS+= --enable-external-blas --enable-external-lapack
+CONFIGURE_ARGS+= --enable-external-blas
+CONFIGURE_ARGS+= --enable-external-lapack
CONFIGURE_ARGS+= LIBS='${LAPACK_LIBS} ${CBLAS_LIBS}'
CONFIGURE_ARGS+= LIBRARY_PATH='${LIBRARY_PATH}:${PREFIX}/lib'
CONFIGURE_ARGS+= --enable-rpath
@@ -38,8 +40,7 @@ REPLACE_BASH+= scripts/*.sh patches/*.sh
BLAS_C_INTERFACE= yes
.include "../../devel/zlib/buildlink3.mk"
-.include "../../mk/blas.buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
-
+.include "../../mk/blas.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index