Skip to content

Commit

Permalink
Merge pull request #23 from xuluze/cmr
Browse files Browse the repository at this point in the history
Update cmr package version and fix a type of characteristic in two_sum
  • Loading branch information
Matthias Köppe authored Dec 23, 2023
2 parents fed624b + 0e50f47 commit 91af49d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build/pkgs/cmr/checksums.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tarball=cmr-0+VERSION.tar.gz
sha1=0596debc024061e059a89dfc16d18fde336ece3e
md5=de719fd28e560277a377a2537e88ab35
cksum=2141679083
sha1=3fbd478c6fa49ea009a8ccdfb228e94118113819
md5=16983436e14cf2c9d722272b58880df9
cksum=3881313955
upstream_url=https://github.com/discopt/cmr/archive/VERSION.tar.gz
2 changes: 1 addition & 1 deletion build/pkgs/cmr/package-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9dca928195c4b5bfdb413292eb38e2fb0d388cba
96f3ccb65e071e73aef7713b5122be8266026349
2 changes: 1 addition & 1 deletion src/sage/matrix/matrix_cmr_sparse.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ cdef class Matrix_cmr_chr_sparse(Matrix_cmr_sparse):
column_subdivision = []
row_subdivision.append(first._mat.numRows)
column_subdivision.append(first._mat.numColumns - 1)
characteristic = 0
cdef int8_t characteristic = 0
CMR_CALL(CMRtwoSum(cmr, first._mat, second._mat,
CMRcolumnToElement(column), CMRrowToElement(row), characteristic,
&sum_mat))
Expand Down

0 comments on commit 91af49d

Please sign in to comment.