tbb: remove libatomic-devel makedepends

This commit is contained in:
Daniel Martinez 2024-02-28 12:25:41 -05:00 committed by cinerea0
parent 336ed462b7
commit 58434af53a
1 changed files with 1 additions and 6 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'tbb'
pkgname=tbb
version=2021.11.0
revision=1
revision=2
build_style=cmake
configure_args="-DTBB_STRICT=OFF -DTBB_TEST=OFF"
makedepends="libgomp-devel libhwloc-devel"
@ -27,11 +27,6 @@ if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
configure_args+=" -DCMAKE_CXX_STANDARD_LIBRARIES=-lucontext"
fi
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
configure_args+=" -DCMAKE_CXX_FLAGS=-latomic"
fi
post_extract() {
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then