[openblas] 01/04: Use OpenMP parallelism instead of pthreads (Closes: #684344).
Sébastien Villemot
sebastien at debian.org
Wed Jan 15 13:27:39 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 9b6ffcb18cf3714b91cdceb720cb7487c7ea4f2f
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed Jan 15 13:50:32 2014 +0100
Use OpenMP parallelism instead of pthreads (Closes: #684344).
---
debian/changelog | 6 ++++++
debian/rules | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index f6632dd..860f68d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+openblas (0.2.8-3) UNRELEASED; urgency=medium
+
+ * Use OpenMP parallelism instead of pthreads (Closes: #684344).
+
+ -- Sébastien Villemot <sebastien at debian.org> Wed, 15 Jan 2014 13:49:45 +0100
+
openblas (0.2.8-2) unstable; urgency=low
* qemu-athlon.patch: new patch, should fix FTBFS on babin.debian.org
diff --git a/debian/rules b/debian/rules
index 42fb77b..84a8c05 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
+COMMON_MAKE_OPTIONS = NO_LAPACK=1 NO_AFFINITY=1 NO_WARMUP=1 USE_OPENMP=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