From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ROZek-00045Z-UX for garchives@archives.gentoo.org; Thu, 10 Nov 2011 18:47:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1FCF21C042; Thu, 10 Nov 2011 18:47:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 895A821C042 for ; Thu, 10 Nov 2011 18:47:14 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01DC91B4025 for ; Thu, 10 Nov 2011 18:47:14 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 200D680042 for ; Thu, 10 Nov 2011 18:47:13 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/hpl/ X-VCS-Repository: proj/sci X-VCS-Files: sys-cluster/hpl/hpl-2.0-r1.ebuild X-VCS-Directories: sys-cluster/hpl/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: ee03454af41dd8f57629cf5d37b05a4851773350 Date: Thu, 10 Nov 2011 18:47:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: a114418e-1765-413f-a86e-99bf93d0a03a X-Archives-Hash: 480a5879a6142ae2792317184565bd59 commit: ee03454af41dd8f57629cf5d37b05a4851773350 Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Nov 10 18:46:53 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Nov 10 18:46:53 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dee03454a Fix blas + lapack for hpl (Portage version: 2.2.0_alpha72/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- sys-cluster/hpl/hpl-2.0-r1.ebuild | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/sys-cluster/hpl/hpl-2.0-r1.ebuild b/sys-cluster/hpl/hpl-2.0-= r1.ebuild index af88dde..ffc3901 100644 --- a/sys-cluster/hpl/hpl-2.0-r1.ebuild +++ b/sys-cluster/hpl/hpl-2.0-r1.ebuild @@ -28,7 +28,7 @@ src_prepare() { -e '/^ARCH\>/s,=3D .*,=3D gentoo_hpl_fblas_x86,' \ -e '/^MPdir\>/s,=3D .*,=3D,' \ -e '/^MPlib\>/s,=3D .*,=3D,' \ - -e "/^LAlib\>/s,=3D .*,=3D /usr/$(get_libdir)/libblas.so /usr/$(get_li= bdir)/liblapack.so," \ + -e "/^LAlib\>/s,=3D .*,=3D $(pkg-config --libs-only-l blas lapack)," \ -e "/^LINKER\>/s,=3D .*,=3D ${mpicc_path}," \ -e "/^CC\>/s,=3D .*,=3D ${mpicc_path}," \ -e "/^LINKFLAGS\>/s|=3D .*|=3D ${LDFLAGS}|" \