diff options
author | thierry <thierry@FreeBSD.org> | 2006-06-03 20:34:09 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2006-06-03 20:34:09 +0800 |
commit | 531cabc6b10fcbf98d80e8dd683d0555e0fea49e (patch) | |
tree | 50a295674aff649edf0b038ba51ab46ef8c1d691 /math/Makefile | |
parent | 64a2e9e18485131824eb1bdf40270ebb7daf55c2 (diff) | |
download | freebsd-ports-graphics-531cabc6b10fcbf98d80e8dd683d0555e0fea49e.tar.gz freebsd-ports-graphics-531cabc6b10fcbf98d80e8dd683d0555e0fea49e.tar.zst freebsd-ports-graphics-531cabc6b10fcbf98d80e8dd683d0555e0fea49e.zip |
MUMPS, the MUltifrontal Massively Parallel sparse direct Solver, is the
fastest matrix solver available for FreeBSD. It requires a F90 compiler
so it's built with gfortran, however care was taken to ensure it will
work with g77 while a the default compiler is changed.
PR: ports/98107
Submitted by: Pedro Giffuni <giffunip (at) asme.org>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 0751fd2124a..65142d0d514 100644 --- a/math/Makefile +++ b/math/Makefile @@ -137,6 +137,7 @@ SUBDIR += mprime SUBDIR += mtl SUBDIR += mtrxmath + SUBDIR += mumps SUBDIR += mupad SUBDIR += muparser SUBDIR += naturalmath |