mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add Combinatorial BLAS.
* gnu/packages/maths.scm (combinatorial-blas): New variable. * gnu/packages/patches/combinatorial-blas-awpm.patch, gnu/packages/patches/combinatorial-blas-io-fix.patch: New files * gnu/local.mk(dist_patch_DATA): Add them.
This commit is contained in:
parent
519be98c35
commit
a6b9ebc2fc
4 changed files with 134 additions and 0 deletions
14
gnu/packages/patches/combinatorial-blas-io-fix.patch
Normal file
14
gnu/packages/patches/combinatorial-blas-io-fix.patch
Normal file
|
@ -0,0 +1,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;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue