python-escript (5.6-5)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/5.6-5 tag
- Git: https://salsa.debian.org:/science-team/python-escript.git
-
- Branch: debian/latest
- Path: debian/changelog
- Repo size: 182358016
- Browser: https://salsa.debian.org:/science-team/python-escript.git
- Last scan: 2023-11-30 07:13:57+00
- Next scan: 2023-12-07 07:57:00+00
- Debian changelog in Git:
python-escript (5.6-5) unstable; urgency=medium
* Standards-Version: 4.6.2
* Drop build-dep on netcdf-legacy-cxx. Closes: #1038468
-- Alastair McKinstry <mckinstry@debian.org> Thu, 03 Aug 2023 11:13:07 +0100
- This branch is 1 commit ahead of tag debian/5.6-5
- Git log:
commit 0d4dc85d7c2ca74c13a5d7d3bdd38e7559e6f2f9
Author: Adrian Bunk <bunk@debian.org>
Date: Sat Aug 5 14:40:52 2023 +0300
Fix the build on mips64el and i386
- the option required on mips64el is -mxgot (with hyphen)
- mips64el is not particularly slow or memory constrained
- build with "-Os -g1" on all 32 bit architectures
- the docs build lacked the cc_optim setting