diff options
author | makc <makc@FreeBSD.org> | 2013-02-21 01:30:45 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-02-21 01:30:45 +0800 |
commit | e7f00de790e342ec12c3f3970a19f184dc6282d6 (patch) | |
tree | c1ebb6edb85a870e7c1dbcfded91354faff1dfa1 /science/fvcom-mpi | |
parent | b063be1824a72ec83254429f531d64cbee43ecf2 (diff) | |
download | freebsd-ports-graphics-e7f00de790e342ec12c3f3970a19f184dc6282d6.tar.gz freebsd-ports-graphics-e7f00de790e342ec12c3f3970a19f184dc6282d6.tar.zst freebsd-ports-graphics-e7f00de790e342ec12c3f3970a19f184dc6282d6.zip |
Add new ports science/fvcom and science/fvcom-mpi:
FVCOM is a prognostic, unstructured-grid, finite-volume, free-surface,
3-D primitive equation coastal ocean circulation model developed
by UMASSD-WHOI joint efforts.
WWW: http://fvcom.smast.umassd.edu/FVCOM/index.html
PR: ports/166726
PR: ports/166728
Submitted by: Jason Bacon <jwbacon at tds.net>
Diffstat (limited to 'science/fvcom-mpi')
-rw-r--r-- | science/fvcom-mpi/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/science/fvcom-mpi/Makefile b/science/fvcom-mpi/Makefile new file mode 100644 index 00000000000..15a711d3596 --- /dev/null +++ b/science/fvcom-mpi/Makefile @@ -0,0 +1,15 @@ +# Created by: Jason Bacon <jwbacon@tds.net> +# $FreeBSD$ + +PKGNAMESUFFIX= -mpi + +MAINTAINER= jwbacon@tds.net + +LIB_DEPENDS+= mpi:${PORTSDIR}/net/openmpi + +MASTERDIR= ${.CURDIR}/../fvcom + +MAKE_ARGS+= FC=${LOCALBASE}/mpi/openmpi/bin/mpif90 \ + PORT_CPP_FLAGS+=-DMULTIPROCESSOR + +.include "${MASTERDIR}/Makefile" |