From c7b4df6f78c0f9673fd7e67f6ea639f3c2ff9679 Mon Sep 17 00:00:00 2001 From: allen Date: Sat, 10 Mar 2001 15:23:42 +0000 Subject: Fix for Cactus/547 and more. Hopefully configuring with and without the different fortran compilers now works. You can (hopefully) say F90=none and/or F77=none and get no complaints about unknown compilers and get all the underscores sorted out. In doing this I removed for now the F90_NOT_SET that I had put in before so that you get a semi decent line if you try and compile a fortran file with no fortran compiler since it was stretching my logic capabilities. Now you will get a less decent line, but it will still say "none" for the compiler rather than saying nothing. I'll try and remember to put it back. I'm think we can easily add the ability to have different F77 and F90 compilers as well, so long as they have the same underscore behaviour, but probably noone needs that. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2074 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/known-architectures/linux | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/make/known-architectures/linux') diff --git a/lib/make/known-architectures/linux b/lib/make/known-architectures/linux index 05b29ddd..4cb63f45 100644 --- a/lib/make/known-architectures/linux +++ b/lib/make/known-architectures/linux @@ -37,6 +37,8 @@ else LINUX_F90_COMP=SGI elif test "`$F90 -V 2>&1 | grep -i intel`" ; then LINUX_F90_COMP=Intel + elif test "$F90" = "none" ; then + LINUX_F90_COMP=none else echo Unknown Linux f90 compiler. echo Please add appropriate information to -- cgit v1.2.3