all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob cdab27b9331d1ce1ecbb9d7548a3805d231421ef 962 bytes (raw)
name: gnu/packages/patches/dune-common-disable-long-double-eigenvalue-checks.patch 	 # note: path name is non-authoritative(*)

 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
 
--- a/dune/common/test/eigenvaluestest.cc
+++ b/dune/common/test/eigenvaluestest.cc
@@ -340,20 +340,20 @@
   testSymmetricFieldMatrix<double,200>();
   testSymmetricFieldMatrix<float,4>();
   testSymmetricFieldMatrix<float,200>();
-  testSymmetricFieldMatrix<long double,4>();
-  testSymmetricFieldMatrix<long double,200>();
+//   testSymmetricFieldMatrix<long double,4>();
+//   testSymmetricFieldMatrix<long double,200>();
 #endif // HAVE_LAPACK
 
   testSymmetricFieldMatrix<double,2>();
   testSymmetricFieldMatrix<double,3>();
   testSymmetricFieldMatrix<float,2>();
   testSymmetricFieldMatrix<float,3>();
-  testSymmetricFieldMatrix<long double,2>();
-  testSymmetricFieldMatrix<long double,3>();
+//   testSymmetricFieldMatrix<long double,2>();
+//   testSymmetricFieldMatrix<long double,3>();
 
   checkMultiplicity<double>();
   checkMultiplicity<float>();
-  checkMultiplicity<long double>();
+//   checkMultiplicity<long double>();
 
   return 0;
 }

debug log:

solving cdab27b933 ...
found cdab27b933 in https://yhetil.org/guix/cdfb119e-1794-a470-c6aa-836013bc51c8@posteo.net/

applying [1/1] https://yhetil.org/guix/cdfb119e-1794-a470-c6aa-836013bc51c8@posteo.net/
diff --git a/gnu/packages/patches/dune-common-disable-long-double-eigenvalue-checks.patch b/gnu/packages/patches/dune-common-disable-long-double-eigenvalue-checks.patch
new file mode 100644
index 0000000000..cdab27b933

1:18: trailing whitespace.
 
1:27: trailing whitespace.
 
1:32: trailing whitespace.
 
Checking patch gnu/packages/patches/dune-common-disable-long-double-eigenvalue-checks.patch...
Applied patch gnu/packages/patches/dune-common-disable-long-double-eigenvalue-checks.patch cleanly.
warning: 3 lines add whitespace errors.

index at:
100644 cdab27b9331d1ce1ecbb9d7548a3805d231421ef	gnu/packages/patches/dune-common-disable-long-double-eigenvalue-checks.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.