Skip to content

Commit 51996e8

Browse files
authored
Update README.md for libHSL (#497)
Update the documentation for the latest release of [libHSL](https://licences.stfc.ac.uk/product/libhsl-2025_7_21).
1 parent 42de967 commit 51996e8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,6 @@ To improve performance, Ipopt supports a number of linear solvers.
285285
Obtain a license and download `HSL_jll.jl` from [
286286
https://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-
291288
Install this download into your current environment using:
292289
```julia
293290
import Pkg
@@ -315,8 +312,7 @@ BLAS and LAPACK may result in thread oversubscription.
315312
Due to the security policy of macOS, Mac users may need to delete the quarantine
316313
attribute 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

0 commit comments

Comments
 (0)