summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/libdynd/metadata.xml')
-rw-r--r--dev-libs/libdynd/metadata.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-libs/libdynd/metadata.xml b/dev-libs/libdynd/metadata.xml
new file mode 100644
index 000000000000..f8c937125842
--- /dev/null
+++ b/dev-libs/libdynd/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <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>
+ <use>
+ <flag name="cuda">Enable NVIDIA CUDA toolkit support</flag>
+ </use>
+ <upstream>
+ <remote-id type="github">ContinuumIO/libdynd</remote-id>
+ </upstream>
+</pkgmetadata>