Skip to content

Commit

Permalink
checkout Vec 0_6
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximeBouton committed Aug 1, 2018
1 parent 7caf30a commit a5e4c2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ packages = keys(Pkg.installed())
if !in("Vec", packages)
Pkg.clone("https://github.com/sisl/Vec.jl.git")
end
warn("Checking out Vec.jl branch 0_6 for compatibility with julia 0.6")
Pkg.checkout("Vec", "0_6")
if !in("Records", packages)
Pkg.clone("https://github.com/sisl/Records.jl.git")
end
Expand Down

0 comments on commit a5e4c2d

Please sign in to comment.