Releases: maleadt/julia
v1.12-aa05c98998
Changes:
- update Julia
- build OpenBLAS with 64-bit and dynamic architecture support
Requirements:
- glibc 2.36
- Linux 6.4+
On older versions of Linux it's recommended to manually provide an (expanded) CPU architecture string to Julia using the -C
option, e.g., julia -C generic-rv64,i,m,a,f,d,zicsr,zifencei,c
when your CPU supports rv64gc
.
Built for rv64gc
:
MARCH := rv64gc
JULIA_CPU_TARGET := generic-rv64,i,m,a,f,d,zicsr,zifencei,c
Based on JuliaLang@aa05c98998 + JuliaLang#56556
v1.12-aba4401f73
Requirements:
- glibc 2.36
- Linux 6.4+
On older versions of Linux it's recommended to manually provide an (expanded) CPU architecture string to Julia using the -C
option, e.g., julia -C generic-rv64,i,m,a,f,d,zicsr,zifencei,c
when your CPU supports rv64gc
.
Built for rv64gc
:
MARCH := rv64gc
JULIA_CPU_TARGET := generic-rv64,i,m,a,f,d,zicsr,zifencei,c
Based on upstream JuliaLang@9f92989
v1.12-25092a3982
Requirements:
- glibc 2.36
- Linux 6.4+
On older versions of Linux it's recommended to manually provide an (expanded) CPU architecture string to Julia using the -C
option, e.g., julia -C generic-rv64,i,m,a,f,d,zicsr,zifencei,c
when your CPU supports rv64gc
.
Built for rv64gc
:
MARCH := rv64gc
JULIA_CPU_TARGET := generic-rv64,i,m,a,f,d,zicsr,zifencei,c
Based on upstream JuliaLang@35bf824
v1.12-dfe2386bfb
Requirements:
- glibc 2.36
- Linux 6.4+
On older versions of Linux CPU feature detection won't work, and you will end up with heavily pessimized code. In that case, it would probably help to run with an explicit CPU configuration, e.g., julia -C generic-rv64,i,m,a,f,d,zicsr,zifencei,c
which is the expanded form of rv64gc
(LLVM doesn't recognize the shorthand).
Built for rv64gc
:
MARCH := rv64gc
JULIA_CPU_TARGET := generic-rv64,i,m,a,f,d,zicsr,zifencei,c
Based on upstream JuliaLang@35bf824
v1.12-0a92fecc12
Built on Debian Trixie, so requires glibc 2.40.
Also requires Linux 6.4+ (for LLVM's CPU feature detection).
Built for rv64gc
:
MARCH := rv64gc
JULIA_CPU_TARGET := generic-rv64,i,m,a,f,d,zicsr,zifencei,c