Skip to content
Snippets Groups Projects
Unverified Commit bb447b21 authored by Massimiliano Culpo's avatar Massimiliano Culpo
Browse files

julia: add dependency on Fortran for Openblas compilation

parent 6421e2a5
Branches
No related tags found
No related merge requests found
...@@ -53,8 +53,9 @@ class Julia(MakefilePackage): ...@@ -53,8 +53,9 @@ class Julia(MakefilePackage):
version("1.6.5", sha256="b70ae299ff6b63a9e9cbf697147a48a31b4639476d1947cb52e4201e444f23cb") version("1.6.5", sha256="b70ae299ff6b63a9e9cbf697147a48a31b4639476d1947cb52e4201e444f23cb")
version("1.6.4", sha256="a4aa921030250f58015201e28204bff604a007defc5a379a608723e6bb1808d4") version("1.6.4", sha256="a4aa921030250f58015201e28204bff604a007defc5a379a608723e6bb1808d4")
depends_on("c", type="build") # generated depends_on("c", type="build")
depends_on("cxx", type="build") # generated depends_on("cxx", type="build")
depends_on("fortran", type="build")
variant("precompile", default=True, description="Improve julia startup time") variant("precompile", default=True, description="Improve julia startup time")
variant("openlibm", default=True, description="Use openlibm instead of libm") variant("openlibm", default=True, description="Use openlibm instead of libm")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment