diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-02-10 07:44:41 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-02-10 07:44:41 +0000 |
commit | 00c1ea766a6bf4c2c126eb669cd27a42afbcae97 (patch) | |
tree | 8d9f8fe1a8782cc63e307e46cc8a991d11d6040d /sci-libs/acml | |
parent | Add pcf-unicode-only useflag, enabled by default (bug #520222). Bump EAPI to ... (diff) | |
download | gentoo-2-00c1ea766a6bf4c2c126eb669cd27a42afbcae97.tar.gz gentoo-2-00c1ea766a6bf4c2c126eb669cd27a42afbcae97.tar.bz2 gentoo-2-00c1ea766a6bf4c2c126eb669cd27a42afbcae97.zip |
Revert last change
(Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/acml')
-rw-r--r-- | sci-libs/acml/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/acml/acml-4.1.0-r1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/acml/metadata.xml | 16 |
3 files changed, 16 insertions, 12 deletions
diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog index a3579a2e938d..d06e881489f1 100644 --- a/sci-libs/acml/ChangeLog +++ b/sci-libs/acml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/acml # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.46 2015/02/10 02:27:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.47 2015/02/10 07:44:41 jlec Exp $ + + 10 Feb 2015; Justin Lecher <jlec@gentoo.org> acml-4.1.0-r1.ebuild, + metadata.xml: + Revert last change 10 Feb 2015; Patrick Lauer <patrick@gentoo.org> acml-4.1.0-r1.ebuild: Fix gcc slot to match toolchain changes diff --git a/sci-libs/acml/acml-4.1.0-r1.ebuild b/sci-libs/acml/acml-4.1.0-r1.ebuild index 9292de3bdb62..32b0a9e8a618 100644 --- a/sci-libs/acml/acml-4.1.0-r1.ebuild +++ b/sci-libs/acml/acml-4.1.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 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.11 2015/02/10 02:27:37 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/acml-4.1.0-r1.ebuild,v 1.12 2015/02/10 07:44:41 jlec Exp $ EAPI=1 @@ -33,8 +33,8 @@ RESTRICT="strip fetch" CDEPEND=" ifc? ( dev-lang/ifc ) - gfortran? ( sys-devel/gcc:4.2.4 ) - !gfortran? ( !ifc? ( sys-devel/gcc:4.2.4 ) )" + gfortran? ( sys-devel/gcc:4.2 ) + !gfortran? ( !ifc? ( sys-devel/gcc:4.2 ) )" DEPEND="test? ( ${CDEPEND} ) app-admin/eselect-blas diff --git a/sci-libs/acml/metadata.xml b/sci-libs/acml/metadata.xml index c0d4a5148c35..29546f51523b 100644 --- a/sci-libs/acml/metadata.xml +++ b/sci-libs/acml/metadata.xml @@ -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> |