Add Python as build dependency of Julia (#40903)
This commit is contained in:
parent
b8a18f0a78
commit
abdac36fd5
1 changed files with 1 additions and 0 deletions
|
@ -166,6 +166,7 @@ class Julia(MakefilePackage):
|
||||||
depends_on("patchelf@0.13:", type="build")
|
depends_on("patchelf@0.13:", type="build")
|
||||||
depends_on("perl", type="build")
|
depends_on("perl", type="build")
|
||||||
depends_on("libwhich", type="build")
|
depends_on("libwhich", type="build")
|
||||||
|
depends_on("python", type="build")
|
||||||
|
|
||||||
depends_on("blas") # note: for now openblas is fixed...
|
depends_on("blas") # note: for now openblas is fixed...
|
||||||
depends_on("curl tls=mbedtls +nghttp2 +libssh2")
|
depends_on("curl tls=mbedtls +nghttp2 +libssh2")
|
||||||
|
|
Loading…
Reference in a new issue