diff --git a/Project.toml b/Project.toml index 99d5101..b88e822 100644 --- a/Project.toml +++ b/Project.toml @@ -11,7 +11,7 @@ OpenBLAS32_jll = "656ef2d0-ae68-5445-9ca0-591084a874a2" PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a" [compat] -Ipopt_jll = "=300.1400.400, =300.1400.403, =300.1400.1000, =300.1400.1200" +Ipopt_jll = "=300.1400.400, =300.1400.1300" MathOptInterface = "1.17" OpenBLAS32_jll = "0.3.10" PrecompileTools = "1" diff --git a/src/Ipopt.jl b/src/Ipopt.jl index fd5271c..275326f 100644 --- a/src/Ipopt.jl +++ b/src/Ipopt.jl @@ -11,14 +11,10 @@ import MathOptInterface as MOI import OpenBLAS32_jll function __init__() - if VERSION >= v"1.8" + if VERSION >= v"1.9" config = LinearAlgebra.BLAS.lbt_get_config() if !any(lib -> lib.interface == :lp64, config.loaded_libs) - LinearAlgebra.BLAS.lbt_forward( - OpenBLAS32_jll.libopenblas_path; - verbose = false, - clear = false, - ) + LinearAlgebra.BLAS.lbt_forward(OpenBLAS32_jll.libopenblas_path) end end global libipopt = Ipopt_jll.libipopt