mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
libcxx: update to 10.0.0
This commit is contained in:
parent
ce763a0f87
commit
ac2a70e5d2
1 changed files with 4 additions and 4 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'libcxx'
|
# Template file for 'libcxx'
|
||||||
pkgname=libcxx
|
pkgname=libcxx
|
||||||
version=9.0.0
|
version=10.0.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}.src"
|
wrksrc="${pkgname}-${version}.src"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args+=" -DLIBCXX_CXX_ABI=libcxxabi -DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=ON
|
configure_args+=" -DLIBCXX_CXX_ABI=libcxxabi -DLIBCXX_ENABLE_STATIC_ABI_LIBRARY=ON
|
||||||
-DLIBCXX_CXX_ABI_LIBRARY_PATH=${XBPS_CROSS_BASE}/usr/lib
|
-DLIBCXX_CXX_ABI_LIBRARY_PATH=${XBPS_CROSS_BASE}/usr/lib
|
||||||
-DLIBCXXABI_USE_LLVM_UNWINDER=1"
|
-DLIBCXXABI_USE_LLVM_UNWINDER=1"
|
||||||
hostmakedepends="llvm9 python3"
|
hostmakedepends="llvm10 python3"
|
||||||
makedepends="libcxxabi-devel llvm llvm-libunwind-devel"
|
makedepends="libcxxabi-devel llvm llvm-libunwind-devel"
|
||||||
make_build_args="VERBOSE=1"
|
make_build_args="VERBOSE=1"
|
||||||
short_desc="New implementation of the C++ standard library, targeting C++11, C++14 and above"
|
short_desc="New implementation of the C++ standard library, targeting C++11, C++14 and above"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="NCSA, MIT"
|
license="NCSA, MIT"
|
||||||
homepage="https://libcxx.llvm.org"
|
homepage="https://libcxx.llvm.org"
|
||||||
distfiles="https://www.llvm.org/releases/${version}/${pkgname}-${version}.src.tar.xz"
|
distfiles="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/libcxx-${version}.src.tar.xz"
|
||||||
checksum=3c4162972b5d3204ba47ac384aa456855a17b5e97422723d4758251acf1ed28c
|
checksum=270f8a3f176f1981b0f6ab8aa556720988872ec2b48ed3b605d0ced8d09156c7
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) configure_args+=" -DLIBCXX_HAS_MUSL_LIBC=YES"
|
*-musl) configure_args+=" -DLIBCXX_HAS_MUSL_LIBC=YES"
|
||||||
|
|
Loading…
Add table
Reference in a new issue