atlas (3.10.3-10)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/3.10.3-10 tag
- Git: https://salsa.debian.org/science-team/atlas.git
-
- Branch: master
- Path: debian/changelog
- Browser: https://salsa.debian.org/science-team/atlas
- Last scan: 2021-03-03 07:52:08+00
- Next scan: 2021-03-10 00:02:00+00
- Debian changelog in Git:
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)
-- Sébastien Villemot <sebastien@debian.org> Wed, 20 May 2020 16:42:23 +0200
- This branch is 1 commit ahead of tag debian/3.10.3-10
- Git log:
commit 2ff3eb8113dce320aadaa4db3a5bff952729ebff
Author: Sébastien Villemot <sebastien@debian.org>
Date: Wed May 20 21:02:13 2020 +0200
Move some B-D to Build-Depends-Arch