Skip to content

Commit

Permalink
Merge version 0.3.28+ds-2+rpi1 and 0.3.28+ds-3 to produce 0.3.28+ds-3…
Browse files Browse the repository at this point in the history
…+rpi1
  • Loading branch information
Raspbian automatic forward porter committed Nov 13, 2024
2 parents f7d1ccc + 906aec1 commit bd5439f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
14 changes: 12 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
openblas (0.3.28+ds-2+rpi1) trixie-staging; urgency=medium
openblas (0.3.28+ds-3+rpi1) trixie-staging; urgency=medium

[changes brought forward from 0.2.15-1+rpi1 by Peter Michael Green <[email protected]> at Fri, 11 Mar 2016 23:39:32 +0000]
* Disable arm-gcc-flags.patch which was enforcing gcc flags that are wrong
for raspbian.

-- Raspbian forward porter <[email protected]> Tue, 20 Aug 2024 23:47:01 +0000
-- Raspbian forward porter <[email protected]> Wed, 13 Nov 2024 10:04:22 +0000

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

* Team upload.

[ Dandan Zhang <[email protected]> ]
* Add upstream merged patch to fix undefined reference to
blas_set_parameter (Closes: #1086535)

-- Gianfranco Costamagna <[email protected]> Fri, 08 Nov 2024 14:59:11 +0100

openblas (0.3.28+ds-2) unstable; urgency=medium

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Description: Fixed the undefined reference to blas_set_parameter
Author: Dandan Zhang <[email protected]>
Applied-Upstream: <0.3.29>, <https://github.com/OpenMathLib/OpenBLAS/pull/4877>
Last-Update: 2024-11-01

--- openblas-0.3.28+ds.orig/driver/others/blas_server_omp.c
+++ openblas-0.3.28+ds/driver/others/blas_server_omp.c
@@ -114,9 +114,11 @@ void goto_set_num_threads(int num_thread

adjust_thread_buffers();
#if defined(ARCH_MIPS64) || defined(ARCH_LOONGARCH64)
+#ifndef DYNAMIC_ARCH
//set parameters for different number of threads.
blas_set_parameter();
+#endif
#endif

}
void openblas_set_num_threads(int num_threads) {
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ shared-blas-lapack.patch
matgen-symbols-not-included.patch
combssq-deprecate.patch
gcc14-mips64el.patch
openblas-Fixed-undefined-reference-to-blas_set_parameter.patc
auto-0.3.7+ds-1+rpi1-e5cdb5bc2fdbe4ed5849a311d639ae1e43ddffb5-1566623053
2 changes: 2 additions & 0 deletions driver/others/blas_server_omp.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,11 @@ void goto_set_num_threads(int num_threads) {

adjust_thread_buffers();
#if defined(ARCH_MIPS64) || defined(ARCH_LOONGARCH64)
#ifndef DYNAMIC_ARCH
//set parameters for different number of threads.
blas_set_parameter();
#endif
#endif

}
void openblas_set_num_threads(int num_threads) {
Expand Down

0 comments on commit bd5439f

Please sign in to comment.