794fcc74bd
- 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
18 lines
300 B
Makefile
18 lines
300 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 15
|
|
PKGNAMESUFFIX= -openmpi
|
|
|
|
MPIPREFIX= mpi/openmpi/
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
|
|
LIB_DEPENDS+= libmpi.so:net/openmpi
|
|
|
|
MASTERDIR= ${.CURDIR}/../fvcom
|
|
|
|
MAKE_ARGS+= FC=${LOCALBASE}/${MPIPREFIX}bin/mpif90 \
|
|
PORT_CPP_FLAGS+=-DMULTIPROCESSOR
|
|
|
|
.include "${MASTERDIR}/Makefile"
|