diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2010-11-14 22:00:23 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2010-11-14 22:00:23 +0000 |
commit | 7db179edb42024999f5ac287c3d633aad02c87ca (patch) | |
tree | 8c224de6d8dc6d3ee24f9a70da7351c634faba30 /math/mumps | |
parent | Chase the upgrade of MPICH2. (diff) |
Chase the upgrade of MPICH2.
Diffstat (limited to 'math/mumps')
-rw-r--r-- | math/mumps/Makefile | 1 | ||||
-rw-r--r-- | math/mumps/files/patch-Make.inc+Makefile.inc.generic | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/math/mumps/Makefile b/math/mumps/Makefile index 3574b1aa89f2..348cc029f41f 100644 --- a/math/mumps/Makefile +++ b/math/mumps/Makefile @@ -7,6 +7,7 @@ PORTNAME= mumps PORTVERSION= 4.8.4 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= http://mumps.enseeiht.fr/ \ http://graal.ens-lyon.fr/MUMPS/ \ diff --git a/math/mumps/files/patch-Make.inc+Makefile.inc.generic b/math/mumps/files/patch-Make.inc+Makefile.inc.generic index 7421456b4d47..464e45902abe 100644 --- a/math/mumps/files/patch-Make.inc+Makefile.inc.generic +++ b/math/mumps/files/patch-Make.inc+Makefile.inc.generic @@ -52,7 +52,7 @@ # LIBRARIES USED BY THE PARALLEL VERSION OF MUMPS: $(SCALAP) and MPI -LIBPAR = $(SCALAP) -L/usr/lib -lmpi -+LIBPAR = -L@LOCALBASE@/lib -lfmpich -lmpich $(SCALAP) ++LIBPAR = -L@LOCALBASE@/lib -lfmpich -lmpich -lmpl $(SCALAP) # The parallel version is not concerned by the next two lines. # They are related to the sequential library provided by MUMPS, |