summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-21 16:15:00 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-07-21 16:15:00 +0000
commita560b6b1f42b6a0137c532555dea90efda2cc3c1 (patch)
tree6a0a4e9365c5353d4d16f14fd97519beeaef5efb /lib
parented7557bc9a55aea983210d96874d229ffb0fc551 (diff)
g2c/f2c fix contributed by Eric
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1777 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib')
-rw-r--r--lib/make/known-architectures/linux37
1 files changed, 19 insertions, 18 deletions
diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux
index 033dc511..f92f6f80 100644
--- a/lib/make/known-architectures/linux
+++ b/lib/make/known-architectures/linux
@@ -20,38 +20,38 @@ else
if test -n "$F90" ; then
if test "`$F90 -V 2>&1 | grep -i f90 | grep -i vast`" ; then
- LINUX_F90_COMP=pacific
+ LINUX_F90_COMP=pacific
elif test "`$F90 -V 2>&1 | grep -i f90 | grep -i absoft`" ; then
- LINUX_F90_COMP=absoft
+ LINUX_F90_COMP=absoft
elif test "`$F90 -V 2>&1 | grep -i fujitsu`" ; then
- LINUX_F90_COMP=fujitsu
+ LINUX_F90_COMP=fujitsu
elif test "`$F90 -V 2>&1 | grep -i f90 | grep -i pgf90`" ; then
- LINUX_F90_COMP=portland
+ LINUX_F90_COMP=portland
elif test "`$F90 -v 2>&1 | grep -i g77`" ; then
- LINUX_F90_COMP=gnu77
+ LINUX_F90_COMP=gnu77
elif test "`$F90 -? 2>&1 | grep -i absoft`" ; then
- LINUX_F90_COMP=absoft77
+ LINUX_F90_COMP=absoft77
elif test "`$F90 --version 2>&1 | grep -i lahey/fujitsu`" ; then
LINUX_F90_COMP=lahey
elif test "`$F90 -v 2>&1 | grep -i SGIcc`" ; then
LINUX_F90_COMP=SGI
else
- echo Unknown Linux f90 compiler.
- echo Please add appropriate information to
- echo $srcdir/known-architectures/linux-gnu
- echo ad send the updated file to CactusMaint
+ echo Unknown Linux f90 compiler.
+ echo Please add appropriate information to
+ echo $srcdir/known-architectures/linux-gnu
+ echo ad send the updated file to CactusMaint
echo We will try anyway ...
fi
elif test -n "$F77" ; then
if test "`$F77 -v 2>&1 | grep -i g77`" ; then
- LINUX_F90_COMP=gnu77
+ LINUX_F90_COMP=gnu77
elif test "`$F77 -? 2>&1 | grep -i absoft`" ; then
- LINUX_F90_COMP=absoft77
+ LINUX_F90_COMP=absoft77
else
- echo Unknown Linux f77 compiler.
- echo Please add appropriate information to
- echo $srcdir/known-architectures/linux-gnu
- echo ad send the updated file to CactusMaint
+ echo Unknown Linux f77 compiler.
+ echo Please add appropriate information to
+ echo $srcdir/known-architectures/linux-gnu
+ echo ad send the updated file to CactusMaint
echo We will try anyway ...
fi
else
@@ -62,7 +62,7 @@ else
LINUX_F77=
if test -n "$F77" ; then
- if test -n "`$F77 -v 2>&1 | grep egcs`" ; then
+ if g77 -v 2>&1 | grep 'egcs\|gcc version 2\.95' > /dev/null; then
LINUX_F77=egcs
else
LINUX_F77=noegcs
@@ -141,7 +141,7 @@ else
: ${F77_OPTIMISE_FLAGS="-O"}
: ${F90_OPTIMISE_FLAGS="-O"}
: ${LIBS="fj9i6 fj9e6 fj9f6"}
- : ${LIBDIRS='$(LAHEY)/lib'}
+ : ${LIBDIRS='$(LAHEY)/lib /usr/local/lf9555/lib'}
;;
SGI)
: ${LIBS="fortran ffio m"}
@@ -248,3 +248,4 @@ else
# This is caught by lib/make/extras/MPI/NATIVE then.
fi
+