From 504e66dee753b4b23d21100a70036832c4accd3a Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Fri, 27 Sep 2024 14:14:03 -0400 Subject: [PATCH] julia 1.11.0-rc4 --- Formula/j/julia.rb | 12 +++++------- audit_exceptions/unstable_allowlist.json | 1 + 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/j/julia.rb b/Formula/j/julia.rb index 9868f7f17f0a8..24d5e0477c626 100644 --- a/Formula/j/julia.rb +++ b/Formula/j/julia.rb @@ -2,8 +2,8 @@ class Julia < Formula desc "Fast, Dynamic Programming Language" homepage "https://julialang.org/" # Use the `-full` tarball to avoid having to download during the build. - url "https://github.com/JuliaLang/julia/releases/download/v1.10.5/julia-1.10.5-full.tar.gz" - sha256 "5fc94159b87f34d18bf44a1a940e59f40cbeab931bfdc0c4763203bbb6995260" + url "https://github.com/JuliaLang/julia/releases/download/v1.11.0-rc4/julia-1.11.0-rc4-full.tar.gz" + sha256 "ca39244c1030b177a2ebe013bda5f5871df9223d97e30ddf96e4e24387b99c59" license all_of: ["MIT", "BSD-3-Clause", "Apache-2.0", "BSL-1.0"] head "https://github.com/JuliaLang/julia.git", branch: "master" @@ -25,9 +25,6 @@ class Julia < Formula depends_on "cmake" => :build # Needed to build LLVM depends_on "gcc" => :build # for gfortran - # TODO: Use system `suite-sparse` when `julia` supports v7.3+. - # PR ref: https://github.com/JuliaLang/julia/pull/52577 - depends_on "suite-sparse" => :test # Check bundled copy is used depends_on "ca-certificates" depends_on "curl" depends_on "gmp" @@ -41,6 +38,7 @@ class Julia < Formula depends_on "openlibm" depends_on "p7zip" depends_on "pcre2" + depends_on "suite-sparse" depends_on "utf8proc" uses_from_macos "perl" => :build @@ -79,7 +77,7 @@ def install USE_SYSTEM_LIBBLASTRAMPOLINE=1 USE_SYSTEM_LIBGIT2=1 USE_SYSTEM_LIBSSH2=1 - USE_SYSTEM_LIBSUITESPARSE=0 + USE_SYSTEM_LIBSUITESPARSE=1 USE_SYSTEM_MBEDTLS=1 USE_SYSTEM_MPFR=1 USE_SYSTEM_NGHTTP2=1 @@ -146,7 +144,7 @@ def install # Remove library versions from MbedTLS_jll, nghttp2_jll and others # https://git.archlinux.org/svntogit/community.git/tree/trunk/julia-hardcoded-libs.patch?h=packages/julia - %w[MbedTLS nghttp2 LibGit2 OpenLibm].each do |dep| + %w[MbedTLS nghttp2 LibGit2 OpenLibm SuiteSparse].each do |dep| (buildpath/"stdlib").glob("**/#{dep}_jll.jl") do |jll| inreplace jll, %r{@rpath/lib(\w+)(\.\d+)*\.dylib}, "@rpath/lib\\1.dylib" inreplace jll, /lib(\w+)\.so(\.\d+)*/, "lib\\1.so" diff --git a/audit_exceptions/unstable_allowlist.json b/audit_exceptions/unstable_allowlist.json index 9baf4e5748866..432d2edcdcbd0 100644 --- a/audit_exceptions/unstable_allowlist.json +++ b/audit_exceptions/unstable_allowlist.json @@ -3,6 +3,7 @@ "automysqlbackup": "3.0-rc", "aview": "1.3.0rc", "ftgl": "2.1.3-rc", + "julia": "1.11.0-rc", "libcaca": "0.99b", "librasterlite2": "1.1.0-beta", "premake": "5.0.0-beta",