blob: 1bf19ddf532ef2c6d6e30c2f5ffe446aa98656e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
enable gfortan as fortan compiler
diff -Naur gromacs-4.0.4-orig/configure.ac gromacs-4.0.4/configure.ac
--- gromacs-4.0.4-orig/configure.ac 2009-04-09 21:12:31.000000000 +0200
+++ gromacs-4.0.4/configure.ac 2009-04-09 21:13:38.000000000 +0200
@@ -320,11 +320,11 @@
case "${host_cpu}-${host_os}" in
alpha*-linux*)
cc_names="ccc gcc"
- f77_names="fort f77 g77"
+ f77_names="fort f77 g77 gfortran"
;;
*)
cc_names="icc xlc gcc"
- f77_names="f77 ifort xlf xlf77 cf77 fl32 g77 fort77 f90 xlf90 pgf77 cf77 fort fort77 pgf90"
+ f77_names="f77 ifort xlf xlf77 cf77 fl32 g77 fort77 f90 xlf90 pgf77 cf77 fort fort77 pgf90 gfortran"
;;
esac
# the (non-mpi) c compiler, which is also used for programs executed during build stage
|