Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ECOS"
uuid = "e2685f51-7e38-5353-a97d-a921fd2c8199"
repo = "https://github.com/jump-dev/ECOS.jl.git"
version = "0.14.0"
version = "0.14.1"

[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Expand Down
2 changes: 1 addition & 1 deletion src/ECOS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
module ECOS

import ECOS_jll
const ecos = ECOS_jll.libecos

using CEnum

Expand All @@ -35,6 +34,7 @@ end
include("MOI_wrapper/MOI_wrapper.jl")

function __init__()
global ecos = ECOS_jll.libecos
libecos_version = VersionNumber(unsafe_string(ECOS_ver()))
if libecos_version != v"2.0.8"
error(
Expand Down