From 531cabc6b10fcbf98d80e8dd683d0555e0fea49e Mon Sep 17 00:00:00 2001 From: thierry Date: Sat, 3 Jun 2006 12:34:09 +0000 Subject: 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 --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') 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 -- cgit