Commit cc7071c3 authored by Dylan Aïssi's avatar Dylan Aïssi
Browse files

Re-enable builds for powerpc which is supported by upstream

parent 7abaadef
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -9,6 +9,9 @@ hmmer (3.2.1+dfsg-2) UNRELEASED; urgency=medium
  [ Andrius Merkys ]
  * Detecting failed autopkgtest.

  [ Dylan Aïssi ]
  * Re-enable builds for powerpc which is supported by upstream.

 -- Andrius Merkys <andrius.merkys@gmail.com>  Wed, 13 Mar 2019 11:06:20 -0400

hmmer (3.2.1+dfsg-1) unstable; urgency=medium
+1 −1
Original line number Diff line number Diff line
@@ -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
Architecture: any-amd64 any-i386 powerpc
Depends: ${shlibs:Depends},
         ${misc:Depends}
Suggests: hmmer-doc (>= ${source:Version})
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,8 @@ ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)

ifeq (amd64,$(ARCH))
    DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-sse
 else ifeq (powerpc,$(ARCH))
    DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads --enable-vmx
 else
    DEB_CONFIGURE_EXTRA_FLAGS := --enable-threads
endif