- Add fix-lapack-testing.patch to fix tests
gh#Reference-LAPACK/lapack@5b0687f429cf OBS-URL: https://build.opensuse.org/package/show/science/lapack?expand=0&rev=50
This commit is contained in:
parent
faf5de9e25
commit
1fe15145da
13
fix-lapack-testing.patch
Normal file
13
fix-lapack-testing.patch
Normal file
@ -0,0 +1,13 @@
|
||||
diff --git a/lapack_testing.py b/lapack_testing.py
|
||||
index ae59926b88..96fbeb2a68 100755
|
||||
--- a/lapack_testing.py
|
||||
+++ b/lapack_testing.py
|
||||
@@ -136,7 +136,7 @@ def run_summary_test( f, cmdline, short_summary):
|
||||
for line in pipe.readlines():
|
||||
f.write(str(line))
|
||||
words_in_line=line.split()
|
||||
- if (line.find("run")!=-1):
|
||||
+ if (line.find("run)")!=-1):
|
||||
# print line
|
||||
whereisrun=words_in_line.index("run)")
|
||||
nb_test_run+=int(words_in_line[whereisrun-2])
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 4 11:54:08 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
- Add fix-lapack-testing.patch to fix tests
|
||||
gh#Reference-LAPACK/lapack@5b0687f429cf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 03:09:33 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
@ -44,6 +44,8 @@ Summary: Linear Algebra PACKage
|
||||
License: BSD-3-Clause
|
||||
URL: https://www.netlib.org/lapack/
|
||||
Source0: https://github.com/Reference-LAPACK/lapack/archive/v%{version}.tar.gz#/%{pname}-%{version}.tar.gz
|
||||
# PATCH-FIX-UPSTREAM fix-lapack-testing.patch gh#Reference-LAPACK/lapack@5b0687f429cf
|
||||
Patch1: fix-lapack-testing.patch
|
||||
Source98: lapack.rpmlintrc
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: cmake
|
||||
|
Loading…
Reference in New Issue
Block a user