[normaliz] 01/01: Imported Debian patch 3.0.0+ds-3
Jerome Benoit
calculus-guest at moszumanska.debian.org
Tue Dec 1 04:58:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to branch master
in repository normaliz.
commit 347cadc772d11072e52c8ff2fa1719bf5af2a6cf
Author: Jerome Benoit <calculus at rezozer.net>
Date: Tue Dec 1 05:16:33 2015 +0100
Imported Debian patch 3.0.0+ds-3
---
debian/changelog | 8 ++++++++
debian/rules | 11 ++++++++++-
2 files changed, 18 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2bf66af..6403118 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+normaliz (3.0.0+ds-3) unstable; urgency=medium
+
+ * FTBFS fix release (Closes: #806769), disable OMP support on mipsel arch.
+ * Debianization:
+ - debian/rule, see above.
+
+ -- Jerome Benoit <calculus at rezozer.net> Tue, 01 Dec 2015 04:15:03 +0000
+
normaliz (3.0.0+ds-2) unstable; urgency=medium
* FTBFS fix release (Closes: #804742).
diff --git a/debian/rules b/debian/rules
index 14275e8..0c0d5cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,15 @@ export TOP_SRCDIR=$(CURDIR)
CMAKE ?= /usr/bin/cmake
+## At the time of coding, GOMP emits random `Bus error' during test on mipsel
+## architecture machines --- see bugreport #806769 for further information.
+## -- Jerome Benoit <calculus at rezozer.net> Tue, 01 Dec 2015
+ifeq (mipsel-linux-gnu,$(DEB_HOST_MULTIARCH))
+DEB_PKG_NMZ_OPENMP=NO
+else
+DEB_PKG_NMZ_OPENMP=YES
+endif
+
default:
@uscan --no-conf --dehs --report || true
@@ -15,7 +24,7 @@ default:
dh $@ --sourcedirectory=source --builddirectory=_build --parallel
override_dh_auto_configure:
- dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"
+ dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" -DNMZ_OPENMP:BOOL=$(DEB_PKG_NMZ_OPENMP)
override_dh_auto_build-indep:
$(MAKE) -C doc pdf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/normaliz.git
More information about the debian-science-commits
mailing list