Étienne Mollier pushed to branch master at Debian Med / python-biopython
Commits: 7d673066 by Étienne Mollier at 2024-09-22T22:19:26+02:00 d/rules: skip PDB_bcif on s390x architecture. - - - - - 225eb790 by Étienne Mollier at 2024-09-23T19:06:56+02:00 Ready for upload to unstable. - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,9 +1,11 @@ -python-biopython (1.84+dfsg-1~0exp2) UNRELEASED; urgency=medium +python-biopython (1.84+dfsg-1) unstable; urgency=medium + * Migrate Biopython 1.84 from experimental to unstable. * d/salsa-ci.yml: disable build path variation in reprotest. * d/rules: normalize HOME; this stabilizes build reproducibility. + * d/rules: skip PDB_bcif on s390x architecture. - -- Étienne Mollier <[email protected]> Wed, 18 Sep 2024 22:27:46 +0200 + -- Étienne Mollier <[email protected]> Mon, 23 Sep 2024 19:04:17 +0200 python-biopython (1.84+dfsg-1~0exp1) experimental; urgency=medium ===================================== debian/rules ===================================== @@ -49,6 +49,13 @@ ifeq ($(BUILDARCH),riscv64) EXCLUDEARCH+=NCBI_BLAST_tools endif +ifeq ($(BUILDARCH),s390x) + # PDB binary cif parsing is non-working on big endian platforms. + # The parsing is fed to C code which would need potientially + # heavier-than-first-thought rewrite to get the issue sorted. + EXCLUDEARCH+=PDB_binary_cif +endif + # avoid tests requiring data base connections if no server is running # while we are doing the build This would not trigger a failure but # bloats the build log with irrelevant noise View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/compare/d5a269dad9141d3aec72915b5bf97de54b5ca26a...225eb79052ae114b650b7fb356015a2f12265277 -- View it on GitLab: https://salsa.debian.org/med-team/python-biopython/-/compare/d5a269dad9141d3aec72915b5bf97de54b5ca26a...225eb79052ae114b650b7fb356015a2f12265277 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
