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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
Source: xtensor
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Drew Parsons <dparsons@debian.org>
Section: libs
Priority: optional
Build-Depends: cmake (>= 3.1),
debhelper-compat (= 13),
dpkg-dev (>= 1.17.14),
doctest-dev <!nocheck>,
nlohmann-json3-dev (>= 3.1.1~),
xtl-dev (>= 0.7.5~), xtl-dev (<< 0.8),
# libxsimd-dev (>= 10.0.0~) [!arm64 !armel !armhf !ppc64el !riscv64 !s390x],
python3-sphinx
Build-Depends-Indep: python3-breathe <!nodoc>,
python3-sphinx <!nodoc>,
python3-sphinx-rtd-theme <!nodoc>,
graphviz <!nodoc>,
libjs-mathjax <!nodoc>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/xtensor
Vcs-Git: https://salsa.debian.org/science-team/xtensor.git
Homepage: https://github.com/xtensor-stack/xtensor
Package: libxtensor-dev
Architecture: all
Multi-Arch: foreign
Section: libdevel
Depends: xtl-dev (>= 0.7.5~), xtl-dev (<< 0.8),
nlohmann-json3-dev (>= 3.1.1~),
${misc:Depends}
#Recommends: libxsimd-dev (>= 10.0.0~)
Suggests: xtensor-doc <!nodoc>
Breaks: xtensor-dev (<< 0.22.0-4~)
Replaces: xtensor-dev (<< 0.22.0-4~)
Description: multi-dimensional arrays with broadcasting and lazy computing
xtensor is a C++ library meant for numerical analysis with multi-dimensional
array expressions.
.
xtensor provides:
.
- an extensible expression system enabling lazy broadcasting.
- an API following the idioms of the C++ standard library.
- tools to manipulate array expressions and build upon xtensor.
.
Containers of xtensor are inspired by NumPy, the Python array programming
library. In fact, xtensor can be used to process numpy data structures inplace
using Python's buffer protocol. For more details on the numpy bindings, check
out the xtensor-python project.
.
This package provides the header-only library.
Package: xtensor-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
libjs-mathjax
Built-Using: ${sphinxdoc:Built-Using}
Description: documentation for xtensor
xtensor is a C++ library meant for numerical analysis with multi-dimensional
array expressions.
.
xtensor provides:
.
- an extensible expression system enabling lazy broadcasting.
- an API following the idioms of the C++ standard library.
- tools to manipulate array expressions and build upon xtensor.
.
Containers of xtensor are inspired by NumPy, the Python array programming
library. In fact, xtensor can be used to process numpy data structures inplace
using Python's buffer protocol. For more details on the numpy bindings, check
out the xtensor-python project.
.
This package provides the documentation.
Build-Profiles: <!nodoc>
Package: xtensor-dev
Architecture: all
Section: libdevel
Depends: libxtensor-dev, ${misc:Depends}
Description: multi-dimensional arrays with broadcasting (transition package)
xtensor is a C++ library meant for numerical analysis with multi-dimensional
array expressions.
.
This is a dummy package transitioning to libxtensor-dev.
|