Collection of interfaces for the packages provided by libHSL.
julia> ]
Pkg> add HSLThis installs the Julia interfaces, but you need to manually install HSL_jll.jl:
-
Download
HSL_jll.jlfrom STFC HSL website. -
Install it in your Julia environment:
Pkg.develop(path = "/full/path/to/HSL_jll.jl")