Require Python to build Julia
This commit is contained in:
parent
04f908a957
commit
b18732173a
@ -13,6 +13,7 @@ class Julia(Package):
|
||||
# depends_on("awk")
|
||||
# depends_on("m4")
|
||||
# depends_on("pkg-config")
|
||||
depends_on("python @2.6:2.9")
|
||||
|
||||
# I think that Julia requires the dependencies above, but it builds find (on
|
||||
# my system) without these. We should enable them as necessary.
|
||||
|
Loading…
Reference in New Issue
Block a user