From 2b779d1b9a6503ff61b83210f03d32b2e54a89e1 Mon Sep 17 00:00:00 2001 From: Daniel Martinez Date: Wed, 28 Feb 2024 12:25:41 -0500 Subject: [PATCH] tbb: remove libatomic-devel makedepends --- srcpkgs/tbb/template | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/srcpkgs/tbb/template b/srcpkgs/tbb/template index 8cb4e9f83b4df3..36a56f86c1d88d 100644 --- a/srcpkgs/tbb/template +++ b/srcpkgs/tbb/template @@ -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