0

i'm facing hard times building Clp package, it takes forever. After adding the package i try to build it Pkg>Build Clpthe only thing that i'm getting is this : Building Clp → `~/.julia/packages/Clp/IBQzB/deps/build.log` without any results, i'm using Julia 1.3.0-rc3.0

Marouane1994
  • 534
  • 3
  • 11
  • I was able to build it on -rc2.0: https://i.imgur.com/buEbSFG.png – Thomas Jalabert Oct 14 '19 at 18:17
  • can you give me the link to where i can download it cause i didn't find -rc2.0 on the official website – Marouane1994 Oct 14 '19 at 22:50
  • here are the downloads [for windows](https://julialang-s3.julialang.org/bin/winnt/x64/1.3/julia-1.3.0-rc2-win64.exe) and [for linux](https://julialang-s3.julialang.org/bin/linux/x64/1.3/julia-1.3.0-rc2-linux-x86_64.tar.gz). So far, 1.3.0 is a upcoming release. The current stable version is 1.2.0 and you might check that also. – Thomas Jalabert Oct 14 '19 at 23:05
  • what about MacOs? – Marouane1994 Oct 14 '19 at 23:21
  • [here](https://julialang-s3.julialang.org/bin/mac/x64/1.3/julia-1.3.0-rc2-mac64.dmg) You can adapt the URL for any Julia version. – Thomas Jalabert Oct 15 '19 at 00:44

1 Answers1

0

It seems that Clp.jl doesn't support officialy Julia 1.3

Marouane1994
  • 534
  • 3
  • 11