Skip to content

Commit

Permalink
merge inits
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Aug 18, 2023
1 parent a28a34a commit cf2a265
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ else
end

function __init__()
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)
end
end
major = SCIPmajorVersion()
minor = SCIPminorVersion()
patch = SCIPtechVersion()
Expand Down

0 comments on commit cf2a265

Please sign in to comment.