Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 905291

Summary: sci-libs/rocThrust-5.1.3 includes are installed in the wrong folder
Product: Gentoo Linux Reporter: Simon <sur3>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: CONFIRMED ---    
Severity: normal CC: alexey+gentoo, candrews, gentoo
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Simon 2023-04-29 15:10:43 UTC
According to /usr/lib64/cmake/rocthrust/rocthrust-config.cmake installed by sci-libs/rocThrust-5.1.3 the include files should be in /usr/include/rocthrust but the package installs them in /usr/include/thrust instead.
Comment 1 Alexey 2023-10-10 20:47:31 UTC
Looks like src_prepare() intentionally changes the include dir to thrust via sed
Comment 2 Benda Xu gentoo-dev 2023-11-26 13:55:42 UTC
Yes, this should be fixed.  The newer ROCm headers do not need this hack anymore.