Hi Michael, On Sun, Apr 12, 2020 at 02:34:26PM +0200, Michael Crusoe wrote: > I'm not seeing a successful build on big-endian. Of the offically supported > architectures, only s390x is big-endian and it's build is disabled.
Its disabled due to: $ git diff 54aa8de1^..54aa8de1 diff --git a/debian/changelog b/debian/changelog index a105f58..5ad5459 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-biom-format (2.1.5+dfsg-4) UNRELEASED; urgency=medium + + * Restrict build to those architectures not affected by h5py issue + https://github.com/h5py/h5py/issues/428 + + -- Andreas Tille <[email protected]> Mon, 12 Sep 2016 08:57:29 +0200 + python-biom-format (2.1.5+dfsg-3) unstable; urgency=medium * Use sphinxdoc diff --git a/debian/control b/debian/control index e4fdae6..69ded5f 100644 --- a/debian/control +++ b/debian/control @@ -35,7 +35,7 @@ Homepage: http://biom-format.org/ X-Python-Version: >= 2.6 Package: python-biom-format -Architecture: any +Architecture: any-amd64 any-arm64 armel armhf any-i386 any-mips64el mipsel any-ppc64el Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} @@ -64,7 +64,7 @@ Description: Biological Observation Matrix (BIOM) format (Python 2) This package provides the BIOM format library for the Python 2 interpreter. Package: python3-biom-format -Architecture: any +Architecture: any-amd64 any-arm64 armel armhf any-i386 any-mips64el mipsel any-ppc64el Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Since https://github.com/h5py/h5py/issues/428 is not marked as fixed I think Liubov is correct and I hereby close this bug. Thanks for pointing this out Liubov Andreas. -- http://fam-tille.de

