summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason W. Bacon <jwb@FreeBSD.org>2020-04-12 14:31:17 +0000
committerJason W. Bacon <jwb@FreeBSD.org>2020-04-12 14:31:17 +0000
commit4d0b3ef0460f5856ce09a5a2448504c5a04d99c4 (patch)
tree6d754240f1b2524b14302f429dd48c359a291495
parentmath/ascent: fix build on GCC architectures (diff)
science/dlpoly-classic: Change dependency to openmpi3
This is only a quick unbreak revision. The port badly needs an upgrade to the latest version on Gitlab. PR: ports/245564 Reported by: danilo
Notes
Notes: svn path=/head/; revision=531521
-rw-r--r--science/dlpoly-classic/Makefile21
1 files changed, 10 insertions, 11 deletions
diff --git a/science/dlpoly-classic/Makefile b/science/dlpoly-classic/Makefile
index b5b93702a380..dd1ed23844a5 100644
--- a/science/dlpoly-classic/Makefile
+++ b/science/dlpoly-classic/Makefile
@@ -2,7 +2,7 @@
PORTNAME= dlpoly
PORTVERSION= 1.8
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= science java
MASTER_SITES= http://ccpforge.cse.rl.ac.uk/gf/download/frsrelease/238/2028/
PKGNAMESUFFIX= classic
@@ -11,24 +11,23 @@ DISTNAME= dl_class_${PORTVERSION}
MAINTAINER= jwb@FreeBSD.org
COMMENT= Molecular dynamics simulation package
-BROKEN= unfetchable
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2020-05-05
+# Later versions use 2 clause
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENCE.pdf
-BUILD_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpif90:net/openmpi
-RUN_DEPENDS= ${LOCALBASE}/mpi/openmpi/bin/mpirun:net/openmpi
-
-OPTIONS_DEFINE= GUI DOCS EXAMPLES
-OPTIONS_DEFAULT= GUI
-GUI_DESC= Install Java GUI
+LIB_DEPENDS= libmpi.so:net/openmpi3
USES= fortran gmake
+OPTIONS_DEFINE= GUI DOCS EXAMPLES
+OPTIONS_DEFAULT= GUI
+GUI_DESC= Install Java GUI
+
SUB_FILES= dlpoly-gui
BUILD_WRKSRC= ${WRKSRC}/source
-MPIF90= ${LOCALBASE}/mpi/openmpi/bin/mpif90
+MPIF90= ${LOCALBASE}/mpi/openmpi3/bin/mpif90
GUI_USE= JAVA=yes
GUI_PLIST_FILES= bin/dlpoly-gui \