[Pkg-octave-commit] [octave] 01/08: Enforce generic BLAS

Sébastien Villemot sebastien at debian.org
Sun Sep 10 19:50:41 UTC 2017


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

sebastien pushed a commit to branch master
in repository octave.

commit 40167e68b783f911626605561457e25d5b2f9180
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Sep 10 16:44:47 2017 +0200

    Enforce generic BLAS
    
    Avoids tying the binary to OpenBLAS or ATLAS.
    
    Gbp-Dch: Full
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0979395..d87ac5f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,8 +49,9 @@ endif
 	dh $@
 
 override_dh_auto_configure:
-	# override normal dh_auto_configure call to pass OpenMP flag to it (#631831)
-	dh_auto_configure -- --enable-openmp $(WITH_JAVA_FLAGS) $(JIT_FLAG) $(HDF5_FLAGS) $(DOC_FLAG)
+	# Enforce generic BLAS (in order to avoid tying the binary to OpenBLAS or ATLAS)
+	# Also pass OpenMP flag (#631831)
+	dh_auto_configure -- --with-blas=blas --enable-openmp $(WITH_JAVA_FLAGS) $(JIT_FLAG) $(HDF5_FLAGS) $(DOC_FLAG)
 
 # dh_auto_test tries to run "make test", so override it
 override_dh_auto_test:

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave.git



More information about the Pkg-octave-commit mailing list