llvm19: update to 19.1.4.

This commit is contained in:
Daniel Martinez 2024-11-21 17:45:50 -05:00 committed by tranzystorekk
parent b00e9d17fd
commit d868dbdcc4

View file

@ -1,7 +1,7 @@
# Template file for 'llvm19'
pkgname=llvm19
version=19.1.3
revision=3
version=19.1.4
revision=1
build_wrksrc=llvm
build_style=cmake
_llvm_prefix=lib/llvm/19
@ -56,7 +56,7 @@ maintainer="Daniel Martinez <danielmartinez@cock.li>"
license="Apache-2.0 AND NCSA AND custom:Apache-2.0-with-llvm-exception"
homepage="https://www.llvm.org"
distfiles="https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-${version}.tar.gz"
checksum=e5106e2bef341b3f5e41340e4b6c6a58259f4021ad801acf14e88f1a84567b05
checksum=010e1fd3cabee8799bd2f8a6fbc68f28207494f315cf9da7057a2820f79fd531
conflicts="llvm18>=0 llvm17>=0 llvm15>=0"
lib32disabled=yes
python_version=3
@ -216,8 +216,7 @@ _vlink_libs() {
local _f
for _f in $DESTDIR/$_files; do
local _base=$(basename "${_f}")
echo "ln -s /${_llvm_libdir}/${_base} ${DESTDIR}/usr/lib"
ln -s /${_llvm_libdir}/${_base} ${DESTDIR}/usr/lib
ln -s llvm/19/lib/${_base} ${DESTDIR}/usr/lib
vmove ${_llvm_libdir}/${_base}
vmove usr/lib/${_base}
done