Gentoo Archives: gentoo-user

From: Grant Edwards <grante@××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] emerge numpy 1.0.1-r1 failing: can't find cblas
Date: Mon, 19 Feb 2007 18:42:58
Message-Id: ercqnj$6f3$1@sea.gmane.org
1 Today's update-failed-emerge is numpy 1.0.1-r1:
2
3 >>> Emerging (1 of 10) dev-python/numpy-1.0.1-r1 to /
4 * numpy-1.0.1.tar.gz MD5 ;-) ... [ ok ]
5 * numpy-1.0.1.tar.gz RMD160 ;-) ... [ ok ]
6 * numpy-1.0.1.tar.gz SHA1 ;-) ... [ ok ]
7 * numpy-1.0.1.tar.gz SHA256 ;-) ... [ ok ]
8 * numpy-1.0.1.tar.gz size ;-) ... [ ok ]
9 * checking ebuild checksums ;-) ... [ ok ]
10 * checking auxfile checksums ;-) ... [ ok ]
11 * checking miscfile checksums ;-) ... [ ok ]
12 * checking numpy-1.0.1.tar.gz ;-) ... [ ok ]
13 * You need one of these Fortran Compilers: g77 gfortran
14 * Installed are: g77
15 >>> Unpacking source...
16 >>> Unpacking numpy-1.0.1.tar.gz to /home/tmp/portage/dev-python/numpy-1.0.1-r1/work
17 * Applying patches for selected FORTRAN compiler: g77
18 * Applying numpy-1.0.1-f2py.patch ... [ ok ]
19 >>> Source unpacked.
20 >>> Compiling source in /home/tmp/portage/dev-python/numpy-1.0.1-r1/work/numpy-1.0.1 ...
21 * You need to set cblas to atlas or reference. Do:
22 * eselect cblas set <impl>
23 * where <impl> is atlas, threaded-atlas or reference
24
25 !!! ERROR: dev-python/numpy-1.0.1-r1 failed.
26 Call stack:
27 ebuild.sh, line 1614: Called dyn_compile
28 ebuild.sh, line 971: Called qa_call 'src_compile'
29 environment, line 3930: Called src_compile
30 numpy-1.0.1-r1.ebuild, line 122: Called numpy_configure
31 numpy-1.0.1-r1.ebuild, line 37: Called die
32
33 !!! setup failed
34 !!! If you need support, post the topmost build error, and the call stack if relevant.
35 !!! A complete build log is located at '/home/tmp/portage/dev-python/numpy-1.0.1-r1/temp/build.log'.
36
37
38 I did as the error message and tried "eselect cblas set". The
39 emerge failed the exact same way with all three suggested
40 choices.
41
42 Oddly, "eselect cblas list" shows nothing, even though I do
43 have a both atlas and reference cblas implementations
44 installed:
45
46 app-admin/eselect-cblas 0.1
47 sci-libs/cblas-reference 20030223-r1
48 sci-libs/blas-atlas 3.7.11
49 sci-libs/lapack-atlas 3.7.11
50
51 Has anybody else gotten numpy-1.0.1-r1 to build?
52
53 --
54 Grant Edwards grante Yow! Like I always
55 at say -- nothing can beat
56 visi.com the BRATWURST here in
57 DUSSELDORF!!
58
59 --
60 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] emerge numpy 1.0.1-r1 failing: can't find cblas "Bo Ørsted Andresen" <bo.andresen@××××.dk>