Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to SCS-3.2.3 #267

Merged
merged 3 commits into from
Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1, =3.2.3"
odow marked this conversation as resolved.
Show resolved Hide resolved
SCS_MKL_jll = "=3.2.2, =3.2.3"
SCS_jll = "=3.2.1, =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