diff options
author | 2012-10-16 20:48:56 +0000 | |
---|---|---|
committer | 2012-10-16 20:48:56 +0000 | |
commit | 0bbd5d88163fce533e98f769bab85529cd5f3527 (patch) | |
tree | 92208c2a575aef6fc789e7d39e6d4271a05ad83f /sci-libs/acml/metadata.xml | |
parent | sci-libs/netcdf-fortran: Remove virtual/fortran and always call fortran-2_pkg... (diff) | |
download | gentoo-2-0bbd5d88163fce533e98f769bab85529cd5f3527.tar.gz gentoo-2-0bbd5d88163fce533e98f769bab85529cd5f3527.tar.bz2 gentoo-2-0bbd5d88163fce533e98f769bab85529cd5f3527.zip |
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)
Diffstat (limited to 'sci-libs/acml/metadata.xml')
-rw-r--r-- | sci-libs/acml/metadata.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sci-libs/acml/metadata.xml b/sci-libs/acml/metadata.xml index 0cf20e55dbe3..c0d4a5148c35 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> |