acxz / pkgbuilds

PKGBUILDs for Arch Linux
25 stars 44 forks source link

Replace intel-tbb by new one tbb #216

Closed carlosal1015 closed 1 year ago

carlosal1015 commented 1 year ago

I would like to use this script that search dependencies recursively in PKGBUILD, but for these pagmo and pagmo-git are showing a wrong error. Is working if I change for tbb package in the PKGBUILD.

[E 221122 08:42:05 smart-add-package:115] Cannot find intel-tbb in AUR.
[E 221122 08:42:05 smart-add-package:118] intel-tbb is required by pagmo

Thanks.

FabioLolix commented 1 year ago

Is fixed if change for tbb package.

The Arch tbb package correctly provides and replace intel-tbb https://archlinux.org/packages/extra/x86_64/tbb/, since there are more case like this I guess you should consider it in your script

$ LANG=C sudo pacman -S  intel-tbb 
resolving dependencies...
looking for conflicting packages...

Packages (1) tbb-2021.5.0-2

Total Installed Size:  1.87 MiB

:: Proceed with installation? [Y/n] 
acxz commented 1 year ago

thanks for updating the dep, @carlosal1015 sorry for the late response, getting back to gh after vaycay

carlosal1015 commented 1 year ago

Thank you @acxz I appreciate.