Skip to content
Snippets Groups Projects
Commit 73ec2a27 authored by Erik Schnetter's avatar Erik Schnetter Committed by Todd Gamblin
Browse files

Don't require git for Julia @0.5: (#1834)

parent 8147a094
Branches
Tags
No related merge requests found
......@@ -70,7 +70,8 @@ class Julia(Package):
depends_on("binutils", when='+binutils')
depends_on("cmake @2.8:")
depends_on("curl")
depends_on("git") # I think Julia @0.5: doesn't use git any more
depends_on("git", when='@:0.4')
depends_on("git", when='@release-0.4')
depends_on("openssl")
depends_on("python @2.7:2.999")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment