diff options
Diffstat (limited to 'dev-libs/libdynd/metadata.xml')
-rw-r--r-- | dev-libs/libdynd/metadata.xml | 21 |
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> |