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
|
Source: mlpack
Section: libs
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Barak A. Pearlmutter <bap@debian.org>
Build-Depends: cmake, debhelper-compat (= 13),
python3-numpy-dev,
pkgconf,
libcereal-dev,
libarmadillo-dev,
libensmallen-dev (>= 2.10.0),
libstb-dev,
dh-python, dh-sequence-python3,
python3, python3-dev, python3-pandas, python3-numpy, cython3, python3-setuptools,
python3-pytest-runner, python3-pip,
txt2man,
Standards-Version: 4.7.2
Homepage: https://www.mlpack.org/
Vcs-Git: https://salsa.debian.org/science-team/mlpack.git
Vcs-Browser: https://salsa.debian.org/science-team/mlpack
Package: libmlpack-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
libensmallen-dev (>= 2.10.0),
libarmadillo-dev, liblapack-dev,
libcereal-dev
Recommends: libstb-dev
Suggests: mlpack-doc
Description: intuitive, fast, scalable C++ machine learning library (development libs)
This package contains the mlpack Library development files.
.
Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++
machine learning library, meant to be a machine learning analog to
LAPACK. It aims to implement a wide array of machine learning
methods and function as a "swiss army knife" for machine learning
researchers.
Package: python3-mlpack
Architecture: any
Section: python
Depends: ${misc:Depends}, ${shlibs:Depends},
${python3:Depends}
Description: intuitive, fast, scalable C++ machine learning library (Python bindings)
This package contains Python bindings for the mlpack Library.
.
Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++
machine learning library, meant to be a machine learning analog to
LAPACK. It aims to implement a wide array of machine learning
methods and function as a "swiss army knife" for machine learning
researchers.
Package: mlpack-bin
Section: science
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: intuitive, fast, scalable C++ machine learning library (binaries)
This package contains example binaries using the mlpack Library.
.
Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++
machine learning library, meant to be a machine learning analog to
LAPACK. It aims to implement a wide array of machine learning
methods and function as a “swiss army knife” for machine learning
researchers.
Package: mlpack-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, libjs-jquery
Description: intuitive, fast, scalable C++ machine learning library (documentation)
This package contains documentation for the mlpack Library.
.
Machine Learning Pack (mlpack) is an intuitive, fast, scalable C++
machine learning library, meant to be a machine learning analog to
LAPACK. It aims to implement a wide array of machine learning
methods and function as a “swiss army knife” for machine learning
researchers.
|