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 6D18E198005 for ; Wed, 27 Feb 2013 17:23:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89CFCE079C; Wed, 27 Feb 2013 17:23:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 159FFE07A5 for ; Wed, 27 Feb 2013 17:23:44 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2702133DF4C for ; Wed, 27 Feb 2013 17:23:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id B3458E4291 for ; Wed, 27 Feb 2013 17:23:41 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1361984710.303b4c8da495c7a33795a7b3caff4edcc09d4d55.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/Macaulay2/, sci-mathematics/Macaulay2/files/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/Macaulay2/ChangeLog sci-mathematics/Macaulay2/Macaulay2-9999.ebuild sci-mathematics/Macaulay2/files/9999-lapack.patch X-VCS-Directories: sci-mathematics/Macaulay2/ sci-mathematics/Macaulay2/files/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 303b4c8da495c7a33795a7b3caff4edcc09d4d55 X-VCS-Branch: master Date: Wed, 27 Feb 2013 17:23:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c4de8ab1-5274-48f5-841d-9a2b01bdf21b X-Archives-Hash: 9d4dff949377390435240bfe7b5aeb82 commit: 303b4c8da495c7a33795a7b3caff4edcc09d4d55 Author: Justin Lecher gentoo org> AuthorDate: Wed Feb 27 17:05:10 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Feb 27 17:05:10 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=303b4c8d sci-mathematics/Macaulay2: Use PKG_CONFIG instead of generic pkg-config Package-Manager: portage-2.2.0_alpha163 --- sci-mathematics/Macaulay2/ChangeLog | 4 ++++ sci-mathematics/Macaulay2/Macaulay2-9999.ebuild | 1 + sci-mathematics/Macaulay2/files/9999-lapack.patch | 2 +- 3 files changed, 6 insertions(+), 1 deletions(-) diff --git a/sci-mathematics/Macaulay2/ChangeLog b/sci-mathematics/Macaulay2/ChangeLog index ec1c9af..e164ec1 100644 --- a/sci-mathematics/Macaulay2/ChangeLog +++ b/sci-mathematics/Macaulay2/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 27 Feb 2013; Justin Lecher files/9999-lapack.patch, + Macaulay2-9999.ebuild: + Use PKG_CONFIG instead of generic pkg-config + 22 Feb 2013; Justin Lecher Macaulay2-9999.ebuild, metadata.xml: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config# diff --git a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild index b182641..b25ac45 100644 --- a/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild +++ b/sci-mathematics/Macaulay2/Macaulay2-9999.ebuild @@ -82,6 +82,7 @@ pkg_setup () { } src_prepare() { + tc-export PKG_CONFIG # Put updated Normaliz.m2 in place cp "${WORKDIR}/Normaliz2.8/Macaulay2/Normaliz.m2" \ "${S}/Macaulay2/packages" || die diff --git a/sci-mathematics/Macaulay2/files/9999-lapack.patch b/sci-mathematics/Macaulay2/files/9999-lapack.patch index 3798253..e9a434e 100644 --- a/sci-mathematics/Macaulay2/files/9999-lapack.patch +++ b/sci-mathematics/Macaulay2/files/9999-lapack.patch @@ -44,7 +44,7 @@ - AC_MSG_ERROR(the fortran compiler ($FC) does not support the Fortran 90 language required for compiling lapack), - AC_MSG_RESULT(yes)) -fi -+BUILTLIBS="$(pkg-config --libs lapack) $BUILTLIBS" ++BUILTLIBS="$(${PKG_CONFIG} --libs lapack) $BUILTLIBS" if test $BUILD_memtailor = yes then BUILTLIBS="-lmemtailor $BUILTLIBS"