diff options
author | 2007-08-01 22:44:35 +0000 | |
---|---|---|
committer | 2007-08-01 22:44:35 +0000 | |
commit | 60d549b830571dcdb6a17bddada23eeeb5de62e1 (patch) | |
tree | 5b512fee83ba08b1e16e532adc024278515440ab /profiles | |
parent | fix #183552, #187258, #186475, #187302 (diff) | |
download | historical-60d549b830571dcdb6a17bddada23eeeb5de62e1.tar.gz historical-60d549b830571dcdb6a17bddada23eeeb5de62e1.tar.bz2 historical-60d549b830571dcdb6a17bddada23eeeb5de62e1.zip |
Modified Files:
use.local.desc ChangeLog : add freemat local use flags
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 8 | ||||
-rw-r--r-- | profiles/use.local.desc | 5 |
2 files changed, 11 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index a01b314e0790..9e2137ffde5c 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for profile directory # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.556 2007/07/31 11:21:41 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.557 2007/08/01 22:44:35 bicatali Exp $ + + 01 Aug 2007; Sébastien Fabbro <bicatali@gentoo.org> use.local.desc: + sci-mathematics/freemat:arpack - Add sparse eigen value support via + arpack + sci-mathematics/freemat:ffcall - Enables uses of ffcall + sci-mathematics/freemat:umfpack - Add sparse solving via umfpack 31 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> package.mask: Remove x11-drivers/mtxdrivers-pro mask as it has been nuked from the tree. diff --git a/profiles/use.local.desc b/profiles/use.local.desc index 7598e4655d98..25d6992381e1 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.2955 2007/07/30 23:34:12 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.2956 2007/08/01 22:44:35 bicatali Exp $ # This file contains descriptions of local USE flags, and the ebuilds which # contain them. @@ -1749,6 +1749,9 @@ sci-mathematics/coq:ide - Build the Coq IDE, a clone of proof general using labl sci-mathematics/coq:norealanalysis - Do not build real analysis modules (faster compilation). sci-mathematics/coq:translator - Install the translator script from coq-7.4 to coq-8.0, and its documentation if doc is set too. sci-mathematics/drgeo:no-helpbrowser - Do not install the default help browser +sci-mathematics/freemat:arpack - Add sparse eigen value support via arpack +sci-mathematics/freemat:ffcall - Enables uses of ffcall +sci-mathematics/freemat:umfpack - Add sparse solving via umfpack sci-mathematics/geomview:avg - Enable experimental motion averaging technique sci-mathematics/geomview:netpbm - Add NetPBM support for external modules sci-mathematics/maxima:auctex - enable auctex in maxima |