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

Replies

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