From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1HM3V7-0003PN-PK for garchives@archives.gentoo.org; Tue, 27 Feb 2007 14:40:22 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l1REdJZZ011254; Tue, 27 Feb 2007 14:39:19 GMT Received: from smtp1.ist.utl.pt (smtp1.ist.utl.pt [193.136.128.21]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l1REdIrd011211 for ; Tue, 27 Feb 2007 14:39:18 GMT Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp1.ist.utl.pt (Postfix) with ESMTP id 2ACF170016A1 for ; Tue, 27 Feb 2007 14:39:17 +0000 (WET) X-Virus-Scanned: by amavisd-new-2.4.2 (20060627) (Debian) at ist.utl.pt Received: from smtp1.ist.utl.pt ([127.0.0.1]) by localhost (smtp1.ist.utl.pt [127.0.0.1]) (amavisd-new, port 10025) with LMTP id OZgLVjTjOv-G for ; Tue, 27 Feb 2007 14:39:17 +0000 (WET) Received: from mail.ist.utl.pt (mail.ist.utl.pt [193.136.128.8]) by smtp1.ist.utl.pt (Postfix) with ESMTP id 05C797001476 for ; Tue, 27 Feb 2007 14:39:17 +0000 (WET) Received: from [192.168.1.6] (87-196-188-190.net.novis.pt [87.196.188.190]) by mail.ist.utl.pt (Postfix) with ESMTP id B07BA1400087 for ; Tue, 27 Feb 2007 14:39:06 +0000 (WET) Message-ID: <45E44287.8090408@gentoo.org> Date: Tue, 27 Feb 2007 14:39:03 +0000 From: =?ISO-8859-1?Q?S=E9bastien_Fabbro?= User-Agent: Thunderbird 1.5.0.7 (X11/20060909) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@gentoo.org Reply-to: gentoo-science@lists.gentoo.org MIME-Version: 1.0 To: gentoo-science@lists.gentoo.org Subject: Re: [gentoo-science] Cblas, Numpy, Scipy References: <45E43D13.1020202@att.net> In-Reply-To: <45E43D13.1020202@att.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: e368117b-0150-44d3-9a08-942594a82e59 X-Archives-Hash: 8a0f92b4a8a327889778cbee42185ad1 Hi Bill, You should report on bugs.gentoo.org. First make sure you synced your portage tree. Then see which cblas you have chosen with eselect show cblas. If it shows reference, atlas or threaded-atlas, and you still cannot get numpy to compile, then file a bug on the site above with en emerge --info, and I will see what I can do. acml needs more work, and is not yet supported by the ebuilds. Sebastien Bill Dandreta wrote: > I cannot get Numpy, Scipy to compile. Cblas error. > >> >> Compiling source in > /var/tmp/portage/dev-python/numpy-1.0.1-r1/work/numpy-1.0.1 ... > !!! Error: Can't load module cblas > * You need to set cblas to atlas or reference. Do: > * eselect cblas set > * where is atlas, threaded-atlas or reference > > !!! ERROR: dev-python/numpy-1.0.1-r1 failed. > Call stack: > ebuild.sh, line 1614: Called dyn_compile > ebuild.sh, line 971: Called qa_call 'src_compile' > environment, line 3970: Called src_compile > numpy-1.0.1-r1.ebuild, line 123: Called numpy_configure > numpy-1.0.1-r1.ebuild, line 38: Called die > > eselect cblas set > > gives: > !!! Error: Can't load module cblas > Killed > > After: > > emerge -av eselect-cblas > >> >> Compiling source in > /var/tmp/portage/dev-python/numpy-1.0.1-r1/work/numpy-1.0.1 ... > * You need to set cblas to atlas or reference. Do: > * eselect cblas set > * where is atlas, threaded-atlas or reference > > !!! ERROR: dev-python/numpy-1.0.1-r1 failed. > Call stack: > ebuild.sh, line 1614: Called dyn_compile > ebuild.sh, line 971: Called qa_call 'src_compile' > environment, line 3970: Called src_compile > numpy-1.0.1-r1.ebuild, line 123: Called numpy_configure > numpy-1.0.1-r1.ebuild, line 38: Called die > > !!! setup failed > !!! If you need support, post the topmost build error, and the call > stack if relevant. > !!! A complete build log is located at > '/var/tmp/portage/dev-python/numpy-1.0.1-r1/temp/build.log'. > > > I tried setting cblas to acml but I cannot get it to work. > > Any suggestions?? > > Bill -- gentoo-science@gentoo.org mailing list