~ruther/guix-local

ref: b8a3292a77addaa13cedf39a3aed4e2f5690f79b guix-local/gnu/packages/patches/combinatorial-blas-io-fix.patch -rw-r--r-- 486 bytes
b8a3292a — Leo Famulari gnu: linux-libre 6.12: Update to 6.12.19. 1 year, 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
IO not appropriate in the context of a sorting routine, and in any case the
proper headers are not included, so gcc emits an undefined symbol error.
Remove the "printf" statement.

--- CombBLAS_beta_16_2/usort/include/usort/seqUtils.tcc
+++ CombBLAS_beta_16_2/usort/include/usort/seqUtils.tcc
@@ -142,7 +142,6 @@
       }
         if ( (a[nmax]==a[nmin]) && (ctr==0) )
         {
-          printf("All the numbers are identical, the list is sorted\n");
           return;
         }