diff options
author | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 08:07:36 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2007-01-10 08:07:36 +0000 |
commit | 506e651f7d3ebf82be04131c71eff563a2d0dc7c (patch) | |
tree | cdd788a8a8c40ba0744dfd376293c90dc1a771e5 /math/scalapack/files | |
parent | Update to SRC680_m199. (diff) |
* Migrate to gfortran.
* Bump port revision.
* Use gfortran compiled atlas/blas/lapack.
Notes
Notes:
svn path=/head/; revision=181957
Diffstat (limited to 'math/scalapack/files')
-rw-r--r-- | math/scalapack/files/SLmake.inc-mpich.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/math/scalapack/files/SLmake.inc-mpich.diff b/math/scalapack/files/SLmake.inc-mpich.diff index b484fadc4a89..e9f389e71d58 100644 --- a/math/scalapack/files/SLmake.inc-mpich.diff +++ b/math/scalapack/files/SLmake.inc-mpich.diff @@ -60,3 +60,15 @@ # PBLIBS = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB) PRLIBS = $(SCALAPACKLIB) $(CBLACSLIB) $(SMPLIB) + +--- SLmake.inc~ Wed Jan 10 16:50:13 2007 ++++ SLmake.inc Wed Jan 10 16:54:40 2007 +@@ -82,7 +82,7 @@ + # C preprocessor defs for compilation + # (-DNoChange, -DAdd_, -DUpCase, or -Df77IsF2C) + # +-CDEFS = -Df77IsF2C -DNO_IEEE $(USEMPI) ++CDEFS = -DAdd_ -DNO_IEEE $(USEMPI) + # + # The archiver and the flag(s) to use when building archive (library) + # Also the ranlib routine. If your system has no ranlib, set RANLIB = echo |