Skip to content

Commit

Permalink
Update to v7.3.17 (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow committed Mar 7, 2024
1 parent 0e4dff8 commit 5030eea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions Project.toml
Expand Up @@ -8,12 +8,14 @@ CxxWrap = "1f15a43c-97ca-5a2a-ae31-89f07a497df4"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
SDPA_jll = "7fc90fd6-dbef-5a6a-93f8-169f2a2e705b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CxxWrap = "0.12"
CxxWrap = "0.14"
LinearAlgebra = "<0.0.1, 1.6"
MathOptInterface = "1"
SDPA_jll = "=700.300.801"
SDPA_jll = "=700.300.1701"
SparseArrays = "<0.0.1, 1.6"
Test = "<0.0.1, 1.6"
julia = "1.6"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion src/SDPA.jl
Expand Up @@ -10,7 +10,7 @@ import LinearAlgebra
import MathOptInterface as MOI
import SDPA_jll

CxxWrap.@wrapmodule(SDPA_jll.libsdpawrap_path)
CxxWrap.@wrapmodule(SDPA_jll.get_libsdpawrap_path)

function __init__()
CxxWrap.@initcxx
Expand Down

0 comments on commit 5030eea

Please sign in to comment.