diff options
-rw-r--r-- | sci-libs/acml/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/acml/metadata.xml | 35 | ||||
-rw-r--r-- | sci-libs/blas-goto/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/blas-goto/metadata.xml | 3 | ||||
-rw-r--r-- | sci-libs/cholmod/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cholmod/metadata.xml | 6 | ||||
-rw-r--r-- | sci-libs/fftw/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/fftw/metadata.xml | 6 |
8 files changed, 53 insertions, 17 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>) + >= 4.2)</flag> +</use> </pkgmetadata> diff --git a/sci-libs/blas-goto/ChangeLog b/sci-libs/blas-goto/ChangeLog index 8b8f1781ceaa..f7e43a30729f 100644 --- a/sci-libs/blas-goto/ChangeLog +++ b/sci-libs/blas-goto/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/blas-goto # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-goto/ChangeLog,v 1.19 2008/04/21 14:59:16 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/blas-goto/ChangeLog,v 1.20 2008/08/07 06:16:47 ulm Exp $ + + 07 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. 21 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org> blas-goto-1.22-r1.ebuild, blas-goto-1.24.ebuild: diff --git a/sci-libs/blas-goto/metadata.xml b/sci-libs/blas-goto/metadata.xml index 3e66f5e5ec16..85e6f3e10897 100644 --- a/sci-libs/blas-goto/metadata.xml +++ b/sci-libs/blas-goto/metadata.xml @@ -11,4 +11,7 @@ is also taken into consideration, it is the minimization of such TLB misses that drives the approach. </longdescription> +<use> + <flag name='int64'>Build the 64 bits integer library</flag> +</use> </pkgmetadata> diff --git a/sci-libs/cholmod/ChangeLog b/sci-libs/cholmod/ChangeLog index 96771c71d524..b6addf76ef02 100644 --- a/sci-libs/cholmod/ChangeLog +++ b/sci-libs/cholmod/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cholmod # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.9 2008/05/22 01:26:28 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cholmod/ChangeLog,v 1.10 2008/08/07 06:20:52 ulm Exp $ + + 07 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. 22 May 2008; Justin Bronder <jsbronder@gentoo.org> cholmod-1.6.0-r1.ebuild: diff --git a/sci-libs/cholmod/metadata.xml b/sci-libs/cholmod/metadata.xml index 036063c821cb..eafad5c8fb54 100644 --- a/sci-libs/cholmod/metadata.xml +++ b/sci-libs/cholmod/metadata.xml @@ -6,4 +6,10 @@ CHOLMOD is a set of ANSI C routines for sparse Cholesky factorization and update/downdate. </longdescription> +<use> + <flag name='metis'>Enable the Partition module to cholmod using metis + (<pkg>sci-libs/metis</pkg>, <pkg>sci-libs/parmetis</pkg>)</flag> + <flag name='supernodal'>Enable the Supernodal module + (needs <pkg>virtual/lapack</pkg>)</flag> +</use> </pkgmetadata> diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index 4bb4ef19c08f..72a20727eb63 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/fftw # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.69 2008/07/10 14:36:38 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.70 2008/08/07 06:24:49 ulm Exp $ + + 07 Aug 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. 10 Jul 2008; Sébastien Fabbro <bicatali@gentoo.org> files/fftw-2.1.5-configure.in.patch, files/fftw-3.1.2-configure.ac.patch, diff --git a/sci-libs/fftw/metadata.xml b/sci-libs/fftw/metadata.xml index d7ac5d19ffe6..de500ad77d85 100644 --- a/sci-libs/fftw/metadata.xml +++ b/sci-libs/fftw/metadata.xml @@ -11,4 +11,10 @@ that FFTW's performance is typically superior to that of other publicly available FFT software. </longdescription> +<use> + <flag name='float'>Link default library to single precision instead of + double (symlinks only)</flag> + <flag name='openmp'>Build support for the OpenMP (support parallel + computing)</flag> +</use> </pkgmetadata> |