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.77) (envelope-from ) id 1Sohzi-0008II-64 for garchives@archives.gentoo.org; Tue, 10 Jul 2012 21:29:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40DE921C20F; Tue, 10 Jul 2012 21:28:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 01A1D21C20F for ; Tue, 10 Jul 2012 21:28:35 +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 4088A1B400A for ; Tue, 10 Jul 2012 21:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 395C0E5445 for ; Tue, 10 Jul 2012 21:28:33 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1341954857.8d86ef3c52fadc7f4eecf8667536fac07462c88d.bicatali@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/atlas/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/atlas/ChangeLog sci-libs/atlas/atlas-3.10.0.ebuild sci-libs/atlas/atlas-3.8.4.ebuild sci-libs/atlas/atlas-3.9.82.ebuild X-VCS-Directories: sci-libs/atlas/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 8d86ef3c52fadc7f4eecf8667536fac07462c88d X-VCS-Branch: master Date: Tue, 10 Jul 2012 21:28:33 +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: 0d2e087d-54e0-41ad-a376-887327e0e864 X-Archives-Hash: c4accbb55f12e4b445c2c8a6a2996fbb commit: 8d86ef3c52fadc7f4eecf8667536fac07462c88d Author: S=C3=A9bastien Fabbro gmail com> AuthorDate: Tue Jul 10 21:14:17 2012 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Tue Jul 10 21:14:17 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D8d86ef3c sci-libs/atlas: Version bump, this is a stable release. (Portage version: 2.2.0_alpha116/git/Linux x86_64, unsigned Manifest comm= it) --- sci-libs/atlas/ChangeLog | 7 ++++++- .../{atlas-3.9.82.ebuild =3D> atlas-3.10.0.ebuild} | 7 +++++-- sci-libs/atlas/atlas-3.8.4.ebuild | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/sci-libs/atlas/ChangeLog b/sci-libs/atlas/ChangeLog index 8fcf843..e883743 100644 --- a/sci-libs/atlas/ChangeLog +++ b/sci-libs/atlas/ChangeLog @@ -2,6 +2,12 @@ # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*atlas-3.10.0 (10 Jul 2012) + + 10 Jul 2012; S=C3=A9bastien Fabbro +atlas-3.10.0= .ebuild, + -atlas-3.9.82.ebuild, atlas-3.8.4.ebuild: + sci-libs/atlas: Version bump, this is a stable release. + *atlas-3.9.82 (03 Jul 2012) =20 03 Jul 2012; S=C3=A9bastien Fabbro +atlas-3.9.82= .ebuild, @@ -137,4 +143,3 @@ 03 Dec 2010; S=C3=A9bastien Fabbro atlas-3.8.3.e= build, metadata.xml: Initial import. Ebuilds merged from blas-atlas and lapack-atlas. - diff --git a/sci-libs/atlas/atlas-3.9.82.ebuild b/sci-libs/atlas/atlas-3.= 10.0.ebuild similarity index 97% rename from sci-libs/atlas/atlas-3.9.82.ebuild rename to sci-libs/atlas/atlas-3.10.0.ebuild index fa414ab..72ed55b 100644 --- a/sci-libs/atlas/atlas-3.9.82.ebuild +++ b/sci-libs/atlas/atlas-3.10.0.ebuild @@ -47,14 +47,17 @@ pkg_setup() { } =20 src_configure() { + # hack needed to trick the flaky gcc detection + local mycc=3D"$(type -P $(tc-getCC))" + [[ ${mycc} =3D=3D *gcc* ]] && mycc=3Dgcc atlas_configure() { local myconf=3D( --prefix=3D"${ED}/usr" --libdir=3D"${ED}/usr/$(get_libdir)" --incdir=3D"${ED}/usr/include" --cc=3D"$(tc-getCC)" - "-C acg '$(type -P $(tc-getCC))'" "-D c -DWALL" + "-C acg '${mycc}'" "-F acg '${CFLAGS}'" "-Ss pmake '\$(MAKE) ${MAKEOPTS}'" ) @@ -101,7 +104,7 @@ src_configure() { local confdir=3D"${S}_${1}"; shift myconf+=3D( $@ ) mkdir "${confdir}" && cd "${confdir}" - # for debugging + # for debugging echo ${myconf[@]} > myconf.out "${S}"/configure ${myconf[@]} || die "configure in ${confdir} failed" } diff --git a/sci-libs/atlas/atlas-3.8.4.ebuild b/sci-libs/atlas/atlas-3.8= .4.ebuild index e0fc44d..b2feb7f 100644 --- a/sci-libs/atlas/atlas-3.8.4.ebuild +++ b/sci-libs/atlas/atlas-3.8.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D4 -inherit eutils toolchain-funcs versionator alternatives-2 +inherit eutils toolchain-funcs versionator alternatives-2 multilib =20 LAPACKP=3Dlapack-3.3.1 =20