ae22a7846a
- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
13 lines
258 B
Makefile
13 lines
258 B
Makefile
PORTREVISION= 15
|
|
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"
|