diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-17 02:28:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-08-17 02:28:56 +0000 |
commit | 0e04c591ed06664502039559a0d483348ddd89a3 (patch) | |
tree | fe455705012a226edc9c326b5eb8e433cc298f3f /sci-libs | |
parent | add back sci-libs/scipy (diff) | |
download | gentoo-2-0e04c591ed06664502039559a0d483348ddd89a3.tar.gz gentoo-2-0e04c591ed06664502039559a0d483348ddd89a3.tar.bz2 gentoo-2-0e04c591ed06664502039559a0d483348ddd89a3.zip |
fix up metadata.xml
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/scipy/metadata.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/scipy/metadata.xml b/sci-libs/scipy/metadata.xml index 1bdbae9621eb..b07b17ec5277 100644 --- a/sci-libs/scipy/metadata.xml +++ b/sci-libs/scipy/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription lang="en"> + <herd>sci</herd> + <longdescription lang="en"> SciPy is an open source library of scientific tools for Python. SciPy supplements the popular numpy module, gathering a variety of high level science and engineering modules together as a single package. @@ -10,4 +10,8 @@ SciPy includes modules for graphics and plotting, optimization, integration, special functions, signal and image processing, genetic algorithms, ODE solvers, and others. </longdescription> + <use> + <flag name="sandbox">Installs experimental scipy sandbox modules (pull some dependencies)</flag> + <flag name="umfpack">Add support for sparse solving via UMFPACK</flag> + </use> </pkgmetadata> |