[med-svn] [Git][med-team/simde][master] Disable clang on ppc64
Michael R. Crusoe
gitlab at salsa.debian.org
Tue Apr 14 12:57:53 BST 2020
Michael R. Crusoe pushed to branch master at Debian Med / simde
Commits:
724be113 by Michael R. Crusoe at 2020-04-14T13:17:46+02:00
Disable clang on ppc64
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+simde (0.0.0.git.20200414-2) UNRELEASED; urgency=medium
+
+ * Disable clang on ppc64
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com> Tue, 14 Apr 2020 13:16:53 +0200
+
simde (0.0.0.git.20200414-1) unstable; urgency=medium
* Fix clang skip logic
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>
Build-Depends: debhelper-compat (= 12),
cmake,
- clang [!alpha !hppa !ia64 !m68k !sh4 !x32] <!nocheck>
+ clang [!alpha !hppa !ia64 !m68k !ppc64 !sh4 !x32] <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/simde
Vcs-Git: https://salsa.debian.org/med-team/simde.git
=====================================
debian/rules
=====================================
@@ -3,7 +3,8 @@
# DH_VERBOSE := 1
export LC_ALL=C.UTF-8
-CLANG_SKIP=alpha hppa ia64 m68k sh4 x32
+CLANG_SKIP=alpha hppa ia64 m68k ppc64 sh4 x32
+# ppc64 is due to https://github.com/nemequ/simde/issues/185
include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
View it on GitLab: https://salsa.debian.org/med-team/simde/-/commit/724be113855744546cda2606fe80b7153c161c6f
--
View it on GitLab: https://salsa.debian.org/med-team/simde/-/commit/724be113855744546cda2606fe80b7153c161c6f
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/20200414/586a846e/attachment-0001.html>
More information about the debian-med-commit
mailing list