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
|
Source: openblas
Section: devel
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Sébastien Villemot <sebastien@debian.org>
Standards-Version: 3.9.8
Build-Depends: dpkg-dev (>= 1.16.2~), debhelper (>= 10), gfortran,
liblapack-pic (>= 3.5.0-5~)
Homepage: https://github.com/xianyi/OpenBLAS
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/openblas.git
Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/openblas.git
Package: libopenblas-base
Section: libs
Architecture: amd64 arm64 armhf i386 powerpc ppc64el ppc64 kfreebsd-i386 kfreebsd-amd64 mips64el
Depends: ${shlibs:Depends}, ${misc:Depends}, libblas-common
Provides: libblas.so.3, liblapack.so.3
Built-Using: ${Built-Using}
Description: Optimized BLAS (linear algebra) library (shared library)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
Unlike Atlas, OpenBLAS provides a multiple architecture library.
.
All kernel will be included in the library and dynamically switched to
the best architecture at run time (only on x86 arches).
.
For more information on how to rebuild locally OpenBLAS, see the section:
"Building Optimized OpenBLAS Packages on your ARCH" in README.Debian
Package: libopenblas-dev
Section: libdevel
Architecture: amd64 arm64 armhf i386 powerpc ppc64el ppc64 kfreebsd-i386 kfreebsd-amd64 mips64el
Depends: libopenblas-base (= ${binary:Version}), libblas-dev, ${shlibs:Depends},
${misc:Depends}
Provides: libblas.so, liblapack.so
Built-Using: ${Built-Using}
Description: Optimized BLAS (linear algebra) library (development files)
OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
.
Unlike Atlas, OpenBLAS provides a multiple architecture library.
.
All kernel will be included in the library and dynamically switched to
the best architecture at run time (only on x86 arches).
.
This package includes the static libraries and symbolic links
needed for program development.
|