Gentoo Archives: gentoo-science

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