JuliaSparse / SuiteSparseGraphBLAS.jl

Sparse, General Linear Algebra for Graphs!
MIT License
103 stars 17 forks source link

Use BB provided libraries #9

Closed ViralBShah closed 4 years ago

ViralBShah commented 4 years ago

Once https://github.com/JuliaPackaging/Yggdrasil/pull/336 is merged, it would be nice to update this package to use the BB built libraries.

abhinavmehndiratta commented 4 years ago

I'll update the package once it is merged, thank you for the effort !

abhinavmehndiratta commented 4 years ago

Okay https://github.com/JuliaPackaging/Yggdrasil/pull/336 is merged, could you help me incorporate it here ?

ViralBShah commented 4 years ago

Just need to add the jll into Project.toml. example: https://github.com/JuliaSparse/Metis.jl/blob/master/Project.toml

Make sure the jll is published in the JuliaBinaryWrappers org.

Remove the deps folder. Then tag a new release.

ViralBShah commented 4 years ago

@giordano do we document these steps somewhere?

giordano commented 4 years ago

There is a section in the README.md of Yggdrasil with links to relevant PRs

abhinavmehndiratta commented 4 years ago

Thank you for working on this ! Resolved by #12, closing the issue now.