[openblas] 01/02: d/rules: explicitly disable OpenMP, with USE_OPENMP=0.

Sébastien Villemot sebastien at debian.org
Thu Jul 27 18:16:30 UTC 2017


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

sebastien pushed a commit to branch master
in repository openblas.

commit bf4627422d81447d5fa17e535c1212186c8c34f2
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Thu Jul 27 20:03:59 2017 +0200

    d/rules: explicitly disable OpenMP, with USE_OPENMP=0.
    
    Otherwise it gets enabled on powerpc and ppc64*, leading to FTBFS.
    
    Gbp-Dch: Full
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index e141f0b..e6cbac1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 include /usr/share/dpkg/buildflags.mk
 include /usr/share/dpkg/pkg-info.mk
 
-MAKE_OPTIONS := NO_LAPACKE=1 NO_AFFINITY=1 NO_WARMUP=1 CFLAGS="$(CPPFLAGS) $(CFLAGS)" FFLAGS="$(FFLAGS)"
+MAKE_OPTIONS := NO_LAPACKE=1 NO_AFFINITY=1 USE_OPENMP=0 NO_WARMUP=1 CFLAGS="$(CPPFLAGS) $(CFLAGS)" FFLAGS="$(FFLAGS)"
 
 # Avoid having -O2 automatically added (especially for DEB_BUILD_OPTIONS=noopt)
 MAKE_OPTIONS += COMMON_OPT= FCOMMON_OPT=-frecursive

-- 
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