Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 896076 - dev-libs/rocm-opencl-runtime-5.4.3 - media-libs/glew should be optional with test?
Summary: dev-libs/rocm-opencl-runtime-5.4.3 - media-libs/glew should be optional with ...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Craig Andrews
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-02-23 19:29 UTC by Chris Mayo
Modified: 2023-04-28 12:52 UTC (History)
1 user (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 Chris Mayo 2023-02-23 19:29:16 UTC
GLEW is only used by tests:

ROCm-OpenCL-Runtime-rocm-5.4.3 $ grep -ril glew
tests/ocltst/module/runtime/CMakeLists.txt
tests/ocltst/module/perf/CMakeLists.txt
tests/ocltst/module/gl/CMakeLists.txt
tests/ocltst/module/common/OCLGLCommonWindows.cpp
tests/ocltst/module/common/OCLGLCommonLinux.cpp
tests/ocltst/module/common/OCLGLCommon.h
tests/ocltst/module/common/CMakeLists.txt
tests/ocltst/CMakeLists.txt


ebuild has:

BDEPEND=">=dev-util/rocm-cmake-5.3
	media-libs/glew
	test? ( >=x11-apps/mesa-progs-8.5.0[X] )
	"