Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905291 - sci-libs/rocThrust-5.1.3 includes are installed in the wrong folder
Summary: sci-libs/rocThrust-5.1.3 includes are installed in the wrong folder
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-29 15:10 UTC by Simon
Modified: 2023-11-26 13:55 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.