Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Add ppc64el to architectures where test result is ignored due to rounding errors
· 28b410cd
Andreas Tille
authored
Feb 04, 2019
28b410cd
Upload to unstable
· 0390ea6b
Andreas Tille
authored
Feb 04, 2019
0390ea6b
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
0390ea6b
probabel (0.5.0+dfsg-3) unstable; urgency=medium
* Add ppc64el to architectures where test result is ignored due to
rounding errors
-- Andreas Tille <tille@debian.org> Mon, 04 Feb 2019 10:11:46 +0100
probabel (0.5.0+dfsg-2) unstable; urgency=medium
* Work around a problem with the NEON code in Eigen 3 for arm64 architecture
...
...
debian/rules
View file @
0390ea6b
...
...
@@ -40,7 +40,7 @@ override_dh_install-arch:
rm debian/$(DEB_SOURCE)/usr/bin/probabel.pl
mv debian/$(DEB_SOURCE)/etc/probabel_config.cfg.example debian/$(DEB_SOURCE)/etc/probabel_config.cfg
ifeq ($(BUILDARCH),$(filter $(BUILDARCH), mips s390x hppa powerpc ppc64 sparc64))
ifeq ($(BUILDARCH),$(filter $(BUILDARCH), mips s390x hppa powerpc ppc64
ppc64el
sparc64
))
# On big endian architectures the tests are failing due to
# some binary format output that is compared with a file that
# was created on a low endian architecture and those files
...
...