File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -285,9 +285,6 @@ To improve performance, Ipopt supports a number of linear solvers.
285285Obtain a license and download ` HSL_jll.jl ` from [
286286https://licences.stfc.ac.uk/products/Software/HSL/LibHSL ] ( https://licences.stfc.ac.uk/products/Software/HSL/LibHSL ) .
287287
288- There are two versions available: LBT and OpenBLAS.
289- LBT is the recommended option for Julia ≥ v1.9.
290-
291288Install this download into your current environment using:
292289``` julia
293290import Pkg
@@ -315,8 +312,7 @@ BLAS and LAPACK may result in thread oversubscription.
315312Due to the security policy of macOS, Mac users may need to delete the quarantine
316313attribute of the ZIP archive before extracting. For example:
317314``` raw
318- xattr -d com.apple.quarantine lbt_HSL_jll.jl-2023.11.7.zip
319- xattr -d com.apple.quarantine openblas_HSL_jll.jl-2023.11.7.zip
315+ xattr -d com.apple.quarantine HSL_jll.jl-2025.7.21.zip
320316```
321317
322318### Pardiso
You can’t perform that action at this time.
0 commit comments