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

Replies

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