summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-01-08 06:47:28 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-01-10 05:26:40 +0000
commit534b09a8949b7a27832196be14f6f4ec295f3e8b (patch)
treea01e5be3419d27ec96b3122ca4af4cd81358bf73 /dev-libs/libdynd/metadata.xml
parentapp-arch/bloscpack: version bump (diff)
downloadgentoo-534b09a8949b7a27832196be14f6f4ec295f3e8b.tar.gz
gentoo-534b09a8949b7a27832196be14f6f4ec295f3e8b.tar.bz2
gentoo-534b09a8949b7a27832196be14f6f4ec295f3e8b.zip
dev-libs/libdynd: version bump
Cleaned old buggy versions. Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/libdynd/metadata.xml')
-rw-r--r--dev-libs/libdynd/metadata.xml21
1 files changed, 11 insertions, 10 deletions
diff --git a/dev-libs/libdynd/metadata.xml b/dev-libs/libdynd/metadata.xml
index 902c488513b3..0b3978ba39fe 100644
--- a/dev-libs/libdynd/metadata.xml
+++ b/dev-libs/libdynd/metadata.xml
@@ -6,19 +6,20 @@
<name>Gentoo Science Project</name>
</maintainer>
<longdescription lang="en">
- LibDyND, a component of the Blaze project, is a C++ library for
- dynamic, multidimensional arrays. It is inspired by NumPy, the
- Python array programming library at the core of the scientific
- Python stack, but tries to address a number of obstacles encountered
- by some of its users. Examples of this are support for
- variable-sized string and ragged array types. The library is in a
- preview development state, and can be thought of as a sandbox where
- features are being tried and tweaked to gain experience with them.
-</longdescription>
+ LibDyND, a component of the Blaze project, is a C++ library for
+ dynamic, multidimensional arrays. It is inspired by NumPy, the
+ Python array programming library at the core of the scientific
+ Python stack, but tries to address a number of obstacles encountered
+ by some of its users. Examples of this are support for
+ variable-sized string and ragged array types. The library is in a
+ preview development state, and can be thought of as a sandbox where
+ features are being tried and tweaked to gain experience with them.
+ </longdescription>
<use>
<flag name="cuda">Enable NVIDIA CUDA toolkit support</flag>
+ <flag name="mkl">Enable a plugin for Intel Math Kernel Library <pkg>sci-libs/mkl</pkg></flag>
</use>
<upstream>
- <remote-id type="github">ContinuumIO/libdynd</remote-id>
+ <remote-id type="github">libdynd/libdynd</remote-id>
</upstream>
</pkgmetadata>