Skip to content

Commit

Permalink
Update to CSDP v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Nov 5, 2018
1 parent 289d88a commit 3a23207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/constants.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# use Julia's libopenblas instead of system's liblapack and libblas?
const JULIA_LAPACK = false
const suffix = JULIA_LAPACK ? ".64" : ""
const version = "6.1.1"
const version = "6.2.0"
const libname = "libcsdp$suffix.$(Compat.Libdl.dlext)"
const csdpversion = "Csdp-$version"
const download_url =
Expand Down

0 comments on commit 3a23207

Please sign in to comment.