Skip to content

Commit

Permalink
Merge 817497c into a4b64d6
Browse files Browse the repository at this point in the history
  • Loading branch information
frapac committed Apr 27, 2017
2 parents a4b64d6 + 817497c commit 6671e66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using BinDeps

@BinDeps.setup

cddlib_commit = "5ff766051042f3413c534af8ffcbbe00f66b3ab1"
cddlib_commit = "82409bb792a0be0a8d57805842a491baf504a3b4"
#cddname = "cddlib-094h"
cddname = "cddlib-$cddlib_commit"

Expand Down Expand Up @@ -47,7 +47,7 @@ end
#CDD

official_repo = "ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/$cddname.tar.gz"
forked_repo = "https://github.com/blegat/cddlib/archive/$cddlib_commit.zip"
forked_repo = "https://github.com/JuliaPolyhedra/cddlib/archive/$cddlib_commit.zip"
@static if is_unix()
libcdd = library_dependency("libcddgmp", aliases=["libcdd-$cddlib_commit", "libcddgmp-0"])#, depends=[libgmpdev])
end
Expand Down

0 comments on commit 6671e66

Please sign in to comment.