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
|
Source: btas
Section: libdevel
Priority: optional
Maintainer: Debichem Team <debichem-devel@lists.alioth.debian.org>
Uploaders: Michael Banck <mbanck@debian.org>
Build-Depends: cmake,
debhelper (>= 11),
libboost-container-dev,
libboost-dev,
libboost-random-dev,
libboost-serialization-dev,
libblas-dev,
libblaspp-dev,
liblapack-dev,
liblapackpp-dev
Standards-Version: 4.5.1
Homepage: https://github.com/ValeevGroup/btas
Vcs-Browser: https://salsa.debian.org/debichem-team/btas
Vcs-Git: https://salsa.debian.org/debichem-team/btas.git
Package: libbtas-dev
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libboost-random-dev,
libboost-serialization-dev,
libblaspp-dev,
liblapack-dev,
liblapackpp-dev
Description: Basic Tensor Algebra Subroutines Library (development files)
BTAS (Basic Tensor Algebra Subroutines) is a library for tensor algebra.
It is a reference implementation of the Tensor Working Group concept spec.
.
This package contains the static libraries and the header files.
|