mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-01 17:18:46 +08:00
19 lines
527 B
TOML
19 lines
527 B
TOML
#TODO missing script for gnu make: https://github.com/JuliaLang/julia#building-julia
|
|
#TODO missing dependencies: https://github.com/JuliaLang/julia/blob/master/doc/src/devdocs/build/build.md#required-build-tools-and-external-libraries
|
|
[source]
|
|
tar = "https://github.com/JuliaLang/julia/releases/download/v1.12.5/julia-1.12.5.tar.gz"
|
|
[build]
|
|
template = "custom"
|
|
dependencies = [
|
|
"openblas",
|
|
"lapack",
|
|
"libgmp",
|
|
"libmpfr",
|
|
"pcre2",
|
|
"libgit2",
|
|
"libssh2",
|
|
"curl",
|
|
"openssl3",
|
|
"libunwind",
|
|
]
|