dev-libs/libdynd: remove unused patches
[gentoo.git] / dev-libs / libdynd / metadata.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
3 <pkgmetadata>
4   <maintainer type="project">
5     <email>sci@gentoo.org</email>
6     <name>Gentoo Science Project</name>
7   </maintainer>
8   <longdescription lang="en">
9   LibDyND, a component of the Blaze project, is a C++ library for
10   dynamic, multidimensional arrays. It is inspired by NumPy, the
11   Python array programming library at the core of the scientific
12   Python stack, but tries to address a number of obstacles encountered
13   by some of its users. Examples of this are support for
14   variable-sized string and ragged array types. The library is in a
15   preview development state, and can be thought of as a sandbox where
16   features are being tried and tweaked to gain experience with them.
17 </longdescription>
18   <use>
19     <flag name="cuda">Enable NVIDIA CUDA toolkit support</flag>
20   </use>
21   <upstream>
22     <remote-id type="github">ContinuumIO/libdynd</remote-id>
23   </upstream>
24 </pkgmetadata>