Dylan Aïssi pushed to branch master at Debian Med / hmmer
Commits: 42f2718a by Dylan Aïssi at 2019-05-08T05:34:28Z Add also ppc64 which is supported, see p.19 http://eddylab.org/software/hmmer/Userguide.pdf - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -10,7 +10,7 @@ hmmer (3.2.1+dfsg-2) UNRELEASED; urgency=medium * Detecting failed autopkgtest. [ Dylan Aïssi ] - * Re-enable builds for powerpc which is supported by upstream. + * Re-enable builds for powerpc and ppc64 which are supported by upstream. -- Andrius Merkys <[email protected]> Wed, 13 Mar 2019 11:06:20 -0400 ===================================== debian/control ===================================== @@ -11,7 +11,7 @@ Vcs-Git: https://salsa.debian.org/med-team/hmmer.git Homepage: http://hmmer.org/ Package: hmmer -Architecture: any-amd64 any-i386 powerpc +Architecture: any-amd64 any-i386 powerpc ppc64 Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: hmmer-doc (>= ${source:Version}) ===================================== debian/rules ===================================== @@ -18,6 +18,8 @@ ifeq (amd64,$(ARCH)) DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-sse else ifeq (powerpc,$(ARCH)) DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-vmx + else ifeq (ppc64,$(ARCH)) + DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-vmx else DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads endif View it on GitLab: https://salsa.debian.org/med-team/hmmer/commit/42f2718a6e99d097264d46a335dd8fe964016955 -- View it on GitLab: https://salsa.debian.org/med-team/hmmer/commit/42f2718a6e99d097264d46a335dd8fe964016955 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
