[openblas] 01/03: Revert to pthreads parallelism instead of OpenMP (Closes: #725673)

Sébastien Villemot sebastien at debian.org
Mon Feb 17 18:40:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository openblas.

commit b7408536f915905639a036674e86c04f5649672e
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Feb 17 18:50:23 2014 +0100

    Revert to pthreads parallelism instead of OpenMP (Closes: #725673)
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 87fadef..476ede3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openblas (0.2.8-4) UNRELEASED; urgency=low
+
+  * Revert to pthreads parallelism instead of OpenMP (Closes: #725673)
+
+ -- Sébastien Villemot <sebastien at debian.org>  Mon, 17 Feb 2014 18:48:35 +0100
+
 openblas (0.2.8-3) unstable; urgency=medium
 
   * Use OpenMP parallelism instead of pthreads (Closes: #684344).
diff --git a/debian/rules b/debian/rules
index 84a8c05..42fb77b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 
 DEB_DH_MAKESHLIBS_ARGS_libopenblas-base = -V "libblas3 | libblas.so.3" -n
 
-COMMON_MAKE_OPTIONS = NO_LAPACK=1 NO_AFFINITY=1 NO_WARMUP=1 USE_OPENMP=1
+COMMON_MAKE_OPTIONS = NO_LAPACK=1 NO_AFFINITY=1 NO_WARMUP=1
 ENABLE_DYNAMIC_ARCHS := amd64 i386 kfreebsd-amd64 kfreebsd-i386
 ifneq (,$(findstring $(DEB_HOST_ARCH),$(ENABLE_DYNAMIC_ARCHS)))
 	DYNAMIC_ARCH_ARG="DYNAMIC_ARCH=1"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openblas.git



More information about the debian-science-commits mailing list