Michael R. Crusoe pushed to branch master at Debian Med / simde
Commits: e0d91b15 by Michael R. Crusoe at 2021-01-26T11:03:24+01:00 Autopkgtests: skip known failure of x86/avx512/madd on s390x - - - - - 54acc96b by Michael R. Crusoe at 2021-01-26T11:03:43+01:00 release 0.7.2-3 - - - - - 3 changed files: - debian/changelog - debian/tests/control - debian/tests/run-unit-test Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +simde (0.7.2-3) unstable; urgency=high + + * Autopkgtests: skip known failure of x86/avx512/madd on s390x + + -- Michael R. Crusoe <[email protected]> Tue, 26 Jan 2021 11:03:28 +0100 + simde (0.7.2-2) unstable; urgency=high * Autopkgtests: drop clang, simplify deps. Closes: #971429 ===================================== debian/tests/control ===================================== @@ -1,3 +1,3 @@ Tests: run-unit-test -Depends: libsimde-dev, gcc, g++, meson, ninja-build +Depends: libsimde-dev, gcc, g++, meson, ninja-build, dpkg-dev Restrictions: allow-stderr ===================================== debian/tests/run-unit-test ===================================== @@ -20,6 +20,12 @@ cp -r /usr/include/simde ./ cp -r ${SOURCE}/test ./ cp -r ${SOURCE}/meson* ./ +if [ "$(dpkg-architecture -qDEB_HOST_ARCH)" = "s390x" ] ; then + # https://github.com/simd-everywhere/simde/issues/641 + sed -i "/'madd'/d" meson.build + rm test/x86/avx512/madd.c +fi + mkdir build-gcc build-clang cd build-gcc View it on GitLab: https://salsa.debian.org/med-team/simde/-/compare/a2e6b17c84e67e2761805b250c73d428431d11c5...54acc96b0449a45bafad0d8e9f6c2dda41fc02e4 -- View it on GitLab: https://salsa.debian.org/med-team/simde/-/compare/a2e6b17c84e67e2761805b250c73d428431d11c5...54acc96b0449a45bafad0d8e9f6c2dda41fc02e4 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
