Package: scamp / 2.14.0-2

Metadata

Package Version Patches format
scamp 2.14.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Correct manpage hyphens.patch | (download)

man/Makefile.am | 2 1 + 1 - 0 !
man/scamp.1.in | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 correct manpage hyphens


Replace the build date with the last changed date of conf.patch | (download)

configure.ac | 9 5 + 4 - 0 !
1 file changed, 5 insertions(+), 4 deletions(-)

 replace the build date with the last changed date of configure.ac

This shall help to make the build reproducible.

Use plplot instead of plplotd.patch | (download)

m4/acx_plplot.m4 | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 use plplot instead of plplotd


Don t try to configure debian subdir.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
configure.ac | 2 0 + 2 - 0 !
2 files changed, 1 insertion(+), 3 deletions(-)

 don't try to configure debian/ subdir


Increase internal RMS limit.patch | (download)

tests/test_integration01.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase internal rms limit

This fixes an FTBFS on s390x

Remove buggy openblas test.patch | (download)

configure.ac | 20 9 + 11 - 0 !
1 file changed, 9 insertions(+), 11 deletions(-)

 remove buggy openblas test

We can rely on defaults here in Debian

Unconditionally define spread_bits64.patch | (download)

src/chealpix.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 unconditionally define spread_bits64

Taken from Gentoo, https://github.com/gentoo/gentoo/commit/ea02b0311

Closes: #983953

Fix FTBFS with glibc 2.43.patch | (download)

tests/test_crossid_single_catalog.c | 1 1 + 0 - 0 !
tests/test_crossid_single_catalog_moving.c | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

 fix ftbfs with glibc 2.43

It happens that the failure is actually reproducible by other means,
like ASAN, and is due to non-initialized memory in the tests. Using THP
memory means more chance to get uninitialized memory.

The following patch is enough for me to get the testsuite passing again:

Closes: #1128828