File: disable-b1nrm2-tests.patch

package info (click to toggle)
lapack 3.12.1-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 78,908 kB
  • sloc: fortran: 622,840; ansic: 217,704; f90: 6,041; makefile: 5,100; sh: 326; python: 270; xml: 182
file content (65 lines) | stat: -rw-r--r-- 2,751 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
Description: Disable newly-introduced *B1NRM2 tests
 They fail on i386.
 See https://buildd.debian.org/status/fetch.php?pkg=lapack&arch=i386&ver=3.12.0-1&stamp=1702247469&raw=0
Author: Sébastien Villemot <sebastien@debian.org>
Bug: https://github.com/Reference-LAPACK/lapack/issues/963
Forwarded: not-needed
Last-Update: 2024-01-31
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: lapack/BLAS/TESTING/cblat1.f
===================================================================
--- lapack.orig/BLAS/TESTING/cblat1.f
+++ lapack/BLAS/TESTING/cblat1.f
@@ -257,9 +257,6 @@
    20       CONTINUE
             IF (ICASE.EQ.6) THEN
 *              .. SCNRM2 ..
-*              Test scaling when some entries are tiny or huge
-               CALL CB1NRM2(N,(INCX-2)*2,THRESH)
-               CALL CB1NRM2(N,INCX,THRESH)
 *              Test with hardcoded mid range entries
                CALL STEST1(SCNRM2(N,CX,INCX),STRUE2(NP1),STRUE2(NP1),
      +                     SFAC)
Index: lapack/BLAS/TESTING/dblat1.f
===================================================================
--- lapack.orig/BLAS/TESTING/dblat1.f
+++ lapack/BLAS/TESTING/dblat1.f
@@ -320,9 +320,6 @@
 *
             IF (ICASE.EQ.7) THEN
 *              .. DNRM2 ..
-*              Test scaling when some entries are tiny or huge
-               CALL DB1NRM2(N,(INCX-2)*2,THRESH)
-               CALL DB1NRM2(N,INCX,THRESH)
 *              Test with hardcoded mid range entries
                STEMP(1) = DTRUE1(NP1)
                CALL STEST1(DNRM2(N,SX,INCX),STEMP(1),STEMP,SFAC)
Index: lapack/BLAS/TESTING/sblat1.f
===================================================================
--- lapack.orig/BLAS/TESTING/sblat1.f
+++ lapack/BLAS/TESTING/sblat1.f
@@ -320,9 +320,6 @@
 *
             IF (ICASE.EQ.7) THEN
 *              .. SNRM2 ..
-*              Test scaling when some entries are tiny or huge
-               CALL SB1NRM2(N,(INCX-2)*2,THRESH)
-               CALL SB1NRM2(N,INCX,THRESH)
 *              Test with hardcoded mid range entries
                STEMP(1) = DTRUE1(NP1)
                CALL STEST1(SNRM2(N,SX,INCX),STEMP(1),STEMP,SFAC)
Index: lapack/BLAS/TESTING/zblat1.f
===================================================================
--- lapack.orig/BLAS/TESTING/zblat1.f
+++ lapack/BLAS/TESTING/zblat1.f
@@ -257,9 +257,6 @@
    20       CONTINUE
             IF (ICASE.EQ.6) THEN
 *              .. DZNRM2 ..
-*              Test scaling when some entries are tiny or huge
-               CALL ZB1NRM2(N,(INCX-2)*2,THRESH)
-               CALL ZB1NRM2(N,INCX,THRESH)
 *              Test with hardcoded mid range entries
                CALL STEST1(DZNRM2(N,CX,INCX),STRUE2(NP1),STRUE2(NP1),
      +                     SFAC)