Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / llvm
Commits: 31fedbbb by Evangelos Foutras at 2024-05-21T21:42:51+03:00 upgpkg: 17.0.6-5: remove zstd CMake find module It reportedly breaks if it gets out of sync with upstream zstd. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = llvm pkgver = 17.0.6 - pkgrel = 4 + pkgrel = 5 url = https://llvm.org/ arch = x86_64 license = custom:Apache 2.0 with LLVM Exception ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ pkgname=('llvm' 'llvm-libs') pkgver=17.0.6 -pkgrel=4 +pkgrel=5 arch=('x86_64') url="https://llvm.org/" license=('custom:Apache 2.0 with LLVM Exception') @@ -59,6 +59,9 @@ prepare() { rename -v -- "-$pkgver.src" '' {cmake,third-party}-$pkgver.src cd llvm-$pkgver.src mkdir build + + # Remove CMake find module for zstd; breaks if out of sync with upstream zstd + rm cmake/modules/Findzstd.cmake } build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/31fedbbb507eb5be41cf1e6f405153b6bc370df7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/llvm/-/commit/31fedbbb507eb5be41cf1e6f405153b6bc370df7 You're receiving this email because of your account on gitlab.archlinux.org.