summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-08-07 06:15:04 +0000
committerUlrich Müller <ulm@gentoo.org>2008-08-07 06:15:04 +0000
commitd338ef2ea3810dcd53fe46442e031347551ee094 (patch)
treefe9e8a4c5a3e3e562ff1360e222e2000ecd65b65 /sci-libs
parentSort again. :-( (diff)
downloadgentoo-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')
-rw-r--r--sci-libs/acml/ChangeLog5
-rw-r--r--sci-libs/acml/metadata.xml35
2 files changed, 26 insertions, 14 deletions
diff --git a/sci-libs/acml/ChangeLog b/sci-libs/acml/ChangeLog
index a5c5bbec30fb..98da0d1f4289 100644
--- a/sci-libs/acml/ChangeLog
+++ b/sci-libs/acml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/acml
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.37 2008/06/23 14:43:38 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/acml/ChangeLog,v 1.38 2008/08/07 06:15:04 ulm Exp $
+
+ 07 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml:
+ Add USE flag description to metadata wrt GLEP 56.
23 Jun 2008; Sébastien Fabbro <bicatali@gentoo.org> acml-4.1.0-r1.ebuild:
Added gfortran fetch for x86, now available on amd website
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>)
+ &gt;= 4.2)</flag>
+</use>
</pkgmetadata>