[med-svn] [Git][med-team/libssw][master] 2 commits: Enable build on ppc64el

Sascha Steinbiss gitlab at salsa.debian.org
Sun Oct 27 21:42:41 GMT 2019



Sascha Steinbiss pushed to branch master at Debian Med / libssw


Commits:
d037ee05 by Frédéric Bonnard at 2019-10-27T21:42:38Z
Enable build on ppc64el

- - - - -
785e3f14 by Sascha Steinbiss at 2019-10-27T21:42:39Z
Merge branch 'enable-ppc64el' into 'master'

Enable build on ppc64el

See merge request med-team/libssw!1
- - - - -


2 changed files:

- debian/control
- debian/rules


Changes:

=====================================
debian/control
=====================================
@@ -15,7 +15,7 @@ Vcs-Git: https://salsa.debian.org/med-team/libssw.git
 Homepage: https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library
 
 Package: libssw0
-Architecture: any-amd64 x32
+Architecture: any-amd64 x32 ppc64el
 Multi-Arch: same
 Section: libs
 Depends: ${shlibs:Depends},
@@ -34,7 +34,7 @@ Description: fast SIMD parallelized implementation of the Smith-Waterman algorit
  the sub-optimal alignment score and location heuristically.
 
 Package: libssw-dev
-Architecture: any-amd64 x32
+Architecture: any-amd64 x32 ppc64el
 Multi-Arch: same
 Section: libdevel
 Depends: ${shlibs:Depends},
@@ -49,7 +49,7 @@ Description: Development headers and static libraries for libssw
  algorithm at the instruction level.
 
 Package: libssw-java
-Architecture: any-amd64 x32
+Architecture: any-amd64 x32 ppc64el
 Section: java
 Depends: ${java:Depends},
          ${shlibs:Depends},
@@ -62,7 +62,7 @@ Description: Java bindings for libssw
  instruction level.
 
 Package: ssw-align
-Architecture: any-amd64 x32
+Architecture: any-amd64 x32 ppc64el
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          libssw0 (= ${binary:Version})


=====================================
debian/rules
=====================================
@@ -2,6 +2,10 @@
 
 # DH_VERBOSE := 1
 export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+ifeq ($(DEB_BUILD_ARCH), ppc64el)
+export DEB_CFLAGS_MAINT_APPEND = -DNO_WARN_X86_INTRINSICS
+export DEB_CXXFLAGS_MAINT_APPEND = -DNO_WARN_X86_INTRINSICS
+endif
 
 include /usr/share/dpkg/default.mk
 



View it on GitLab: https://salsa.debian.org/med-team/libssw/compare/be9d25558ceb7e8213533e5d7b4cc1df9751f197...785e3f1427082ad0b3909ec1bd24b4329353ccfe

-- 
View it on GitLab: https://salsa.debian.org/med-team/libssw/compare/be9d25558ceb7e8213533e5d7b4cc1df9751f197...785e3f1427082ad0b3909ec1bd24b4329353ccfe
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20191027/4687a99f/attachment-0001.html>


More information about the debian-med-commit mailing list