1
0
forked from ports/opt

compiler-rt: 17.0.4 -> 17.0.5

This commit is contained in:
Tim Biermann 2023-11-14 20:30:22 +01:00
parent d180e7b6e7
commit b534ae8c83
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 6 additions and 10 deletions

View File

@ -1,7 +1,7 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SdIPV/XGsmS3Oh+GnqRyxls67ihOkdJY3rgeXyKptbJ0BNUX/+m5ICpBMK50HaFIkmU299N8sCOYNpDJ5BAkwk=
SHA256 (Pkgfile) = 99465dadb8f8182364c6ab5233598625860ce5e8e0e1ff8c18b91d6d6acd8fb1
RWSE3ohX2g5d/Q4PveP6/ErGK4HHwveK0VVl5zR1R/rEMlBbS4UObY/47Wk24WYYR2dYiMZtpuvKsgzjXjfBLI3X8uPaI/nbcQo=
SHA256 (Pkgfile) = feed12336d28b136d61c7a4417e3fc51a506e53c9d5ee1cb9441706e2084a401
SHA256 (.footprint) = aaa8a83ea78ae0e120d18645233c1a43b0cb4c0f1fd713088313240024c31acb
SHA256 (compiler-rt-17.0.4.src.tar.xz) = 9dd56f359f3dc08fb1dd34f4e3147e5a84b4f0d96a39160c8eb739cf7ea32e64
SHA256 (llvm-17.0.4.src.tar.xz) = 4f5907fb547947d10df35230a0fc73cf2f81aa12e09fc8de96c023425412c9f6
SHA256 (cmake-17.0.4.src.tar.xz) = 1a5cbe4a1fcda56ecdd80f42c3437060a28c97ec31de1748f6ba6aa84948fb0f
SHA256 (compiler-rt-17.0.5.src.tar.xz) = 4e3b4a05780baf04a11e80efbe5039ff3ef17af617233f326f073e7af2cdab89
SHA256 (llvm-17.0.5.src.tar.xz) = 569526fd017478eee51518a79c064442c0499269c6a6de586e409d91282afd04
SHA256 (cmake-17.0.5.src.tar.xz) = 734ea7767ebda642d22c878024c9fb14ae0521d048bdba54e463bb73260adaef

View File

@ -4,7 +4,7 @@
# Depends on: llvm
name=compiler-rt
version=17.0.4
version=17.0.5
release=1
source=(https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/compiler-rt-$version.src.tar.xz
https://github.com/llvm/llvm-project/releases/download/llvmorg-$version/llvm-$version.src.tar.xz
@ -23,8 +23,4 @@ build() {
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build
#-D COMPILER_RT_INSTALL_BINARY_DIR=/usr/lib/clang/${version:0:2}/bin \
#-D COMPILER_RT_INSTALL_INCLUDE_DIR=/usr/lib/clang/${version:0:2}/include \
#-D COMPILER_RT_INSTALL_LIBRARY_DIR=/usr/lib/clang/${version:0:2}/lib \
#-D COMPILER_RT_INSTALL_DATA_DIR=/usr/lib/clang/${version:0:2}/share \
}