Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/blas-reference/
Date: Fri, 30 Sep 2016 02:56:25
Message-Id: 1475204117.150a8c1ca0830ab41b9a33075f8eac102cfe9421.tamiko@gentoo
1 commit: 150a8c1ca0830ab41b9a33075f8eac102cfe9421
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 02:50:22 2016 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 02:55:17 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150a8c1c
7
8 sci-libs/blas-reference: ebuild maintenance, cleanup
9
10 Package-Manager: portage-2.3.0
11
12 sci-libs/blas-reference/blas-reference-20151113-r1.ebuild | 12 ++----------
13 1 file changed, 2 insertions(+), 10 deletions(-)
14
15 diff --git a/sci-libs/blas-reference/blas-reference-20151113-r1.ebuild b/sci-libs/blas-reference/blas-reference-20151113-r1.ebuild
16 index d5c4ac3..afa3c5b 100644
17 --- a/sci-libs/blas-reference/blas-reference-20151113-r1.ebuild
18 +++ b/sci-libs/blas-reference/blas-reference-20151113-r1.ebuild
19 @@ -42,15 +42,10 @@ src_prepare() {
20 }
21
22 src_configure() {
23 - local FCFLAGS="${FCFLAGS}"
24 - append-fflags $($(tc-getPKG_CONFIG) --cflags ${blas_profname})
25 - append-fflags $(get_abi_CFLAGS)
26 - append-fflags $(numeric-int64_get_fortran_int64_abi_fflags)
27 -
28 local mycmakeargs=(
29 -Wno-dev
30 -DUSE_OPTIMIZED_BLAS=OFF
31 - -DCMAKE_Fortran_FLAGS="${FCFLAGS}"
32 + -DCMAKE_Fortran_FLAGS="$(get_abi_CFLAGS) ${FCFLAGS}"
33 -DBUILD_SHARED_LIBS=ON
34 -DBUILD_STATIC_LIBS=ON
35 )
36 @@ -59,10 +54,7 @@ src_configure() {
37 }
38
39 src_compile() {
40 - local each target_dirs=( BLAS )
41 - for each in ${target_dirs[@]}; do
42 - cmake-utils_src_compile -C ${each}
43 - done
44 + cmake-utils_src_compile -C BLAS
45 }
46
47 src_install() {