diff options
author | thierry <thierry@FreeBSD.org> | 2005-04-03 05:14:49 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-04-03 05:14:49 +0800 |
commit | 9595034d740ef32cd1fea175eae48374c843f08a (patch) | |
tree | b24a0e380a5118f18afadc95325c17bdce0c5e4f /math | |
parent | 25da56ab446e0026467246a3d9178768429b0621 (diff) | |
download | freebsd-ports-gnome-9595034d740ef32cd1fea175eae48374c843f08a.tar.gz freebsd-ports-gnome-9595034d740ef32cd1fea175eae48374c843f08a.tar.zst freebsd-ports-gnome-9595034d740ef32cd1fea175eae48374c843f08a.zip |
Add freemat-mpi, an environment for rapid engineering and
scientific processing, MPI version.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/freemat-mpi/Makefile | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index f61424af4fc8..0bae7e51cd20 100644 --- a/math/Makefile +++ b/math/Makefile @@ -54,6 +54,7 @@ SUBDIR += freefem SUBDIR += freefem++ SUBDIR += freemat + SUBDIR += freemat-mpi SUBDIR += fudgit SUBDIR += fung-calc SUBDIR += fxt diff --git a/math/freemat-mpi/Makefile b/math/freemat-mpi/Makefile new file mode 100644 index 000000000000..9d2cd895aa32 --- /dev/null +++ b/math/freemat-mpi/Makefile @@ -0,0 +1,11 @@ +# New ports collection makefile for: freemat-mpi +# Date created: 28 March 2005 +# Whom: Thierry Thomas <thierry@FreeBSD.org> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../freemat +WITH_MPI= yes + +.include "${MASTERDIR}/Makefile" |