Skip to content

Commit

Permalink
update to SCS-3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kalmarek committed Apr 7, 2023
1 parent 85d87ea commit 3d78965
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "SCS"
uuid = "c946c3f1-0d1f-5ce8-9dea-7daa1f7e2d13"
repo = "https://github.com/jump-dev/SCS.jl"
version = "1.1.3"
version = "1.1.4"

[deps]
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
Expand All @@ -14,9 +14,9 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[compat]
MathOptInterface = "1"
Requires = "1"
SCS_GPU_jll = "=3.2.1"
SCS_MKL_jll = "=3.2.2"
SCS_jll = "=3.2.1"
SCS_GPU_jll = "=3.2.3"
SCS_MKL_jll = "=3.2.3"
SCS_jll = "=3.2.3"
julia = "1.6"

[extras]
Expand Down
2 changes: 1 addition & 1 deletion test/test_gpu.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# CUDA_jll is not in our Project.toml, so we need to install it on GITLAB_CI.
import Pkg
Pkg.add(Pkg.PackageSpec(name = "CUDA_jll", version = "10.1"))
Pkg.add(Pkg.PackageSpec(name = "CUDA_jll", version = "11.3"))

using CUDA_jll # CUDA_jll must be loaded _before_ SCS!
using SCS
Expand Down

0 comments on commit 3d78965

Please sign in to comment.