exanauts / ColPack.jl

A Julia interface to the C++ library ColPack for graph and sparse matrix coloring.
https://exanauts.github.io/ColPack.jl/
MIT License
6 stars 0 forks source link

Get rid of printing #26

Open gdalle opened 3 weeks ago

gdalle commented 3 weeks ago

For bipartite coloring from a file I get these random prints from ColPack even though verbose = false:

Found file /home/runner/work/ColPack.jl/ColPack.jl/test/J.mtx
Graph of Market Market type: [matrix coordinate pattern general]

Anything we can do @amontoison ?

amontoison commented 3 weeks ago

I commented these output in the C++ code.

gdalle commented 3 weeks ago

Awesome, how can I pull these changes in the PR https://github.com/exanauts/ColPack.jl/actions/runs/9484331575/job/26133579453?pr=25 ?

amontoison commented 3 weeks ago

I need to release ColPack_jll.jl v0.4.1 with Yggdrasil.

gdalle commented 3 weeks ago

yeah let's wait until we're sure our changes are correct then