diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-02-12 17:55:38 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-02-12 17:55:38 +0000 |
commit | b583653896e426a52906314ac244e9c49912c460 (patch) | |
tree | 02dd683908bdc4168d4efa0c651534c68df109d3 /profiles | |
parent | old (diff) | |
download | gentoo-2-b583653896e426a52906314ac244e9c49912c460.tar.gz gentoo-2-b583653896e426a52906314ac244e9c49912c460.tar.bz2 gentoo-2-b583653896e426a52906314ac244e9c49912c460.zip |
Added int64 use flag for blas-goto
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.local.desc | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 807548267f88..10ab792b508d 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for profile directory # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1111 2008/02/11 14:50:59 hoffie Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1112 2008/02/12 17:55:38 bicatali Exp $ + + 12 Feb 2008; Sébastien Fabbro <bicatali@gentoo.org> use.local.desc: + Added int64 use flag for blas-goto 11 Feb 2008; Christian Hoffmann <hoffie@gentoo.org> package.mask: Masking =dev-lang/php-5.2.5_p20080206 wrt bug #209606 to prevent greater diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 6b0077ef23e0..a182a5de729c 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3352 2008/02/10 11:58:32 markusle Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3353 2008/02/12 17:55:38 bicatali Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -1843,8 +1843,9 @@ sci-geosciences/mapserver:gdal - Enables gdal library support sci-geosciences/mapserver:geos - Enables geos library support sci-geosciences/mapserver:postgis - Enables postgis support sci-geosciences/mapserver:proj - Enables proj library support (geographic projections) -sci-libs/acml:int64 - Install the 64 bits integer library. +sci-libs/acml:int64 - Install the 64 bits integer library sci-libs/acml:openmp - Install the OpenMP parallel computing library as well (needs ifc or gfortran >= 4.2) +sci-libs/blas-goto:int64 - Build the 64 bits integer library sci-libs/cholmod:metis - Enable the Partition module to cholmod using metis sci-libs/cholmod:supernodal - Enable the Supernodal module (needs lapack) sci-libs/fftw:float - Links default library to single precision instead of double (symlinks only) @@ -1864,10 +1865,10 @@ sci-libs/itpp:cblas - Adds support for the cblas numerical library sci-libs/libghemical:mopac7 - Use the MOPAC7 package for semi-empirical calculations sci-libs/libghemical:mpqc - Use the MPQC package for quantum-mechanical calculations sci-libs/libsvm:tools - install support tools -sci-libs/metis:int64 - Build the 64 bits integer library (version >=5) +sci-libs/metis:int64 - Build the 64 bits integer library (metis >=5 only) sci-libs/metis:openmp - Build support for the OpenMP, needs openmp capable compiler sci-libs/mkl:fortran95 - Build static FORTRAN 95 BLAS/LAPACK interface -sci-libs/mkl:int64 - Install the 64 bits integer library, double package size +sci-libs/mkl:int64 - Install the 64 bits integer library (double package size) sci-libs/mkl:serial - Install the serial (as non-threaded) libraries as well, double package size sci-libs/plplot:itcl - Support for itcl bindings. sci-libs/plplot:octave - Support for Octave bindings. |