File: lapack_testing.patch

package info (click to toggle)
lapack 3.4.1%2Bdfsg-1%2Bdeb70u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 103,172 kB
  • sloc: fortran: 469,422; ansic: 127,041; makefile: 3,817; python: 267; sh: 94
file content (13 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- ../plop/lapack-3.4.0/lapack_testing.py	2011-09-23 21:50:27.000000000 +0200
+++ ./lapack_testing.py	2011-12-22 15:34:20.177718465 +0100
@@ -131,8 +131,8 @@
          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):