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
openblas (0.3.20+ds-2) unstable; urgency=medium
* Remove deprecated xCOMBSSQ lapack routines. (Closes: #
1011386)
* Remove bin:libjulia-openblas64, which is no longer needed.
Exporting libopenblas64_.so with SYMBOLSUFFIX=64_ in Julia private
library as an external dependency introduces complication in Julia
package compiling process. We currently do not have proposal to
put libopenblas64_.so (with symbol suffix) in the public library,
because that will eventually lead to NINE variants to build for amd64:
(1) LP64 (32-bit indexing), three threading models, default;
(2) ILP64 (64-bit indexing), three threading models, no symbol suffix;
(3) ILP64 (64-bit indexing), three threading models, symbols suffix 64_.
Currently we only provide the (1) and (2) combinations, because BLAS
libraries without symbol mangling can still be alternated to e.g. MKL.
[dgit import unpatched openblas 0.3.20+ds-2]