Gentoo Archives: gentoo-science

From: "Sébastien Fabbro" <bicatali@g.o>
To: gentoo-science@l.g.o
Subject: Re: [gentoo-science] Cblas, Numpy, Scipy
Date: Tue, 27 Feb 2007 14:40:22
Message-Id: 45E44287.8090408@gentoo.org
In Reply to: [gentoo-science] Cblas, Numpy, Scipy by Bill Dandreta
1 Hi Bill,
2
3 You should report on bugs.gentoo.org.
4 First make sure you synced your portage tree.
5 Then see which cblas you have chosen with eselect show cblas.
6 If it shows reference, atlas or threaded-atlas, and you still cannot get
7 numpy to compile, then file a bug on the site above with en emerge
8 --info, and I will see what I can do. acml needs more work, and is not
9 yet supported by the ebuilds.
10
11 Sebastien
12
13 Bill Dandreta wrote:
14 > I cannot get Numpy, Scipy to compile. Cblas error.
15 >
16 >> >> Compiling source in
17 > /var/tmp/portage/dev-python/numpy-1.0.1-r1/work/numpy-1.0.1 ...
18 > !!! Error: Can't load module cblas
19 > * You need to set cblas to atlas or reference. Do:
20 > * eselect cblas set <impl>
21 > * where <impl> is atlas, threaded-atlas or reference
22 >
23 > !!! ERROR: dev-python/numpy-1.0.1-r1 failed.
24 > Call stack:
25 > ebuild.sh, line 1614: Called dyn_compile
26 > ebuild.sh, line 971: Called qa_call 'src_compile'
27 > environment, line 3970: Called src_compile
28 > numpy-1.0.1-r1.ebuild, line 123: Called numpy_configure
29 > numpy-1.0.1-r1.ebuild, line 38: Called die
30 >
31 > eselect cblas set <anything>
32 >
33 > gives:
34 > !!! Error: Can't load module cblas
35 > Killed
36 >
37 > After:
38 >
39 > emerge -av eselect-cblas
40 >
41 >> >> Compiling source in
42 > /var/tmp/portage/dev-python/numpy-1.0.1-r1/work/numpy-1.0.1 ...
43 > * You need to set cblas to atlas or reference. Do:
44 > * eselect cblas set <impl>
45 > * where <impl> is atlas, threaded-atlas or reference
46 >
47 > !!! ERROR: dev-python/numpy-1.0.1-r1 failed.
48 > Call stack:
49 > ebuild.sh, line 1614: Called dyn_compile
50 > ebuild.sh, line 971: Called qa_call 'src_compile'
51 > environment, line 3970: Called src_compile
52 > numpy-1.0.1-r1.ebuild, line 123: Called numpy_configure
53 > numpy-1.0.1-r1.ebuild, line 38: Called die
54 >
55 > !!! setup failed
56 > !!! If you need support, post the topmost build error, and the call
57 > stack if relevant.
58 > !!! A complete build log is located at
59 > '/var/tmp/portage/dev-python/numpy-1.0.1-r1/temp/build.log'.
60 >
61 >
62 > I tried setting cblas to acml but I cannot get it to work.
63 >
64 > Any suggestions??
65 >
66 > Bill
67
68 --
69 gentoo-science@g.o mailing list

Replies

Subject Author
Re: [gentoo-science] Cblas, Numpy, Scipy Bill Dandreta <wjdandreta@×××.net>
Re: [gentoo-science] Cblas, Numpy, Scipy Bill Dandreta <wjdandreta@×××.net>