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; } class='main'>index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/cups.scm
AgeCommit message (Expand)Author
2023-05-23services: cups: Add cups PAM service....muradm
2023-05-03services: cups: Use cups-minimal to avoid PAM authentication....Maxim Cournoyer
2022-05-29gnu: cups-minimal, cups: Update to 2.4.2....Tobias Geerinckx-Rice
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-11-30services: Accept <inferior-package>s in lieu of <package>s....Tobias Geerinckx-Rice
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-16services: cups: Update default timeouts....Tobias Geerinckx-Rice