diff options
author | yuri <yuri@FreeBSD.org> | 2018-09-23 08:25:19 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-09-23 08:25:19 +0800 |
commit | 6cb0f8045f443e297f70ef73bd1472dd4ad6295b (patch) | |
tree | 0ab4afd7e9d3f0e571b246bba393b2d618f262ce /science/cp2k | |
parent | e7d9744abaa225a89a89d2e5074f9d404baa5bd6 (diff) | |
download | freebsd-ports-gnome-6cb0f8045f443e297f70ef73bd1472dd4ad6295b.tar.gz freebsd-ports-gnome-6cb0f8045f443e297f70ef73bd1472dd4ad6295b.tar.zst freebsd-ports-gnome-6cb0f8045f443e297f70ef73bd1472dd4ad6295b.zip |
science/cp2k: Change from net/mpich2 -> net/mpich
Diffstat (limited to 'science/cp2k')
-rw-r--r-- | science/cp2k/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/science/cp2k/Makefile b/science/cp2k/Makefile index 0b6039879acd..33319dd175be 100644 --- a/science/cp2k/Makefile +++ b/science/cp2k/Makefile @@ -2,7 +2,7 @@ PORTNAME= cp2k DISTVERSION= 6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science MASTER_SITES= SF/${PORTNAME}/ @@ -45,12 +45,14 @@ SERIAL_VARS= VERSION=sopt OPENMP_VARS= VERSION=ssmp MPI_VARS= VERSION=popt -MPI_LIB_DEPENDS= libmpich.so:net/mpich2 \ +MPI_LIB_DEPENDS= libmpich.so:net/mpich \ libscalapack.so:math/scalapack +MPI_LDFLAGS= -lmpifort OPENMP_MPI_DESC= Enable both OpenMP and MPI OPENMP_MPI_VARS= VERSION=psmp OPENMP_MPI_LIB_DEPENDS= ${MPI_LIB_DEPENDS} +OPENMP_MPI_LDFLAGS= ${MPI_LDFLAGS} PLIST_FILES= bin/${PORTNAME} |