aboutsummaryrefslogtreecommitdiffstats
path: root/math/Makefile
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2006-06-03 20:34:09 +0800
committerthierry <thierry@FreeBSD.org>2006-06-03 20:34:09 +0800
commit531cabc6b10fcbf98d80e8dd683d0555e0fea49e (patch)
tree50a295674aff649edf0b038ba51ab46ef8c1d691 /math/Makefile
parent64a2e9e18485131824eb1bdf40270ebb7daf55c2 (diff)
downloadfreebsd-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/Makefile1
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