aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/rocm-opencl-runtime-4.3-noclinfo.patch
blob: 97376fd42109fd5aa8b9cc5580be6241f2efeaf4 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Do not build and install clinfo.

diff --git a/CMakeLists.txt.orig b/CMakeLists.txt
index 76847d3..3f62bfe 100644
--- a/CMakeLists.txt.orig
+++ b/CMakeLists.txt
@@ -15,9 +15,9 @@ option(FILE_REORG_BACKWARD_COMPATIBILITY "Enable File Reorganization backward co
 
 
 set(OPENCL_ICD_LOADER_HEADERS_DIR "${CMAKE_CURRENT_LIST_DIR}/khronos/headers/opencl2.2" CACHE PATH "")
 #add_subdirectory(khronos/icd)
 add_subdirectory(amdocl)
-add_subdirectory(tools/clinfo)
+#add_subdirectory(tools/clinfo)
 add_subdirectory(tools/cltrace)
 if(BUILD_TESTS)
   add_subdirectory(tests/ocltst)
diff --git a/packaging/CMakeLists.txt b/packaging/CMakeLists.txt
index 48353eb..cd1e7c1 100644
--- a/packaging/CMakeLists.txt
+++ b/packaging/CMakeLists.txt
@@ -5,6 +5,6 @@ set(CPACK_COMPONENTS_ALL binary dev icd)
 set(CPACK_DEB_COMPONENT_INSTALL ON)
 set(CPACK_RPM_COMPONENT_INSTALL ON)
 
-install(TARGETS clinfo DESTINATION bin COMPONENT binary)
+#install(TARGETS clinfo DESTINATION bin COMPONENT binary)
 install(TARGETS amdocl DESTINATION lib COMPONENT binary)
 install(FILES ${CMAKE_SOURCE_DIR}/LICENSE.txt DESTINATION share/doc/${CMAKE_PROJECT_NAME} COMPONENT binary)
ges/erlang.scm?id=1d210dc54deb90b84ddc670a8d8c716ee85fd1e9'>gnu: Add rebar3....Hartmut Goebel 2021-10-07gnu: Add erlang-relx....Hartmut Goebel 2021-10-07gnu: Add erlang-ssl-verify-fun....Hartmut Goebel 2021-10-07gnu: Add erlang-hex-core....Hartmut Goebel 2021-10-07gnu: Add erlang-parse-trans....Hartmut Goebel 2021-10-07gnu: Add erlang-providers....Hartmut Goebel 2021-10-07gnu: Add erlang-eunit-formatters....Hartmut Goebel 2021-10-07gnu: Add erlang-getopt....Hartmut Goebel 2021-10-07gnu: Add erlang-bbmustache....Hartmut Goebel 2021-10-07gnu: Add erlang-cth-readable....Hartmut Goebel 2021-10-07gnu: Add erlang-erlware-commons....Hartmut Goebel 2021-10-07gnu: Add erlang-certifi....Hartmut Goebel 2021-10-07gnu: Add erlang-cf....Hartmut Goebel 2021-09-21gnu: erlang: Update to 24.0.5....Cees de Groot 2021-07-13gnu: erlang: Remove 'autoconf phase....Efraim Flashner 2021-07-13gnu: erlang: Update to 24.0.2....Cees de Groot 2021-06-23gnu: Fix references to emacs-build-system's expand-load-path phase....Carlo Zancanaro