[libm4ri] 01/01: disable openmp on all arches
Cédric Boutillier
boutil at alioth.debian.org
Mon Sep 16 16:36:55 UTC 2013
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository libm4ri.
commit e0a4f146a67ab2d8bf0f0cea17d5e3af1cba0c4d
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Sep 16 18:36:25 2013 +0200
disable openmp on all arches
---
debian/changelog | 6 ++++++
debian/rules | 5 -----
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2eb751b..c104699 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libm4ri (20130416-5) unstable; urgency=low
+
+ * Disable openMP on all architectures for now, as recommended by upstream.
+
+ -- Cédric Boutillier <boutil at debian.org> Mon, 16 Sep 2013 18:20:30 +0200
+
libm4ri (20130416-4) unstable; urgency=low
* Deactivate openMP on sparc to avoid randomly failing tests.
diff --git a/debian/rules b/debian/rules
index 83c0f4d..20d1d70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,11 +9,6 @@ ifneq ($(DEB_HOST_ARCH_CPU),amd64)
additional_confflags := --disable-sse2
endif
-# activate openmp support except on sparc
-ifneq ($(DEB_HOST_ARCH_CPU),sparc)
-additional_confflags := $(additional_confflags) --enable-openmp
-endif
-
%:
dh $@ --with autoreconf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libm4ri.git
More information about the debian-science-commits
mailing list