Gentoo Archives: gentoo-science

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

Replies

Subject Author
Re: [gentoo-science] Trouble building scipy-0.14.0 against acml "Bastian Löffler" <Bastian_Loeffler@×××××.de>
Re: [gentoo-science] Trouble building scipy-0.14.0 against acml "Bastian Löffler" <Bastian_Loeffler@×××××.de>