Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-libs/acml: ChangeLog acml-4.0.1.ebuild
Date: Wed, 19 Dec 2007 13:04:00
Message-Id: E1J4yaV-0000xU-UA@stork.gentoo.org
1 bicatali 07/12/19 13:03:51
2
3 Modified: ChangeLog acml-4.0.1.ebuild
4 Log:
5 Fixed directory for acml and forced dynamic linking with gfortran when selected, since it will fail without
6 (Portage version: 2.1.4_rc9)
7
8 Revision Changes Path
9 1.28 sci-libs/acml/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.28&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.28&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/ChangeLog?r1=1.27&r2=1.28
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v
18 retrieving revision 1.27
19 retrieving revision 1.28
20 diff -u -r1.27 -r1.28
21 --- ChangeLog 19 Dec 2007 02:19:05 -0000 1.27
22 +++ ChangeLog 19 Dec 2007 13:03:51 -0000 1.28
23 @@ -1,6 +1,10 @@
24 # ChangeLog for sci-libs/acml
25 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.27 2007/12/19 02:19:05 bicatali Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.28 2007/12/19 13:03:51 bicatali Exp $
28 +
29 + 19 Dec 2007; Sébastien Fabbro <bicatali@g.o> acml-4.0.1.ebuild:
30 + Fixed directory for acml and forced dynamic linking with gfortran when
31 + selected, since it will fail without
32
33 *acml-4.0.1 (19 Dec 2007)
34
35
36
37
38 1.2 sci-libs/acml/acml-4.0.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild?r1=1.1&r2=1.2
43
44 Index: acml-4.0.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- acml-4.0.1.ebuild 19 Dec 2007 02:19:05 -0000 1.1
51 +++ acml-4.0.1.ebuild 19 Dec 2007 13:03:51 -0000 1.2
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2007 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild,v 1.1 2007/12/19 02:19:05 bicatali Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild,v 1.2 2007/12/19 13:03:51 bicatali Exp $
57
58 inherit eutils toolchain-funcs fortran
59
60 @@ -114,9 +114,10 @@
61 ESELECT_PROF=${ESELECT_PROF}-int64
62 extflags="${extflags} -fdefault-integer-8"
63 fi
64 + [[ ${fort} =~ gfortran ]] && extlibs="${extlibs} -lgfortran"
65 if [[ ${fort} =~ _mp ]]; then
66 ESELECT_PROF=${ESELECT_PROF}-openmp
67 - #extlibs=-lpthread
68 + extlibs="${extlibs} -lpthread"
69 libname=${libname}_mp
70 extflags="${extflags} -fopenmp"
71 fi
72 @@ -124,7 +125,7 @@
73 # pkgconfig files
74 sed -e "s:@LIBDIR@:$(get_libdir):" \
75 -e "s:@PV@:${PV}:" \
76 - -e "s:@ACMLDIR@:${acmldir}:g" \
77 + -e "s:@ACMLDIR@:${acmldir}/lib:g" \
78 -e "s:@EXTLIBS@:${extlibs}:g" \
79 -e "s:@EXTFLAGS@:${extflags}:g" \
80 "${FILESDIR}"/${l}.pc.in > ${l}.pc \
81
82
83
84 --
85 gentoo-commits@g.o mailing list