diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-17 23:29:09 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-06-17 23:29:09 +0000 |
commit | 1f0cc434ec9b02f87f7d9c0f4d7a6e4f5eb03455 (patch) | |
tree | 995eddf3bc83d63fc327add98d29b3d03ddb872f /sci-libs/scipy/metadata.xml | |
parent | Add to tree from kde overlay (diff) | |
download | gentoo-2-1f0cc434ec9b02f87f7d9c0f4d7a6e4f5eb03455.tar.gz gentoo-2-1f0cc434ec9b02f87f7d9c0f4d7a6e4f5eb03455.tar.bz2 gentoo-2-1f0cc434ec9b02f87f7d9c0f4d7a6e4f5eb03455.zip |
Change umfpack flag to sparse for consistency
(Portage version: 2.2.01.22013-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs/scipy/metadata.xml')
-rw-r--r-- | sci-libs/scipy/metadata.xml | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/sci-libs/scipy/metadata.xml b/sci-libs/scipy/metadata.xml index bb5f7eb29fbc..4ee19593821e 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,11 +10,10 @@ integration, special functions, signal and image processing, genetic algorithms, ODE solvers, and others. </longdescription> - <use> - <flag name="umfpack">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag> - <flag name="sparse">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag> - </use> - <upstream> - <remote-id type="pypi">scipy</remote-id> - </upstream> +<use> + <flag name="sparse">Adds support for sparse solving with <pkg>sci-libs/umfpack</pkg></flag> +</use> +<upstream> + <remote-id type="pypi">scipy</remote-id> +</upstream> </pkgmetadata> |