diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-25 08:44:05 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2006-07-25 08:44:05 +0000 |
| commit | 963b824f4a908d19beef17f11869525d59ba0374 (patch) | |
| tree | bb771f5b4a8f323f29e0df3a0aa7d5d51f5efcb5 /math/mumps/files/patch-Make.inc+Makefile.inc.generic | |
| parent | Fix some typos. (diff) | |
- Switch to MPICH2;
- Add RUN_DEPENDS to BLACS & SCALAPACK if built with MPICH;
- Add a regression-test target.
Notes
Notes:
svn path=/head/; revision=168702
Diffstat (limited to 'math/mumps/files/patch-Make.inc+Makefile.inc.generic')
| -rw-r--r-- | math/mumps/files/patch-Make.inc+Makefile.inc.generic | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/mumps/files/patch-Make.inc+Makefile.inc.generic b/math/mumps/files/patch-Make.inc+Makefile.inc.generic index d12349deec16..d9928e597d08 100644 --- a/math/mumps/files/patch-Make.inc+Makefile.inc.generic +++ b/math/mumps/files/patch-Make.inc+Makefile.inc.generic @@ -48,11 +48,11 @@ # INCLUDE DIRECTORY FOR MPI -INCPAR = -I/usr/include -+INCPAR = -I@LOCALBASE@/mpich/include ++INCPAR = -I@LOCALBASE@/mpich2/include # LIBRARIES USED BY THE PARALLEL VERSION OF MUMPS: $(SCALAP) and MPI -LIBPAR = $(SCALAP) -L/usr/lib -lmpi -+LIBPAR = $(SCALAP) -L@LOCALBASE@/mpich/lib -lfmpich -lmpich ++LIBPAR = $(SCALAP) -L@LOCALBASE@/mpich2/lib -lfmpich -lmpich # The parallel version is not concerned by the next two lines. # They are related to the sequential library provided by MUMPS, |
