diff options
author | maho <maho@FreeBSD.org> | 2003-05-05 09:38:17 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-05-05 09:38:17 +0800 |
commit | fcfede388679281b518774aeac6377b10e1508e9 (patch) | |
tree | db0f1289405bd6a3d4dd7768ac5e5422b8587a4e | |
parent | 40c91b5008e70c7d860eb7aa15050ce7451666cd (diff) | |
download | freebsd-ports-gnome-fcfede388679281b518774aeac6377b10e1508e9.tar.gz freebsd-ports-gnome-fcfede388679281b518774aeac6377b10e1508e9.tar.zst freebsd-ports-gnome-fcfede388679281b518774aeac6377b10e1508e9.zip |
MPI version of spooles.
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/spooles-mpich/Makefile | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 319deb33f309..393f70c00166 100644 --- a/math/Makefile +++ b/math/Makefile @@ -156,6 +156,7 @@ SUBDIR += solitaire SUBDIR += spar SUBDIR += spooles + SUBDIR += spooles-mpich SUBDIR += ss SUBDIR += superlu SUBDIR += surf diff --git a/math/spooles-mpich/Makefile b/math/spooles-mpich/Makefile new file mode 100644 index 000000000000..1e775eb6438d --- /dev/null +++ b/math/spooles-mpich/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: spooles-mpich +# Date created: 5 May 2003 +# Whom: NAKATA, Maho <maho@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../spooles/ +USE_MPI= YES + +.include "${.CURDIR}/../spooles/Makefile" + +PKGNAMESUFFIX= -mpich + +BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich |