aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-10-05 05:10:42 +0800
committeryuri <yuri@FreeBSD.org>2018-10-05 05:10:42 +0800
commit2c382cbfb52593f9cdca1a219dd4873884e9c399 (patch)
tree9a983d68d35291e3caa2670a01f0fef5d3b72a67 /science
parent6ef4d5efeafafec738db9ad639542dd6a528453f (diff)
downloadfreebsd-ports-gnome-2c382cbfb52593f9cdca1a219dd4873884e9c399.tar.gz
freebsd-ports-gnome-2c382cbfb52593f9cdca1a219dd4873884e9c399.tar.zst
freebsd-ports-gnome-2c382cbfb52593f9cdca1a219dd4873884e9c399.zip
science/dftbplus science/mbdyn science/octopus: Change from math/arpack to math/arpack-ng
Diffstat (limited to 'science')
-rw-r--r--science/dftbplus/Makefile4
-rw-r--r--science/mbdyn/Makefile4
-rw-r--r--science/octopus/Makefile3
3 files changed, 6 insertions, 5 deletions
diff --git a/science/dftbplus/Makefile b/science/dftbplus/Makefile
index bbb0f8beb542..53b2a3d19523 100644
--- a/science/dftbplus/Makefile
+++ b/science/dftbplus/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dftbplus
DISTVERSION= 18.2
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science
MAINTAINER= yuri@FreeBSD.org
@@ -54,7 +54,7 @@ SOCKETS_BINARY_ALIAS= gcc=${CC}
ARPACK_DESC= Build with ARPACK for large eigenvalue problems
ARPACK_MAKE_ARGS= WITH_ARPACK=1
ARPACK_MAKE_ARGS_OFF= WITH_ARPACK=0
-ARPACK_LIB_DEPENDS= libarpack.so:math/arpack
+ARPACK_LIB_DEPENDS= libarpack.so:math/arpack-ng
ARPACK_PREVENTS= MPI # ARPACK is only used in a single-core application
MAKE_JOBS_UNSAFE= yes # race conditions when some options are ON
diff --git a/science/mbdyn/Makefile b/science/mbdyn/Makefile
index 6017145f40db..cce278143cbe 100644
--- a/science/mbdyn/Makefile
+++ b/science/mbdyn/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mbdyn
PORTVERSION= 1.7.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= science
MASTER_SITES= https://www.mbdyn.org/userfiles/downloads/
@@ -17,7 +17,7 @@ BROKEN_powerpc= Does not compile on powerpc
BUILD_DEPENDS= libatomic_ops>0:devel/libatomic_ops
LIB_DEPENDS= libltdl.so:devel/libltdl \
- libarpack.so:math/arpack \
+ libarpack.so:math/arpack-ng \
libumfpack.so:math/suitesparse
GNU_CONFIGURE= yes
diff --git a/science/octopus/Makefile b/science/octopus/Makefile
index eff5db387e6d..3bb81136f5db 100644
--- a/science/octopus/Makefile
+++ b/science/octopus/Makefile
@@ -2,6 +2,7 @@
PORTNAME= octopus
DISTVERSION= 8.2
+PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= http://www.tddft.org/programs/${PORTNAME}/download/${DISTVERSION}/
@@ -11,7 +12,7 @@ COMMENT= Scientific program aimed at the ab initio virtual experimentation
LICENSE= GPLv2
BUILD_DEPENDS= bash:shells/bash
-LIB_DEPENDS= libarpack.so:math/arpack \
+LIB_DEPENDS= libarpack.so:math/arpack-ng \
libblas.so:math/blas \
libfftw3.so:math/fftw3 \
libfontconfig.so:x11-fonts/fontconfig \