Gentoo Archives: gentoo-science

From: Bill Dandreta <wjdandreta@×××.net>
To: gentoo-science@l.g.o
Subject: [gentoo-science] Cblas, Numpy, Scipy
Date: Tue, 27 Feb 2007 14:16:42
Message-Id: 45E43D13.1020202@att.net
1 I cannot get Numpy, Scipy to compile. Cblas error.
2
3 > >> Compiling source in
4 /var/tmp/portage/dev-python/numpy-1.0.1-r1/work/numpy-1.0.1 ...
5 !!! Error: Can't load module cblas
6 * You need to set cblas to atlas or reference. Do:
7 * eselect cblas set <impl>
8 * where <impl> is atlas, threaded-atlas or reference
9
10 !!! ERROR: dev-python/numpy-1.0.1-r1 failed.
11 Call stack:
12 ebuild.sh, line 1614: Called dyn_compile
13 ebuild.sh, line 971: Called qa_call 'src_compile'
14 environment, line 3970: Called src_compile
15 numpy-1.0.1-r1.ebuild, line 123: Called numpy_configure
16 numpy-1.0.1-r1.ebuild, line 38: Called die
17
18 eselect cblas set <anything>
19
20 gives:
21 !!! Error: Can't load module cblas
22 Killed
23
24 After:
25
26 emerge -av eselect-cblas
27
28 > >> Compiling source in
29 /var/tmp/portage/dev-python/numpy-1.0.1-r1/work/numpy-1.0.1 ...
30 * You need to set cblas to atlas or reference. Do:
31 * eselect cblas set <impl>
32 * where <impl> is atlas, threaded-atlas or reference
33
34 !!! ERROR: dev-python/numpy-1.0.1-r1 failed.
35 Call stack:
36 ebuild.sh, line 1614: Called dyn_compile
37 ebuild.sh, line 971: Called qa_call 'src_compile'
38 environment, line 3970: Called src_compile
39 numpy-1.0.1-r1.ebuild, line 123: Called numpy_configure
40 numpy-1.0.1-r1.ebuild, line 38: Called die
41
42 !!! setup failed
43 !!! If you need support, post the topmost build error, and the call
44 stack if relevant.
45 !!! A complete build log is located at
46 '/var/tmp/portage/dev-python/numpy-1.0.1-r1/temp/build.log'.
47
48
49 I tried setting cblas to acml but I cannot get it to work.
50
51 Any suggestions??
52
53 Bill
54 --
55 gentoo-science@g.o mailing list

Replies

Subject Author
Re: [gentoo-science] Cblas, Numpy, Scipy "Sébastien Fabbro" <bicatali@g.o>