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 1Q0MSy-0004pA-Ca for garchives@archives.gentoo.org; Thu, 17 Mar 2011 23:18:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 713D2E0509; Thu, 17 Mar 2011 23:18:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 4335BE0509 for ; Thu, 17 Mar 2011 23:18:45 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D600D1B409E for ; Thu, 17 Mar 2011 23:18:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 47A3F8006A for ; Thu, 17 Mar 2011 23:18:44 +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: sci-chemistry/gromacs/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/gromacs/gromacs-4.0.9999.ebuild X-VCS-Directories: sci-chemistry/gromacs/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: cc73d86ce3fc5071d952572c28210c812a567622 Date: Thu, 17 Mar 2011 23:18:44 +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: X-Archives-Hash: 66c6a2def42958f678fa5838711994fb commit: cc73d86ce3fc5071d952572c28210c812a567622 Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Mar 17 22:31:07 2011 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Mar 17 23:18:34 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3Dcc73d86c [sci-chemistry/gromacs] Update ebuild for using pkg-config and blas (Portage version: 2.2.0_alpha27/git/Linux x86_64, signed Manifest commit = with key F82F92E6) --- sci-chemistry/gromacs/gromacs-4.0.9999.ebuild | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-chemistry/gromacs/gromacs-4.0.9999.ebuild b/sci-chemistr= y/gromacs/gromacs-4.0.9999.ebuild index a2f52b6..61f8cc2 100644 --- a/sci-chemistry/gromacs/gromacs-4.0.9999.ebuild +++ b/sci-chemistry/gromacs/gromacs-4.0.9999.ebuild @@ -112,13 +112,13 @@ src_configure() { =20 # if we need external blas if use blas; then - export LIBS=3D"${LIBS} -lblas" + export LIBS=3D"${LIBS} $(pkg-config --libs blas)" myconf=3D"${myconf} $(use_with blas external-blas)" fi =20 # if we need external lapack if use lapack; then - export LIBS=3D"${LIBS} -llapack" + export LIBS=3D"${LIBS} $(pkg-config --libs lapack)" myconf=3D"${myconf} $(use_with lapack external-lapack)" fi =20