* [gentoo-commits] gentoo-x86 commit in sci-libs/acml: acml-4.1.0-r1.ebuild ChangeLog acml-3.6.1-r1.ebuild acml-4.0.1.ebuild metadata.xml acml-3.6.0-r1.ebuild
@ 2012-10-16 20:48 Justin Lecher (jlec)
0 siblings, 0 replies; only message in thread
From: Justin Lecher (jlec) @ 2012-10-16 20:48 UTC (permalink / raw
To: gentoo-commits
jlec 12/10/16 20:48:56
Modified: acml-4.1.0-r1.ebuild ChangeLog acml-3.6.1-r1.ebuild
acml-4.0.1.ebuild metadata.xml
Removed: acml-3.6.0-r1.ebuild
Log:
sci-libs/acml: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Revision Changes Path
1.10 sci-libs/acml/acml-4.1.0-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild?r1=1.9&r2=1.10
Index: acml-4.1.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- acml-4.1.0-r1.ebuild 21 Jun 2011 20:06:52 -0000 1.9
+++ acml-4.1.0-r1.ebuild 16 Oct 2012 20:48:56 -0000 1.10
@@ -1,10 +1,10 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.9 2011/06/21 20:06:52 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.10 2012/10/16 20:48:56 jlec Exp $
EAPI=1
-inherit eutils fortran-2 toolchain-funcs versionator
+inherit eutils fortran-2 multilib toolchain-funcs versionator
MY_P=${PN}-$(replace_all_version_separators -)
@@ -32,7 +32,6 @@
RESTRICT="strip fetch"
CDEPEND="
- virtual/fortran
ifc? ( dev-lang/ifc )
gfortran? ( sys-devel/gcc:4.2 )
!gfortran? ( !ifc? ( sys-devel/gcc:4.2 ) )"
1.45 sci-libs/acml/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 21 Jun 2011 15:55:47 -0000 1.44
+++ ChangeLog 16 Oct 2012 20:48:56 -0000 1.45
@@ -1,6 +1,11 @@
# ChangeLog for sci-libs/acml
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.44 2011/06/21 15:55:47 jlec Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.45 2012/10/16 20:48:56 jlec Exp $
+
+ 16 Oct 2012; Justin Lecher <jlec@gentoo.org> -acml-3.6.0-r1.ebuild,
+ acml-3.6.1-r1.ebuild, acml-4.0.1.ebuild, acml-4.1.0-r1.ebuild, metadata.xml:
+ Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the
+ updated fortran-2.eclass
21 Jun 2011; Justin Lecher <jlec@gentoo.org> acml-3.6.0-r1.ebuild,
acml-3.6.1-r1.ebuild, acml-4.0.1.ebuild, acml-4.1.0-r1.ebuild:
1.14 sci-libs/acml/acml-3.6.1-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild?r1=1.13&r2=1.14
Index: acml-3.6.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- acml-3.6.1-r1.ebuild 21 Jun 2011 15:55:47 -0000 1.13
+++ acml-3.6.1-r1.ebuild 16 Oct 2012 20:48:56 -0000 1.14
@@ -1,16 +1,18 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.13 2011/06/21 15:55:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-3.6.1-r1.ebuild,v 1.14 2012/10/16 20:48:56 jlec Exp $
-inherit eutils fortran-2 toolchain-funcs
+inherit eutils fortran-2 multilib toolchain-funcs
MY_PV=${PV//\./\-}
DESCRIPTION="AMD Core Math Library (ACML) for x86 and amd64 CPUs"
HOMEPAGE="http://developer.amd.com/acml.jsp"
-SRC_URI="x86? ( acml-${MY_PV}-gfortran-32bit.tgz )
- amd64? ( acml-${MY_PV}-gfortran-64bit.tgz
- int64? ( acml-${MY_PV}-gfortran-64bit-int64.tgz ) )"
+SRC_URI="
+ x86? ( acml-${MY_PV}-gfortran-32bit.tgz )
+ amd64? (
+ acml-${MY_PV}-gfortran-64bit.tgz
+ int64? ( acml-${MY_PV}-gfortran-64bit-int64.tgz ) )"
SLOT="0"
LICENSE="ACML"
@@ -20,7 +22,6 @@
RESTRICT="strip fetch"
DEPEND="
- virtual/fortran
app-admin/eselect-blas
app-admin/eselect-lapack"
RDEPEND="${DEPEND}
1.10 sci-libs/acml/acml-4.0.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild?r1=1.9&r2=1.10
Index: acml-4.0.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- acml-4.0.1.ebuild 21 Jun 2011 15:55:47 -0000 1.9
+++ acml-4.0.1.ebuild 16 Oct 2012 20:48:56 -0000 1.10
@@ -1,27 +1,28 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild,v 1.9 2011/06/21 15:55:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.0.1.ebuild,v 1.10 2012/10/16 20:48:56 jlec Exp $
-inherit eutils fortran-2 toolchain-funcs
+inherit eutils fortran-2 multilib toolchain-funcs
MY_PV=${PV//\./\-}
DESCRIPTION="AMD Core Math Library (ACML) for x86_64 CPUs"
HOMEPAGE="http://developer.amd.com/acml.jsp"
SRC_URI="
- ifc? ( acml-${MY_PV}-ifort-64bit.tgz )
+ ifc? ( acml-${MY_PV}-ifort-64bit.tgz )
!ifc? (
- int64? ( acml-${MY_PV}-gfortran-64bit-int64.tgz )
- !int64? ( acml-${MY_PV}-gfortran-64bit.tgz ) )"
+ int64? ( acml-${MY_PV}-gfortran-64bit-int64.tgz )
+ !int64? ( acml-${MY_PV}-gfortran-64bit.tgz )
+ )"
SLOT="0"
LICENSE="ACML"
KEYWORDS="~amd64"
IUSE="openmp ifc int64 doc examples"
+
RESTRICT="strip fetch"
DEPEND="
- virtual/fortran
ifc? ( dev-lang/ifc )
app-admin/eselect-blas
app-admin/eselect-lapack"
1.6 sci-libs/acml/metadata.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/metadata.xml?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/metadata.xml?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/acml/metadata.xml?r1=1.5&r2=1.6
Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/acml/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml 17 Oct 2008 18:42:40 -0000 1.5
+++ metadata.xml 16 Oct 2012 20:48:56 -0000 1.6
@@ -1,23 +1,23 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
The AMD(R) Core Math Library provides an implementation of the "Basic
Linear Algebra Subprograms" (BLAS) and the "Linear Algebra PACKage"
(LAPACK) as well as a set of "Fast Fourier Transformation" (FFT)
routines, all highly optimized for AMD(R) x86 and amd64 CPUs.
</longdescription>
-<longdescription lang="de">
+ <longdescription lang="de">
Die AMD(R) Core Math Library ist ein Ersatz für die "Basic Linear
Algebra Subprograms" (BLAS) und das "Linear Algebra PACKage" (LAPACK).
Außerdem enthält sie Routinen zur "Fast Fourier Tranformation" (FFT).
Alle Routinen sind hoch optimiert für AMD(R) x86 und amd64 CPUs.
</longdescription>
-<use>
- <flag name='gfortran'>Fetch and install acml compiled with GNU gfortran</flag>
- <flag name='ifc'>Fetch and install acml compiled with Intel Fortran Compiler
+ <use>
+ <flag name="gfortran">Fetch and install acml compiled with GNU gfortran</flag>
+ <flag name="ifc">Fetch and install acml compiled with Intel Fortran Compiler
(<pkg>dev-lang/ifc</pkg>)</flag>
- <flag name='int64'>Install the 64 bits integer library</flag>
-</use>
+ <flag name="int64">Install the 64 bits integer library</flag>
+ </use>
</pkgmetadata>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-16 20:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-16 20:48 [gentoo-commits] gentoo-x86 commit in sci-libs/acml: acml-4.1.0-r1.ebuild ChangeLog acml-3.6.1-r1.ebuild acml-4.0.1.ebuild metadata.xml acml-3.6.0-r1.ebuild Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox