Gentoo Archives: gentoo-science

From: "Bastian Löffler" <Bastian_Loeffler@×××××.de>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] Trouble building scipy-0.14.0 against acml
Date: Thu, 26 Jun 2014 20:48:16
Message-Id: 53AC84FC.6090207@arcor.de
In Reply to: Re: [gentoo-science] Trouble building scipy-0.14.0 against acml by "François Bissey"
1 still the same issue here. Some news?
2
3 Am 16.06.2014 03:27, schrieb François Bissey:
4 > And
5 > pkg-config --libs-only-L cblas blas
6 > since that's what is actually parsed by the ebuild. Have you
7 > any cblas eselected? If yes which one.
8 >
9 > Francois
10 >
11 > On Mon, 16 Jun 2014 13:19:57 François Bissey wrote:
12 >> Out of curiosity and to jog my brain can you send the equivalent for lapack?
13 >>
14 >> Something is definitely going wrong when the site.cfg is generated.
15 >>
16 >> Francois
17 >>
18 >> On Sun, 15 Jun 2014 23:40:13 Bastian Löffler wrote:
19 >>> pkg-config --libs-only-L blas
20 >>> -L//opt/acml5.3.1/gfortran64/lib
21 >>>
22 >>> cat /usr/lib64/pkgconfig/blas.pc
23 >>> prefix=//opt/acml5.3.1/gfortran64
24 >>> libdir=${prefix}/lib
25 >>> includedir=${prefix}/include
26 >>> Name: acml-gfortran64
27 >>> Description: AMD Core Math Library for amd64 CPUs
28 >>> Version: 5.3.1
29 >>> URL:
30 >>> http://developer.amd.com/tools/cpu-development/amd-core-math-library-acml/
31 >>> Libs: -L${libdir} -lacml
32 >>> Libs.private: -lm -lrt
33 >>> Cflags: -I${includedir}
34 >>>
35 >>> ls -la /usr/lib64/pkgconfig/blas.pc
36 >>> lrwxrwxrwx 1 root root 73 14. Jan 00:04 /usr/lib64/pkgconfig/blas.pc ->
37 >>> ../../../etc/env.d/alternatives/blas/_current/usr/lib64/pkgconfig/blas.pc
38 >>>
39 >>> Am 15.06.2014 23:32, schrieb François Bissey:
40 >>>> OK so it looks sane, let's do some more sanity check as in the email
41 >>>> I linked:
42 >>>> pkg-config --libs-only-L blas
43 >>>> cat /usr/lib64/pkgconfig/blas.pc
44 >>>> ls -la /usr/lib64/pkgconfig/blas.pc
45 >>>>
46 >>>> On Sun, 15 Jun 2014 23:30:22 Bastian Löffler wrote:
47 >>>>> Well of course i checked that:
48 >>>>>
49 >>>>> eselect blas list
50 >>>>>
51 >>>>> Available providers for blas:
52 >>>>> [1] acml-gfortran64 *
53 >>>>> [2] acml-gfortran64-openmp
54 >>>>> [3] eigen
55 >>>>> [4] reference
56 >>>>>
57 >>>>> SO my blas is acml-gfortran64.
58 >
59 >

Replies

Subject Author
Re: [gentoo-science] Trouble building scipy-0.14.0 against acml "François Bissey" <frp.bissey@×××××.com>