diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-25 08:44:28 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-25 08:44:28 +0000 |
commit | 5b2f9e40b59933222768450fcf5d0f4d3ae83ec4 (patch) | |
tree | 2103892b2e5ea37820f3af5342837486d860764c /math | |
parent | 963b824f4a908d19beef17f11869525d59ba0374 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/mumps-mpich/Makefile | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 83a2530d9e33..cabce58cf17a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -140,6 +140,7 @@ SUBDIR += mtl SUBDIR += mtrxmath SUBDIR += mumps + SUBDIR += mumps-mpich SUBDIR += mupad SUBDIR += muparser SUBDIR += naturalmath diff --git a/math/mumps-mpich/Makefile b/math/mumps-mpich/Makefile new file mode 100644 index 000000000000..1035990503c8 --- /dev/null +++ b/math/mumps-mpich/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: mumps-mpich +# Date created: 23 Jul 2006 +# Whom: Thierry Thomas <thierry@pompo.net> +# +# $FreeBSD$ +# + +MASTERDIR= ${.CURDIR}/../mumps + +WITH_MPI= yes + +.include "${MASTERDIR}/Makefile" |