summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-04-20 13:39:13 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-04-20 13:39:13 +0000
commit43221a2cf8c2ec84dde1bc9840d0af94573432a4 (patch)
tree951806452834ef6c3baabdb778729bf09c78287f /sci-chemistry/gromacs/files/gromacs-4.0.4-configure-gfortran.patch
parentBump to liferea-1.4.28-r1 (diff)
downloadgentoo-2-43221a2cf8c2ec84dde1bc9840d0af94573432a4.tar.gz
gentoo-2-43221a2cf8c2ec84dde1bc9840d0af94573432a4.tar.bz2
gentoo-2-43221a2cf8c2ec84dde1bc9840d0af94573432a4.zip
Add new gromacs 4.0.4
(Portage version: 2.2_rc30/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry/gromacs/files/gromacs-4.0.4-configure-gfortran.patch')
-rw-r--r--sci-chemistry/gromacs/files/gromacs-4.0.4-configure-gfortran.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/sci-chemistry/gromacs/files/gromacs-4.0.4-configure-gfortran.patch b/sci-chemistry/gromacs/files/gromacs-4.0.4-configure-gfortran.patch
new file mode 100644
index 000000000000..c330fcaf0cdc
--- /dev/null
+++ b/sci-chemistry/gromacs/files/gromacs-4.0.4-configure-gfortran.patch
@@ -0,0 +1,17 @@
+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 cc gcc"
+- f77_names="fort f77 g77"
++ f77_names="fort f77 g77 gfortran"
+ ;;
+ *)
+ cc_names="cc 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