Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-chemistry/gamess/files: gamess-20110811.1.gentoo.patch
Date: Wed, 27 Feb 2013 16:50:45
Message-Id: 20130227165041.877422171E@flycatcher.gentoo.org
1 jlec 13/02/27 16:50:41
2
3 Modified: gamess-20110811.1.gentoo.patch
4 Log:
5 sci-chemistry/gamess: Use PKG_CONFIG instead of generic pkg-config
6
7 (Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
8
9 Revision Changes Path
10 1.2 sci-chemistry/gamess/files/gamess-20110811.1.gentoo.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/files/gamess-20110811.1.gentoo.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/files/gamess-20110811.1.gentoo.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-chemistry/gamess/files/gamess-20110811.1.gentoo.patch?r1=1.1&r2=1.2
15
16 Index: gamess-20110811.1.gentoo.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-chemistry/gamess/files/gamess-20110811.1.gentoo.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- gamess-20110811.1.gentoo.patch 13 Oct 2011 12:00:38 -0000 1.1
23 +++ gamess-20110811.1.gentoo.patch 27 Feb 2013 16:50:41 -0000 1.2
24 @@ -151,7 +151,7 @@
25 - else
26 - set MATHLIBS="-L$GMS_MATHLIB_PATH -lf77blas -latlas"
27 - endif
28 -+ set MATHLIBS=`pkg-config --libs blas`
29 ++ set MATHLIBS=`${PKG_CONFIG} --libs blas`
30 set BLAS=' '
31 breaksw
32
33 @@ -180,7 +180,7 @@
34 - else
35 - set MATHLIBS="-L$GMS_MATHLIB_PATH -lf77blas -latlas"
36 - endif
37 -+ set MATHLIBS=`pkg-config --libs blas`
38 ++ set MATHLIBS=`${PKG_CONFIG} --libs blas`
39 set BLAS=' '
40 breaksw