Add Python as build dependency of Julia (#40903)

This commit is contained in:
Sergio Sánchez Ramírez 2023-11-06 17:03:38 +01:00 committed by GitHub
parent b8a18f0a78
commit abdac36fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")