openblas 0.3.23+ds-3 source package in Ubuntu

Changelog

openblas (0.3.23+ds-3) unstable; urgency=medium

  * mips64-generic.patch: new patch from upstream.
    Fixes incorrect numerical results on mips64el. (Closes: #1043048)
  * shared-blas-lapack.patch: restore missing symbols in liblapack64.so.3.
    Many symbols were inadvertently dropped in version 0.3.22+ds-1,
    because of the overhaul of no-embedded-lapack.patch that removed the
    lapack64-netlib directory. (Closes: #1039904)
  * shared-blas-lapack.patch: add missing clean rule for lib{blas,lapack}64.so.3
  * Remove all references to kfreebsd-{amd64,i386} ports
  * README.Debian: update binary packages names for custom installation
    procedure

 -- Sébastien Villemot <email address hidden>  Sun, 06 Aug 2023 20:45:18 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
amd64 arm64 armhf i386 powerpc ppc64el ppc64 mips64el riscv64 sparc64 s390x
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe devel

Downloads

File Size SHA-256 Checksum
openblas_0.3.23+ds-3.dsc 4.3 KiB 70bfdbe0cdf6452c218145b81c92512e60dd6b36de8b4a22096e41dfc1a3a005
openblas_0.3.23+ds.orig.tar.xz 1.8 MiB 84863ced908986a0aa5dd5983a58fc10dd9e995733e29aafdcaec9d1c642ffbf
openblas_0.3.23+ds-3.debian.tar.xz 23.8 KiB 386c2ef24b62da25ecae28fe3842aaea02d288bc8795156a6bbee20b12808086

Available diffs

No changes file available.

Binary packages built by this source

libopenblas-dev: Optimized BLAS (linear algebra) library (dev, meta)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, ppc64el and s390x, all kernels are included in the
 library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 This package includes the static libraries and symbolic links
 needed for program development.

libopenblas-openmp-dev: Optimized BLAS (linear algebra) library (dev, openmp)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, loong64, ppc64el and s390x, all kernels are included in
 the library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 This package includes the static libraries and symbolic links
 needed for program development.
 .
 Configuration: USE_THREAD=1 USE_OPENMP=1 INTERFACE64=0

libopenblas-pthread-dev: Optimized BLAS (linear algebra) library (dev, pthread)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, loong64, ppc64el and s390x, all kernels are included in
 the library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 This package includes the static libraries and symbolic links
 needed for program development.
 .
 Configuration: USE_THREAD=1 USE_OPENMP=0 INTERFACE64=0

libopenblas-serial-dev: Optimized BLAS (linear algebra) library (dev, serial)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, ppc64el and s390x, all kernels are included in the
 library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 This package includes the static libraries and symbolic links
 needed for program development.
 .
 Configuration: USE_THREAD=0 USE_OPENMP=0 INTERFACE64=0

libopenblas0: Optimized BLAS (linear algebra) library (meta)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, loong64, ppc64el and s390x, all kernels are included in
 the library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.

libopenblas0-openmp: Optimized BLAS (linear algebra) library (shared lib, openmp)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, loong64, ppc64el and s390x, all kernels are included in
 the library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 Configuration: USE_THREAD=1 USE_OPENMP=1 INTERFACE64=0

libopenblas0-openmp-dbgsym: debug symbols for libopenblas0-openmp
libopenblas0-pthread: Optimized BLAS (linear algebra) library (shared lib, pthread)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, loong64, ppc64el and s390x, all kernels are included in
 the library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 Configuration: USE_THREAD=1 USE_OPENMP=0 INTERFACE64=0

libopenblas0-pthread-dbgsym: debug symbols for libopenblas0-pthread
libopenblas0-serial: Optimized BLAS (linear algebra) library (shared lib, serial)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, loong64, ppc64el and s390x, all kernels are included in
 the library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 Configuration: USE_THREAD=0 USE_OPENMP=0 INTERFACE64=0

libopenblas0-serial-dbgsym: debug symbols for libopenblas0-serial
libopenblas64-0: Optimized BLAS (linear algebra) library (shared lib, 64bit, meta)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, ppc64el and s390x, all kernels are included in the
 library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 This metapackage provides a 64-bit indexing version.

libopenblas64-0-openmp: Optimized BLAS (linear algebra) library (shared lib, 64bit, openmp)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, loong64, ppc64el and s390x, all kernels are included in
 the library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 Configuration: USE_THREAD=1 USE_OPENMP=1 INTERFACE64=1

libopenblas64-0-openmp-dbgsym: debug symbols for libopenblas64-0-openmp
libopenblas64-0-pthread: Optimized BLAS (linear algebra) library (shared lib, 64bit, pthread)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, ppc64el and s390x, all kernels are included in the
 library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 Configuration: USE_THREAD=1 USE_OPENMP=0 INTERFACE64=1

libopenblas64-0-pthread-dbgsym: debug symbols for libopenblas64-0-pthread
libopenblas64-0-serial: Optimized BLAS (linear algebra) library (shared lib, 64bit, serial)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, ppc64el and s390x, all kernels are included in the
 library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 Configuration: USE_THREAD=0 USE_OPENMP=0 INTERFACE64=1

libopenblas64-0-serial-dbgsym: debug symbols for libopenblas64-0-serial
libopenblas64-dev: Optimized BLAS (linear algebra) library (dev, 64bit, meta)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, loong64, ppc64el and s390x, all kernels are included in
 the library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 This package includes the static libraries and symbolic links
 needed for program development.
 .
 This metapackage provides a 64-bit indexing version.

libopenblas64-openmp-dev: Optimized BLAS (linear algebra) library (dev, 64bit, openmp)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, ppc64el and s390x, all kernels are included in the
 library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 This package includes the static libraries and symbolic links
 needed for program development.
 .
 Configuration: USE_THREAD=1 USE_OPENMP=1 INTERFACE64=1

libopenblas64-pthread-dev: Optimized BLAS (linear algebra) library (dev, 64bit, pthread)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, ppc64el and s390x, all kernels are included in the
 library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 This package includes the static libraries and symbolic links
 needed for program development.
 .
 Configuration: USE_THREAD=1 USE_OPENMP=0 INTERFACE64=1

libopenblas64-serial-dev: Optimized BLAS (linear algebra) library (dev, 64bit, serial)

 OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
 .
 On amd64, arm64, i386, loong64, ppc64el and s390x, all kernels are included in
 the library and the one matching best your processor is selected at runtime.
 .
 On other architectures, for maximum performance, you may want to rebuild
 OpenBLAS locally, see the section: “Building an optimized OpenBLAS package for
 your machine” in README.Debian.
 .
 This package includes the static libraries and symbolic links
 needed for program development.
 .
 Configuration: USE_THREAD=0 USE_OPENMP=0 INTERFACE64=1