[lapack] 02/03: lapack_testing.patch: drop useless patch.
Sébastien Villemot
sebastien at debian.org
Sat Dec 26 23:47:30 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository lapack.
commit cb6698e47daf4fb2451d4021b8cffb3084701c56
Author: Sébastien Villemot <sebastien at debian.org>
Date: Fri Dec 25 21:05:05 2015 +0100
lapack_testing.patch: drop useless patch.
---
debian/patches/lapack_testing.patch | 13 -------------
debian/patches/series | 1 -
2 files changed, 14 deletions(-)
diff --git a/debian/patches/lapack_testing.patch b/debian/patches/lapack_testing.patch
deleted file mode 100644
index 232b813..0000000
--- a/debian/patches/lapack_testing.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/lapack_testing.py
-+++ b/lapack_testing.py
-@@ -140,8 +140,8 @@ def run_summary_test( f, cmdline, short_
- for line in pipe.readlines():
- f.write(str(line))
- words_in_line=line.split()
-- if (line.find("run")!=-1):
--# print line
-+ if (line.find("run)")!=-1):
-+ print line
- whereisrun=words_in_line.index("run)")
- nb_test_run+=int(words_in_line[whereisrun-2])
- if (line.find("out of")!=-1):
diff --git a/debian/patches/series b/debian/patches/series
index 3bb6948..ac6d19f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-lapack_testing.patch
parallel_build.patch
cblas-makerule.patch
icamax-izamax-extended-precision.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lapack.git
More information about the debian-science-commits
mailing list