[Pkg-octave-commit] [octave] 04/05: Recommend OpenBLAS over ATLAS as the optimized BLAS library.
Sébastien Villemot
sebastien at debian.org
Thu Aug 14 10:20:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository octave.
commit 5b29586ffba6f544677a5d4e4218ec5198825eb4
Author: Sébastien Villemot <sebastien at debian.org>
Date: Thu Aug 14 11:51:50 2014 +0200
Recommend OpenBLAS over ATLAS as the optimized BLAS library.
OpenBLAS is a better default because its generic binary is able to dynamically
select the kernel specialized for the current CPU, while ATLAS needs to be
recompiled. However, OpenBLAS is not present on some architectures, so ATLAS
will remain the default on those.
Git-Dch: Full
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 4c4063d..58ca029 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, texinfo, octave-common (= ${source:Version}),
liboctave2 (= ${binary:Version}),
default-jre-headless [!armhf !hurd-i386 !kfreebsd-amd64 !kfreebsd-i386 !mipsel !sparc]
-Recommends: gnuplot-x11 | gnuplot-qt, libatlas3-base | libopenblas-base,
+Recommends: gnuplot-x11 | gnuplot-qt, libopenblas-base | libatlas3-base,
pstoedit
Suggests: octave-info,
octave-doc,
--
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