From fbc99a89326c951f4aaa88096414c1745f7bb7bd Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 16 Jan 2014 09:29:45 +0000 Subject: Added gfortran --- compat32-tools/32dev.csh | 3 +++ compat32-tools/32dev.sh | 2 ++ 2 files changed, 5 insertions(+) (limited to 'compat32-tools') diff --git a/compat32-tools/32dev.csh b/compat32-tools/32dev.csh index 4f4c70f..b984474 100644 --- a/compat32-tools/32dev.csh +++ b/compat32-tools/32dev.csh @@ -11,6 +11,9 @@ setenv PATH "/usr/bin/32:/usr/lib/qt/bin:$PATH" setenv CC "gcc" # This is actually the /usr/bin/32/gcc wrapper setenv CXX "g++" +setenv FC "gfortran" # This is actually the /usr/bin/32/gfortran wrapper +setenv F77 "gfortran" + if ($?LD_LIBRARY_PATH == 1) then setenv LD_LIBRARY_PATH "/lib:/usr/lib:$LD_LIBRARY_PATH" else diff --git a/compat32-tools/32dev.sh b/compat32-tools/32dev.sh index 552156b..170097c 100644 --- a/compat32-tools/32dev.sh +++ b/compat32-tools/32dev.sh @@ -11,6 +11,8 @@ export PATH="/usr/bin/32:/usr/lib/qt/bin:$PATH" export CC="gcc" # This is actually the /usr/bin/32/gcc wrapper export CXX="g++" +export FC="gfortran" # This is actually the /usr/bin/32/gfortran wrapper +export F77="gfortran" # Check for Qt4 and the old 'compatibility install' of Qt3: if [ -d /opt/kde3/lib/qt3 ]; then -- cgit v1.2.3-65-gdbad