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 <[email protected]>  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 
<[email protected].
 Uploaders: Michael R. Crusoe <[email protected]>
 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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to