Skip to content

Releases: maleadt/julia

v1.12-aa05c98998

14 Nov 12:32
aa05c98
Compare
Choose a tag to compare

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

15 Oct 12:56
Compare
Choose a tag to compare

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

14 Oct 13:50
Compare
Choose a tag to compare
v1.12-25092a3982 Pre-release
Pre-release

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

14 Oct 07:57
Compare
Choose a tag to compare
v1.12-dfe2386bfb Pre-release
Pre-release

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

12 Oct 07:13
Compare
Choose a tag to compare
v1.12-0a92fecc12 Pre-release
Pre-release

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