diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-04-30 11:54:57 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-04-30 11:54:57 +0000 |
commit | bb3031605c019701a99d3a83999f56f90a2f2afe (patch) | |
tree | a4009c87e0484e139cc03403a2931262774aff1b | |
parent | Added masked ifc flag for no-multilib on sci-libs/acml (diff) | |
download | gentoo-2-bb3031605c019701a99d3a83999f56f90a2f2afe.tar.gz gentoo-2-bb3031605c019701a99d3a83999f56f90a2f2afe.tar.bz2 gentoo-2-bb3031605c019701a99d3a83999f56f90a2f2afe.zip |
Removed global icc and ifc use flags. Added local icc and ifc for dev-lang/idb and sci-libs/acml, added gfortran local flag for sci-libs/acml
-rw-r--r-- | profiles/ChangeLog | 8 | ||||
-rw-r--r-- | profiles/use.desc | 4 | ||||
-rw-r--r-- | profiles/use.local.desc | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 8d2a4b5a4d59..7ec90fef341a 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for profile directory # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1371 2008/04/29 20:32:05 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1372 2008/04/30 11:54:57 bicatali Exp $ + + 30 Apr 2008; Sébastien Fabbro <bicatali@gentoo.org> use.desc, + use.local.desc: + Removed global icc and ifc use flags. Added local icc and ifc for + dev-lang/idb and sci-libs/acml, added gfortran local flag for + sci-libs/acml 29 Apr 2008; Ryan Hill <dirtyepic@gentoo.org> package.mask: Mask media-fonts/sharefonts for removal (bug #218288). diff --git a/profiles/use.desc b/profiles/use.desc index b46d6e8e9635..9493986fa5fd 100644 --- a/profiles/use.desc +++ b/profiles/use.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.desc,v 1.394 2008/04/21 16:54:05 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.395 2008/04/30 11:54:57 bicatali Exp $ # Keep them sorted @@ -145,12 +145,10 @@ hdf5 - Adds support for the Hierarchical Data Format v5 htmlhandbook - Enable HTML handbooks generation for KDE4. hyperwave-api - Adds support for Hyperwave document storage system ibm - Add support for IBM ppc64 specific systems -icc - Add support for the Intel C++ Compiler (does _not_ set $CC) iconv - Enable support for the iconv character set conversion library icq - Enable ICQ IM protocol support idn - Enable support for Internationalized Domain Names ieee1394 - Enable FireWire/iLink IEEE1394 support (dv, camera, ...) -ifc - use ifc instead of g77 to build imagemagick - Enables support for Imagemagick (image converter) imap - Adds support for IMAP (Internet Mail Application Protocol) imlib - Adds support for imlib, an image loading and rendering library diff --git a/profiles/use.local.desc b/profiles/use.local.desc index b7e3f1010123..069196c33564 100644 --- a/profiles/use.local.desc +++ b/profiles/use.local.desc @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3520 2008/04/28 18:10:07 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3521 2008/04/30 11:54:57 bicatali Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -429,6 +429,8 @@ dev-lang/gforth:force-reg - Enable a possibly unstable GCC flag for possibly lar dev-lang/ghc:binary - Install the binary version directly, rather than using it to build the source version. dev-lang/ghc:ghcbootstrap - Internal: Bootstrap GHC from an existing GHC installation. dev-lang/icon:iplsrc - install the icon programming library source +dev-lang/idb:icc - Use icc to install idb (default) +dev-lang/idb:ifc - Use ifc to install idb dev-lang/lisaac:vim - install a syntax file for vim dev-lang/lua:deprecated - make deprecated data structures/routines available dev-lang/mlton:binary - install a binary version (need to do this once to bootstrap, until smlnj is supported) @@ -1839,6 +1841,8 @@ 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:gfortran - Fetch and install acml compiled with GNU gfortran +sci-libs/acml:ifc - Fetch and install acml compiled with Intel Fortran Compiler 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 |