diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-08-07 06:15:04 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-08-07 06:15:04 +0000 |
commit | d338ef2ea3810dcd53fe46442e031347551ee094 (patch) | |
tree | fe9e8a4c5a3e3e562ff1360e222e2000ecd65b65 /sci-libs/acml/metadata.xml | |
parent | Sort again. :-( (diff) | |
download | gentoo-2-d338ef2ea3810dcd53fe46442e031347551ee094.tar.gz gentoo-2-d338ef2ea3810dcd53fe46442e031347551ee094.tar.bz2 gentoo-2-d338ef2ea3810dcd53fe46442e031347551ee094.zip |
Add USE flag description to metadata wrt GLEP 56.
(Portage version: 2.2_rc6/cvs/Linux 2.6.25-gentoo-r6 i686)
Diffstat (limited to 'sci-libs/acml/metadata.xml')
-rw-r--r-- | sci-libs/acml/metadata.xml | 35 |
1 files changed, 22 insertions, 13 deletions
diff --git a/sci-libs/acml/metadata.xml b/sci-libs/acml/metadata.xml index 6516cf1feeda..c4200e0c1975 100644 --- a/sci-libs/acml/metadata.xml +++ b/sci-libs/acml/metadata.xml @@ -1,17 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <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"> - 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> +<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"> + 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 + (<pkg>dev-lang/ifc</pkg>)</flag> + <flag name='int64'>Install the 64 bits integer library</flag> + <flag name='openmp'>Install the OpenMP parallel computing library as well + (needs <pkg>dev-lang/ifc</pkg> or gfortran (<pkg>sys-devel/gcc</pkg>) + >= 4.2)</flag> +</use> </pkgmetadata> |