sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
381 stars 45 forks source link

Publish sprs_suitespare_ldl and sprs_suitesparse_camd to crates.io #293

Closed michael-p closed 2 years ago

michael-p commented 2 years ago

Hi there,

it looks like the above mentioned sub-crates are not published to crates.io in their most recent versions (and maybe other crates besides the main sprs one as well?). This makes updating sprs to version 0.11.0 impossible for me because I also need the suitesparse-crates which in the currently published versions still depend on sprs 0.10.0. Everything seems to be updated here on Github however, so probably just needs to be published :)

Thanks a lot for all your work on these crates! Michael

michael-p commented 2 years ago

Is there any chance of getting these crates published somehow? Are there any maintainers left for with publish rights to crates.io? (pinging @mulimoen and @vbarrielle - sorry for bothering you so directly!!) Thank you very much to everyone involved!

StefanUlbrich commented 2 years ago

Not the most elegant solution but this worked for me as a temporary workaround:

sprs =  {version = "0.11.0", git = "https://github.com/vbarrielle/sprs", rev = "3895313" }
sprs-ldl = {version = "0.10.0", git = "https://github.com/vbarrielle/sprs", rev = "3895313" }
mulimoen commented 2 years ago

New versions of the crates have been released