* update julia to 2:1.10.4-2

This commit is contained in:
Alexander Baldeck 2024-08-10 08:15:11 +02:00
parent 709a48240d
commit 7eb3e95f0c
2 changed files with 58 additions and 0 deletions

53
julia/.SRCINFO Normal file
View File

@ -0,0 +1,53 @@
pkgbase = julia
pkgdesc = High-level, high-performance, dynamic programming language
pkgver = 1.10.4
pkgrel = 2
epoch = 2
url = https://julialang.org/
arch = x86_64
license = MIT
makedepends = cmake
makedepends = gcc-fortran
makedepends = libwhich
makedepends = llvm-julia
makedepends = patchelf
makedepends = python
depends = blas64-openblas
depends = fftw
depends = libblastrampoline
depends = libgit2
depends = libunwind
depends = libutf8proc
depends = lld
depends = llvm-julia-libs
depends = mbedtls2
depends = openlibm
depends = p7zip
depends = pcre2
depends = suitesparse
optdepends = gnuplot: If using the Gaston Package from julia
options = !lto
backup = etc/julia/startup.jl
source = https://github.com/JuliaLang/julia/releases/download/v1.10.4/julia-1.10.4-full.tar.gz
source = https://github.com/JuliaLang/julia/releases/download/v1.10.4/julia-1.10.4-full.tar.gz.asc
source = c12e8515.patch
source = julia-libgit2-1.7.patch::https://github.com/JuliaLang/julia/commit/2c4c068e.patch
source = julia-libgit2-1.8.patch
source = julia-libunwind-1.6.patch
source = julia-libcholmod-cuda.patch
source = julia-suitesparse-7.patch
source = julia-hardcoded-libs.patch
source = https://github.com/JuliaLang/julia/commit/1cddd37d.patch
validpgpkeys = 3673DF529D9049477F76B37566E3C7DC03D6E495
sha256sums = f32e5277f5d82a63824882cdebfac158199bb84814c3c019a3fecc3601586191
sha256sums = SKIP
sha256sums = 2cc294b63e601d50341979fb936826bdba59de2165a5929eae927e152652f367
sha256sums = b533dd999f019258cbcae1563f18715f41e42e0786b681150cb2c28f8a0da963
sha256sums = dc541120600e9c0574016a2738461ddb99be21fc8f763d4a3152169fd2f3bf54
sha256sums = 3c0c03eabb668e3242fcd3058c1011dfbb579cc1c5adc3ae1016531e711cc64e
sha256sums = f69afd7db3fabe4b747afa2404e1202c1dcfe0f8c5fe5238e424eea737fa2a23
sha256sums = 0fd1a0c1fcbe7f583139ed3a4a87f77963f06876d69058fa3ffbedfaec609ee7
sha256sums = 02f0ae518dfd50c2b3abf95fa760de85298baf79d80c2f6f48ac182e58a736d7
sha256sums = fb0156e313fb58ea1ffca2d77f0ed677b6ab8895015203be7429981a877e1702
pkgname = julia

5
julia/.nvchecker.toml Normal file
View File

@ -0,0 +1,5 @@
[julia]
source = 'github'
github = 'JuliaLang/julia'
use_latest_release = true
prefix = 'v'