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
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
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
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
* 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