summaryrefslogtreecommitdiff
blob: 0b3978ba39fecec0f46cd772ce4d027f0c784a3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>sci@gentoo.org</email>
    <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>
  <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">libdynd/libdynd</remote-id>
  </upstream>
</pkgmetadata>