summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Sébastien Villemot [Thu, 13 Feb 2020 17:52:52 +0000 (17:52 +0000)]
Fix build failure in tests for OpenMP variants
Bug: https://github.com/xianyi/OpenBLAS/issues/2416
Last-Update: 2020-02-13
Last-Update: 2020-02-13
Gbp-Pq: Name link-tests-openmp.patch
Sébastien Villemot [Thu, 13 Feb 2020 17:52:52 +0000 (17:52 +0000)]
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 [Thu, 13 Feb 2020 17:52:52 +0000 (17:52 +0000)]
Create shared libraries lib{blas,lapack}.so.3
Modified: Mo Zhou <lumin@debian.org>
Bugs-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=824639
Forwarded: not-needed
Last-Update: 2019-10-22
* 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.
* Also Order the files when calling `ar' or $(CC), to make
the build reproducible. (order-files.patch)
* Also link the shared blas and lapack against gomp. (Closes: #945791)
Last-Update: 2019-10-22
Gbp-Pq: Name shared-blas-lapack.patch
Sébastien Villemot [Thu, 13 Feb 2020 17:52:52 +0000 (17:52 +0000)]
Adapt build system for the absence of lapack-netlib/ and relapack directories.
Forwarded: not-needed
Last-Update: 2017-07-27
Instead use the binary provided by package liblapack-pic, stripping from it the
symbols that are overridden by OpenBLAS.
Last-Update: 2017-07-27
Gbp-Pq: Name no-embedded-lapack.patch
Sébastien Villemot [Thu, 13 Feb 2020 17:52:52 +0000 (17:52 +0000)]
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 [Thu, 13 Feb 2020 17:52:52 +0000 (17:52 +0000)]
Various fixes for kFreeBSD shared library
Forwarded: not-needed
Last-Update: 2014-08-05
Under kFreeBSD, give a SONAME to the shared library and install it. Also link
it against libm.
Simply use the same code as Linux for all these operations.
Last-Update: 2014-08-05
Gbp-Pq: Name kfreebsd.patch
Sébastien Villemot [Thu, 13 Feb 2020 17:52:52 +0000 (17:52 +0000)]
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 [Thu, 13 Feb 2020 17:52:52 +0000 (17:52 +0000)]
openblas (0.3.8+ds-1) unstable; urgency=medium
* New upstream version 0.3.8+ds
+ unfortunately we cannot enable dynamic arch for s390x, because it will
not work correctly on pre-Z13 systems (there is no fallbak on
ZARCH_GENERIC, see driver/other/dynamic_zarch.c)
* d/copyright: reflect upstream changes
* dgemm-test-without-lapacke.patch: drop patch, applied upstream
* Remove spurious TARGET setting for ppc64el, which has dynamic arch
* Bump S-V to 4.5.0
* d/rules: do not run testsuite in override_dh_auto_build.
It is already run in override_dh_auto_test.
Also honour DEB_BUILD_OPTIONS=nocheck.
* d/rules: ensure that whole build fails if build/test/install fails for one
flavour
* Remove unused override for libopenblas-dev
* link-tests-openmp.patch: new patch, fixes build failure in OpenMP variants
[dgit import unpatched openblas 0.3.8+ds-1]
Sébastien Villemot [Thu, 13 Feb 2020 17:52:52 +0000 (17:52 +0000)]
Import openblas_0.3.8+ds.orig.tar.xz
[dgit import orig openblas_0.3.8+ds.orig.tar.xz]
Sébastien Villemot [Thu, 13 Feb 2020 17:52:52 +0000 (17:52 +0000)]
Import openblas_0.3.8+ds-1.debian.tar.xz
[dgit import tarball openblas 0.3.8+ds-1 openblas_0.3.8+ds-1.debian.tar.xz]