Skip to content
Commits on Source (2)
sfcgal (1.3.5-4) unstable; urgency=medium
* Ignore test failures on mips64el too.
-- Bas Couwenberg <sebastic@debian.org> Sat, 30 Jun 2018 07:37:07 +0200
sfcgal (1.3.5-3) unstable; urgency=medium
* Add patch to find CGAL before Boost, to not overwrite Boost_LIBRARIES.
......
......@@ -34,7 +34,7 @@ override_dh_auto_configure:
override_dh_auto_test:
ifneq (,$(findstring $(DEB_BUILD_ARCH),"alpha i386 kfreebsd-i386 hurd-i386"))
# Skip tests
else ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips mipsel"))
else ifneq (,$(findstring $(DEB_BUILD_ARCH),"mips mips64el mipsel"))
dh_auto_test || echo "Ignoring test failures"
else
dh_auto_test
......