Skip to content

Commit

Permalink
Use linux-cutest-0.4.0
Browse files Browse the repository at this point in the history
New linux-cutest-0.4.0 doesn't create a link to libgfortran, since
it is no longer necessary
  • Loading branch information
abelsiqueira authored and dpo committed Apr 12, 2018
1 parent 3394120 commit be945d7
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 @@ -107,10 +107,10 @@ else
cd("files") do
info("Installing CUTEst")

lnxurl = "https://raw.githubusercontent.com/abelsiqueira/linux-cutest/v0.3.4/install.sh"
lnxurl = "https://raw.githubusercontent.com/abelsiqueira/linux-cutest/v0.4.0/install.sh"
run(`wget $lnxurl -O install.sh`)
ENV["C_INCLUDE_PATH"] = joinpath(here, "usr", "include")
run(`bash install.sh --libgfortran-dest ../usr/lib`)
run(`bash install.sh`)

open(cutestenv, "w") do cenv
open("cutest_env.bashrc") do f
Expand Down

0 comments on commit be945d7

Please sign in to comment.