Version in base suite: 2022.11.001-2 Base version: elpa_2022.11.001-2 Target version: elpa_2022.11.001-2+deb12u1 Base file: /srv/ftp-master.debian.org/ftp/pool/main/e/elpa/elpa_2022.11.001-2.dsc Target file: /srv/ftp-master.debian.org/policy/pool/main/e/elpa/elpa_2022.11.001-2+deb12u1.dsc changelog | 10 ++++++++++ rules | 1 + 2 files changed, 11 insertions(+) diff -Nru elpa-2022.11.001/debian/changelog elpa-2022.11.001/debian/changelog --- elpa-2022.11.001/debian/changelog 2023-01-10 18:32:33.000000000 +0000 +++ elpa-2022.11.001/debian/changelog 2024-12-31 12:25:00.000000000 +0000 @@ -1,3 +1,13 @@ +elpa (2022.11.001-2+deb12u1) bookworm; urgency=medium + + * Team upload. + * Enable oversubscribe to run the tests, allowing the package + to be built when less than 2 slots are detected. This not only + happens on machines with 1 CPU but also on some AWS machines + with 2 vCPUs like c6a.large or m6a.large. Closes: #1057556. + + -- Santiago Vila Tue, 31 Dec 2024 13:25:00 +0100 + elpa (2022.11.001-2) unstable; urgency=medium * Upload to unstable. diff -Nru elpa-2022.11.001/debian/rules elpa-2022.11.001/debian/rules --- elpa-2022.11.001/debian/rules 2023-01-09 23:20:41.000000000 +0000 +++ elpa-2022.11.001/debian/rules 2024-12-31 12:25:00.000000000 +0000 @@ -3,6 +3,7 @@ include /usr/share/mpi-default-dev/debian_defaults +export OMPI_MCA_rmaps_base_oversubscribe=true export OMPI_MCA_plm_rsh_agent=/bin/false export LIBS=-lscalapack-$(ARCH_DEFAULT_MPI_IMPL) # The gold linker is currently broken on mips64el. See #851736.