mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
testing/llvm21: fix so: provider
This commit is contained in:
parent
eec9e28336
commit
f151efff00
@ -8,14 +8,14 @@
|
|||||||
maintainer="fossdd <fossdd@pwned.life>"
|
maintainer="fossdd <fossdd@pwned.life>"
|
||||||
_pkgname=llvm
|
_pkgname=llvm
|
||||||
pkgver=21.1.0_rc1
|
pkgver=21.1.0_rc1
|
||||||
_sover=21.1-rc1
|
_sover=21.1_rc1
|
||||||
_sover2=21-rc1
|
_sover2=21_rc1
|
||||||
_pkgver=${pkgver/_/-}
|
_pkgver=${pkgver/_/-}
|
||||||
#_majorver=${pkgver%%.*}
|
#_majorver=${pkgver%%.*}
|
||||||
_majorver=21
|
_majorver=21
|
||||||
_prevmajorver=$((_majorver - 1))
|
_prevmajorver=$((_majorver - 1))
|
||||||
pkgname=$_pkgname$_majorver
|
pkgname=$_pkgname$_majorver
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
|
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
|
||||||
arch="all"
|
arch="all"
|
||||||
url="https://llvm.org/"
|
url="https://llvm.org/"
|
||||||
@ -162,7 +162,8 @@ build() {
|
|||||||
-DLLVM_LINK_LLVM_DYLIB=ON \
|
-DLLVM_LINK_LLVM_DYLIB=ON \
|
||||||
-DLLVM_USE_PERF=ON \
|
-DLLVM_USE_PERF=ON \
|
||||||
$_llvm_targets \
|
$_llvm_targets \
|
||||||
$_cmake_cross_options
|
$_cmake_cross_options \
|
||||||
|
-DLLVM_VERSION_SUFFIX="_${pkgver#*_}"
|
||||||
|
|
||||||
cmake --build build
|
cmake --build build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user