aboutsummaryrefslogtreecommitdiff
path: root/math/moab
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2020-04-19 09:49:02 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2020-04-19 09:49:02 +0000
commit794fcc74bd8fced99f6a09840d3e4478c3230493 (patch)
tree340936c7bee5d0b1a767c5f350d166791e955a7e /math/moab
parent8d195d23e02f6b5069402dd0865f59e42af78620 (diff)
downloadports-794fcc74bd8fced99f6a09840d3e4478c3230493.tar.gz
ports-794fcc74bd8fced99f6a09840d3e4478c3230493.zip
- Update net/openmpi to 4.0.3 (openmpi 1 is deprecated)
- Remove option for net/openmpi2 from science/pnetcdf (net/openmpi2 is deprecated and will be removed) - Fix science/gromacs plist when MPI option is enabled - Bump PORTREVISION for all the consumers of net/openmpi
Notes
Notes: svn path=/head/; revision=532095
Diffstat (limited to 'math/moab')
-rw-r--r--math/moab/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/math/moab/Makefile b/math/moab/Makefile
index 8babc710baa0..a1eb3e0dbc55 100644
--- a/math/moab/Makefile
+++ b/math/moab/Makefile
@@ -2,6 +2,7 @@
PORTNAME= moab
DISTVERSION= 5.1.1
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/
@@ -18,7 +19,8 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 \
USES= cmake:noninja compiler:c++11-lang eigen:3 fortran
USE_LDCONFIG= yes
-CMAKE_ARGS= -DBLAS_LIBRARIES:STRING=${LOCALBASE}/lib/libopenblas.so -DLAPACK_LIBRARIES:STRING=${LOCALBASE}/lib/libopenblas.so
+CMAKE_ARGS= -DBLAS_LIBRARIES:STRING=${LOCALBASE}/lib/libopenblas.so \
+ -DLAPACK_LIBRARIES:STRING=${LOCALBASE}/lib/libopenblas.so
BB_ACCOUNT= fathomteam
BB_PROJECT= ${PORTNAME}