summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Debian Science Maintainers [Wed, 8 Apr 2026 14:43:38 +0000 (16:43 +0200)]
Fix development header on loong64 with respect to missing _Float16 type
Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/
2671786e61325a97b87dbe1a2cdd8abb74486498
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/5714
Reviewed-by: Sébastien Villemot <sebastien@debian.org>
Last-Update: 2026-04-07
Last-Update: 2026-04-07
Gbp-Pq: Name _Float16-loong64.patch
Debian Science Maintainers [Wed, 8 Apr 2026 14:43:38 +0000 (16:43 +0200)]
Fix cblas_dspmv test failure on arm64
Origin: upstream, https://github.com/OpenMathLib/OpenBLAS/commit/
0f9f6e4be55181237dd78adadb01b8aed4e7ec0f
Bug: https://github.com/OpenMathLib/OpenBLAS/issues/5708
Last-Update: 2026-04-03
Last-Update: 2026-04-03
Gbp-Pq: Name cblas_dspmv-arm64.patch
Mo Zhou [Wed, 8 Apr 2026 14:43:38 +0000 (16:43 +0200)]
No longer check for symbols deprecated in LAPACK 3.10.1
Bug-Debian: https://bugs.debian.org/
1011386
Forwarded: no
Last-Update: 2022-08-14
Last-Update: 2022-08-14
Gbp-Pq: Name combssq-deprecate.patch
Sébastien Villemot [Wed, 8 Apr 2026 14:43:38 +0000 (16:43 +0200)]
MATGEN symbols are not included in Debian binary
Forwarded: not-needed
Last-Update: 2016-03-24
The libopenblas binaries do not include libmatgen code, so don't mark them as
exported and don't test for their presence (in linktest).
Last-Update: 2016-03-24
Gbp-Pq: Name matgen-symbols-not-included.patch
Sébastien Villemot [Wed, 8 Apr 2026 14:43:38 +0000 (16:43 +0200)]
Create shared libraries lib{blas,lapack}.so.3
Forwarded: not-needed
Last-Update: 2020-07-31
* It is done so that duplicate code with libopenblas.so.0 is kept as low as
possible. Only the symbols from the external BLAS/LAPACK API are incorporated
in the shared libraries. The rest is obtained by dynamic linking against
libopenblas.so.0. This also gives access to some extra OpenBLAS symbols, in
order to differentiate it at runtime from other BLAS implementations (see
#960728).
The -rpath,'$ORIGIN' is there to ensure that the OpenBLAS flavour used is
the one selected in the lib{blas,lapack}.so.3 alternative, and not the one
selected in the libopenblas.so.0 alternative.
* See also override_dh_shlibdeps in debian/rules
* Also order the files when calling `ar' or $(CC), to make
the build reproducible (see #824639)
* Also link the shared blas and lapack against gomp (see #945791)
Last-Update: 2020-07-31
Gbp-Pq: Name shared-blas-lapack.patch
Sébastien Villemot [Wed, 8 Apr 2026 14:43:38 +0000 (16:43 +0200)]
Adapt build system for the absence of lapack-netlib/ and relapack directories.
Forwarded: not-needed
Last-Update: 2026-02-03
Instead use the PIC libraries provided by packages liblapack-dev and liblapack64-dev,
stripping from them the symbols that are overridden by OpenBLAS.
Last-Update: 2026-02-03
Gbp-Pq: Name no-embedded-lapack.patch
Sébastien Villemot [Wed, 8 Apr 2026 14:43:38 +0000 (16:43 +0200)]
Remove warning about OpenMP
Forwarded: no
Last-Update: 2014-02-17
This warning is annoying when the library is built with pthreads.
See #684344
Last-Update: 2014-02-17
Gbp-Pq: Name remove-openmp-warning.patch
Sébastien Villemot [Wed, 8 Apr 2026 14:43:38 +0000 (16:43 +0200)]
Use flags suitable for armhf port when TARGET=ARMV6
Forwarded: not-needed
Last-Update: 2015-04-29
See debian/rules for an explanation of why we can't use TARGET=ARMV7 on armhf.
Also, if we don't explicitly set the -march and -mfpu flags, the resulting
static libraries crash with SIGILL (reason not yet elucidated).
Last-Update: 2015-04-29
Gbp-Pq: Name arm-gcc-flags.patch
Sébastien Villemot [Wed, 8 Apr 2026 14:43:38 +0000 (16:43 +0200)]
openblas (0.3.32+ds-5) unstable; urgency=medium
* _Float16-redux.patch: fix invalid preprocessor logic
[dgit import unpatched openblas 0.3.32+ds-5]
Sébastien Villemot [Wed, 8 Apr 2026 14:43:38 +0000 (16:43 +0200)]
Import openblas_0.3.32+ds-5.debian.tar.xz
[dgit import tarball openblas 0.3.32+ds-5 openblas_0.3.32+ds-5.debian.tar.xz]
Sébastien Villemot [Wed, 25 Mar 2026 10:53:53 +0000 (11:53 +0100)]
Import openblas_0.3.32+ds.orig.tar.xz
[dgit import orig openblas_0.3.32+ds.orig.tar.xz]