unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 0ad28e5e0bbf9fd1e83f449faa735624eb0e873b 486 bytes (raw)
name: patches/combinatorial-blas-io-fix.patch 	 # note: path name is non-authoritative(*)

 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;
         }
 

debug log:

solving 0ad28e5e0bbf9fd1e83f449faa735624eb0e873b ...
found 0ad28e5e0bbf9fd1e83f449faa735624eb0e873b in https://git.savannah.gnu.org/cgit/guix.git

(*) 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).