1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/science/fvcom-mpi/Makefile
2023-04-23 09:09:58 +00:00

14 lines
258 B
Makefile

PORTREVISION= 16
PKGNAMESUFFIX= -openmpi
MPIPREFIX= mpi/openmpi/
LIB_DEPENDS+= libmpi.so:net/openmpi
MASTERDIR= ${.CURDIR}/../fvcom
MAKE_ARGS+= FC=${LOCALBASE}/${MPIPREFIX}bin/mpif90 \
PORT_CPP_FLAGS+=-DMULTIPROCESSOR
.include "${MASTERDIR}/Makefile"