From 5030eea6799cdee4a659a5b34350868be891fff8 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Fri, 8 Mar 2024 07:54:24 +1300 Subject: [PATCH] Update to v7.3.17 (#57) --- Project.toml | 8 +++++--- src/SDPA.jl | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 146eb9c..e722924 100644 --- a/Project.toml +++ b/Project.toml @@ -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] diff --git a/src/SDPA.jl b/src/SDPA.jl index 1100337..785d6ea 100644 --- a/src/SDPA.jl +++ b/src/SDPA.jl @@ -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