summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Debian Science Team [Wed, 20 May 2020 14:42:23 +0000 (15:42 +0100)]
Rename ATLAS incomplete liblapack.a to liblapack_atlas.a
Forwarded: not-needed
Last-Update: 2017-08-08
The liblapack.a created by ATLAS build system is incomplete: it only contains
a small subset of the full LAPACK API (only those optimized by ATLAS).
Hence rename this library to liblapack_atlas.a to avoid a name conflict with
the full liblapack.a.
In particular, note that the "-Ss flapack" option of the configure script does
not work as expected as of ATLAS 3.10.3.
Last-Update: 2017-08-08
Gbp-Pq: Name rename-lapack-atlas.patch
Sébastien Villemot [Wed, 20 May 2020 14:42:23 +0000 (15:42 +0100)]
atlas (3.10.3-10) unstable; urgency=medium
* Fix missing symbols in liblapack.so.3 when libblas.so.3 is not the one from
ATLAS.
The problem was that, in 3.10.3-9, liblapack.so.3 was no longer linked to
libatlas.so.3, despite an explicit -latlas in the link command.
This was due to the combination of two factors:
— ld now defaulting to --as-needed in bullseye
— libatlas.so.3 symbols being erroneously embedded in libblas.so.3
The fix consists in no longer embedding libatlas.so.3 symbols inside
libblas.so.3 (this has always been the intent, for some reason this had not
been correctly done). (Closes: #947827)
* debian/rules: simplify using debhelper 12.8’s execute_{before,after}_* rules
* Bump to debhelper 13
— this allows dropping the B-D on dh-exec
— mention libsatlas.so and libtatlas.so in debian/not-installed
* Separate the {build,binary}-arch rules from {build,binary}-indep
* Drop debian/NEWS.Debian: it has never been installed, since it had an
incorrect name
* Bump S-V to 4.5.0
* gfortran-10.patch: new patch, fixes FTBFS against gfortran 10
(Closes: #957015)
[dgit import unpatched atlas 3.10.3-10]
Sébastien Villemot [Wed, 20 May 2020 14:42:23 +0000 (15:42 +0100)]
Import atlas_3.10.3-10.debian.tar.xz
[dgit import tarball atlas 3.10.3-10 atlas_3.10.3-10.debian.tar.xz]
Sébastien Villemot [Sat, 6 Aug 2016 18:27:27 +0000 (19:27 +0100)]
Import atlas_3.10.3.orig.tar.bz2
[dgit import orig atlas_3.10.3.orig.tar.bz2]