Gentoo Archives: gentoo-commits

From: "Donnie Berkholz (dberkholz)" <dberkholz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/shelx: shelx-20060317-r1.ebuild ChangeLog
Date: Fri, 20 Aug 2010 15:11:13
Message-Id: 20100820151109.072C82004C@flycatcher.gentoo.org
1 dberkholz 10/08/20 15:11:09
2
3 Modified: shelx-20060317-r1.ebuild ChangeLog
4 Log:
5 OpenMP: Handle full specifier for gfortran correctly so that the default, unset compiler works.
6 (Portage version: 2.1.8.3/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.6 sci-chemistry/shelx/shelx-20060317-r1.ebuild
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/shelx-20060317-r1.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/shelx-20060317-r1.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/shelx-20060317-r1.ebuild?r1=1.5&r2=1.6
14
15 Index: shelx-20060317-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317-r1.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- shelx-20060317-r1.ebuild 28 Jun 2010 08:37:09 -0000 1.5
22 +++ shelx-20060317-r1.ebuild 20 Aug 2010 15:11:08 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2010 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317-r1.ebuild,v 1.5 2010/06/28 08:37:09 jlec Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/shelx-20060317-r1.ebuild,v 1.6 2010/08/20 15:11:08 dberkholz Exp $
28
29 inherit autotools eutils flag-o-matic fortran
30
31 @@ -54,7 +54,7 @@
32
33 src_compile() {
34 case $(tc-getF77) in
35 - gfortran) append-flags -fopenmp ;;
36 + *gfortran) append-flags -fopenmp ;;
37 ifort) append-flags -openmp ;;
38 *) ewarn "Please add any necessary OpenMP build flags to F77FLAGS." ;;
39 esac
40
41
42
43 1.17 sci-chemistry/shelx/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/ChangeLog?rev=1.17&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/ChangeLog?rev=1.17&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/shelx/ChangeLog?r1=1.16&r2=1.17
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v
52 retrieving revision 1.16
53 retrieving revision 1.17
54 diff -u -r1.16 -r1.17
55 --- ChangeLog 28 Jun 2010 08:37:10 -0000 1.16
56 +++ ChangeLog 20 Aug 2010 15:11:08 -0000 1.17
57 @@ -1,6 +1,11 @@
58 # ChangeLog for sci-chemistry/shelx
59 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.16 2010/06/28 08:37:10 jlec Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/shelx/ChangeLog,v 1.17 2010/08/20 15:11:08 dberkholz Exp $
62 +
63 + 20 Aug 2010; Donnie Berkholz <dberkholz@g.o>;
64 + shelx-20060317-r1.ebuild:
65 + OpenMP: Handle full specifier for gfortran correctly so that the default,
66 + unset compiler works.
67
68 28 Jun 2010; Justin Lecher <jlec@g.o> -shelx-20060317.ebuild,
69 shelx-20060317-r1.ebuild: