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