From a8f96a6ca4747ca1d7f0602ebb363d83f260524b Mon Sep 17 00:00:00 2001 From: Scott Tsai Date: Wed, 10 Sep 2025 02:21:07 +0800 Subject: [PATCH] third-party/host-blas: upgrade for GCC 15 fix Upgrade OpenBLAS version from 0.3.29 to 0.3.30 to fix build on GCC 15. The critical fix is: https://github.com/OpenMathLib/OpenBLAS/pull/5258 --- third-party/host-blas/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/third-party/host-blas/CMakeLists.txt b/third-party/host-blas/CMakeLists.txt index 7c46a02e2bc..cf5e04eee28 100644 --- a/third-party/host-blas/CMakeLists.txt +++ b/third-party/host-blas/CMakeLists.txt @@ -23,8 +23,8 @@ if(NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR) CMAKE_PROJECT SOURCE_DIR "${_source_dir}" # Originally mirrored from: https://github.com/OpenMathLib/OpenBLAS/releases/download/v0.3.29/OpenBLAS-0.3.29.tar.gz - URL https://rocm-third-party-deps.s3.us-east-2.amazonaws.com/OpenBLAS-0.3.29.tar.gz - URL_HASH SHA256=38240eee1b29e2bde47ebb5d61160207dc68668a54cac62c076bb5032013b1eb + URL https://rocm-third-party-deps.s3.us-east-2.amazonaws.com/OpenBLAS-0.3.30.tar.gz + URL_HASH SHA256=27342cff518646afb4c2b976d809102e368957974c250a25ccc965e53063c95d # Originally posted MD5 was recomputed as SHA256 manually: # URL_HASH MD5=853a0c5c0747c5943e7ef4bbb793162d TOUCH "${_download_stamp}"