Michael R. Crusoe pushed to branch master at Debian Med / hisat2
Commits: eeba5403 by Michael R. Crusoe at 2020-01-04T22:52:15+01:00 armhf armel ppc64el s390x: add -Wno-narrowing - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +hisat2 (2.1.0-2nopython3hisat3) unstable; urgency=medium + + * armhf armel ppc64el s390x: add -Wno-narrowing + + -- Michael R. Crusoe <[email protected]> Sat, 04 Jan 2020 22:52:02 +0100 + hisat2 (2.1.0-2nopython3hisat2) unstable; urgency=medium [ Saira Hussain ] ===================================== debian/rules ===================================== @@ -11,7 +11,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all export DEB_CFLAGS_MAINT_APPEND += -DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3 export DEB_CXXFLAGS_MAINT_APPEND += -DSIMDE_ENABLE_OPENMP -fopenmp-simd -O3 -ifneq (,$(filter arm64,$(DEB_BUILD_ARCH))) +ifneq (,$(filter arm64 armhf armel ppc64el s390x,$(DEB_BUILD_ARCH))) export DEB_CFLAGS_MAINT_APPEND += -Wno-narrowing export DEB_CXXFLAGS_MAINT_APPEND += -Wno-narrowing endif View it on GitLab: https://salsa.debian.org/med-team/hisat2/commit/eeba5403289f994377129ec1bfd1a28df7264eb6 -- View it on GitLab: https://salsa.debian.org/med-team/hisat2/commit/eeba5403289f994377129ec1bfd1a28df7264eb6 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
