Closed IlyaOrson closed 1 year ago
Thanks for reporting this @IlyaOrson, we'll try to look into it. MadNLPHSL
build on Windows has not been tested before, and it might have some issues. Alternatively, you can compile your HSL library externally and set the environment variable MADNLP_HSL_LIBRARY_PATH
or run MadNLP on WSL or docker.
But from the error stack trace, the error seems to be caused by BinaryProvider.jl
. Have you tried using BinaryProvider
?
Indeed the error seems to be unrelated to MadNLP
.
This is the upstream issue https://github.com/JuliaPackaging/BinaryProvider.jl/issues/211
Apparently that repo is not maintained anymore and the recommendation is to move to JLLs for binary dependencies. Would it be possible to do that with the HSL library?
@IlyaOrson unfortunately no, we cannot redistribute HSL due to license issues. But indeed BinaryProvider seems to be dead. I'll keep this open and look into alternatives
@sshin23
I updated HSL.jl to drop BinaryProvider
if it can help you:
https://github.com/JuliaSmoothOptimizers/HSL.jl/pull/112
@sshin23 @frapac For information, I released JuliaHSL.
Thanks, @amontoison, that's great news! One less thing for MadNLP to worry about :) We'll look into the ways to incorporate this into MadNLP
I settled the env variable pointing to the HSL source location but could not install nor build the
MadNLPHSL
extension.This is my system info: