From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 64AC313877A for ; Mon, 16 Jun 2014 01:20:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 675BBE0985; Mon, 16 Jun 2014 01:20:02 +0000 (UTC) Received: from cantva.canterbury.ac.nz (cantva.canterbury.ac.nz [132.181.2.27]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 95FBFE097E for ; Mon, 16 Jun 2014 01:20:01 +0000 (UTC) Received: from CONVERSION-DAEMON.it.canterbury.ac.nz by it.canterbury.ac.nz (PMDF V6.6-x1 #32072) id <01P92ZIGT2M8C7JZ3T@it.canterbury.ac.nz> for gentoo-science@lists.gentoo.org; Mon, 16 Jun 2014 13:19:58 +1300 (NEW ZEALAND DAYLIGHT TIME) Received: from qcd-nzi3.localnet (QCD-nzi3.canterbury.ac.nz [132.181.64.206]) by it.canterbury.ac.nz (PMDF V6.6-x1 #32072) with ESMTPS id <01P92ZIGJIASC7JWUB@it.canterbury.ac.nz> for gentoo-science@lists.gentoo.org; Mon, 16 Jun 2014 13:19:58 +1300 (NEW ZEALAND DAYLIGHT TIME) Date: Mon, 16 Jun 2014 13:19:57 +1200 From: =?ISO-8859-1?Q?Fran=E7ois?= Bissey Subject: Re: [gentoo-science] Trouble building scipy-0.14.0 against acml In-reply-to: <539E12BD.9080400@arcor.de> To: gentoo-science@lists.gentoo.org Message-id: <1607762.M9RXSOXZem@qcd-nzi3> Organization: BlueFern Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable User-Agent: KMail/4.12.5 (Linux/3.8.13-gentoo; KDE/4.12.5; x86_64; ; ) References: <53959961.1060000@bastian-loeffler.de> <6680154.nPS2JhDrPq@qcd-nzi3> <539E12BD.9080400@arcor.de> X-Archives-Salt: f9347cc3-ef01-416e-a71d-9d17eff3d20b X-Archives-Hash: 6dfe3126e0df8fb44b9302f95651bf08 Out of curiosity and to jog my brain can you send the equivalent for la= pack? Something is definitely going wrong when the site.cfg is generated. Francois On Sun, 15 Jun 2014 23:40:13 Bastian L=F6ffler wrote: > pkg-config --libs-only-L blas > -L//opt/acml5.3.1/gfortran64/lib >=20 > cat /usr/lib64/pkgconfig/blas.pc > prefix=3D//opt/acml5.3.1/gfortran64 > libdir=3D${prefix}/lib > includedir=3D${prefix}/include > Name: acml-gfortran64 > Description: AMD Core Math Library for amd64 CPUs > Version: 5.3.1 > URL: > http://developer.amd.com/tools/cpu-development/amd-core-math-library-= acml/ > Libs: -L${libdir} -lacml > Libs.private: -lm -lrt > Cflags: -I${includedir} >=20 > ls -la /usr/lib64/pkgconfig/blas.pc > lrwxrwxrwx 1 root root 73 14. Jan 00:04 /usr/lib64/pkgconfig/blas.pc = -> > ../../../etc/env.d/alternatives/blas/_current/usr/lib64/pkgconfig/bla= s.pc >=20 > Am 15.06.2014 23:32, schrieb Fran=E7ois Bissey: > > OK so it looks sane, let's do some more sanity check as in the emai= l > > I linked: > > pkg-config --libs-only-L blas > > cat /usr/lib64/pkgconfig/blas.pc > > ls -la /usr/lib64/pkgconfig/blas.pc > >=20 > > On Sun, 15 Jun 2014 23:30:22 Bastian L=F6ffler wrote: > >> Well of course i checked that: > >>=20 > >> eselect blas list > >>=20 > >> Available providers for blas: > >> [1] acml-gfortran64 * > >> [2] acml-gfortran64-openmp > >> [3] eigen > >> [4] reference > >>=20 > >> SO my blas is acml-gfortran64.