aboutsummaryrefslogtreecommitdiff
path: root/math/Makefile
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-06-03 12:34:09 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-06-03 12:34:09 +0000
commit0a44455f19c61d78706cb8f2b8aa2bbfc63dfda9 (patch)
treefaaf025df67f5109dd20c6370aa7f54eadd0748f /math/Makefile
parentd48c67b1417bae2355a988e7093a6e1468512932 (diff)
downloadports-0a44455f19c61d78706cb8f2b8aa2bbfc63dfda9.tar.gz
ports-0a44455f19c61d78706cb8f2b8aa2bbfc63dfda9.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>
Notes
Notes: svn path=/head/; revision=164274
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 0751fd2124a5..65142d0d5147 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