~ruther/guix-local

ref: 6cdb6cc6ef3b6d810cb26d19e23da309d63d1eaf guix-local/gnu/packages/patches/combinatorial-blas-io-fix.patch -rw-r--r-- 486 bytes
6cdb6cc6 — Andreas Enge gnu: gecode: Downgrade to 6.2.0-2.2d20e88. 2 years 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;
         }