Gentoo Archives: gentoo-commits

From: "Alexey Shvetsov (alexxy)" <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gromacs/files: gromacs-4.0.4-configure-gfortran.patch
Date: Mon, 20 Apr 2009 13:39:25
Message-Id: E1LvtiL-0002CN-Al@stork.gentoo.org
1 alexxy 09/04/20 13:39:13
2
3 Added: gromacs-4.0.4-configure-gfortran.patch
4 Log:
5 Add new gromacs 4.0.4
6 (Portage version: 2.2_rc30/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sci-chemistry/gromacs/files/gromacs-4.0.4-configure-gfortran.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gromacs/files/gromacs-4.0.4-configure-gfortran.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-chemistry/gromacs/files/gromacs-4.0.4-configure-gfortran.patch?rev=1.1&content-type=text/plain
13
14 Index: gromacs-4.0.4-configure-gfortran.patch
15 ===================================================================
16 diff -Naur gromacs-4.0.4-orig/configure.ac gromacs-4.0.4/configure.ac
17 --- gromacs-4.0.4-orig/configure.ac 2009-04-09 21:12:31.000000000 +0200
18 +++ gromacs-4.0.4/configure.ac 2009-04-09 21:13:38.000000000 +0200
19 @@ -320,11 +320,11 @@
20 case "${host_cpu}-${host_os}" in
21 alpha*-linux*)
22 cc_names="ccc cc gcc"
23 - f77_names="fort f77 g77"
24 + f77_names="fort f77 g77 gfortran"
25 ;;
26 *)
27 cc_names="cc icc xlc gcc"
28 - f77_names="f77 ifort xlf xlf77 cf77 fl32 g77 fort77 f90 xlf90 pgf77 cf77 fort fort77 pgf90"
29 + f77_names="f77 ifort xlf xlf77 cf77 fl32 g77 fort77 f90 xlf90 pgf77 cf77 fort fort77 pgf90 gfortran"
30 ;;
31 esac
32 # the (non-mpi) c compiler, which is also used for programs executed during build stage