Do not build and install clinfo. diff --git a/CMakeLists.txt b/CMakeLists.txt index 0dc5bf4..95a12af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -27,7 +27,7 @@ else() find_package(OpenCL REQUIRED) endif() 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 a703f58..c07546a 100644 --- a/packaging/CMakeLists.txt +++ b/packaging/CMakeLists.txt @@ -12,6 +12,6 @@ endif() set(CPACK_DEB_COMPONENT_INSTALL ON) set(CPACK_RPM_COMPONENT_INSTALL ON) -install(TARGETS clinfo DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT binary) +#install(TARGETS clinfo DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT binary) install(TARGETS amdocl DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT binary) install(FILES ${CMAKE_SOURCE_DIR}/LICENSE.txt DESTINATION ${CMAKE_INSTALL_DOCDIR} COMPONENT binary) table class='tabs'> aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/gnu-pw-mgr.scm
AgeCommit message (Expand)Author
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2020-11-17gnu: gnu-pw-mgr: Update to 2.7.4....* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.7.4. Tobias Geerinckx-Rice
2020-09-20gnu: gnu-pw-mgr: Update to 2.7....* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.7. [arguments]: Add new phase to work around /dev/tty not being available in the build environment. Efraim Flashner
2020-03-25gnu: gnu-pw-mgr: Build reproducibly....* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr)[native-inputs]: Remove AUTOGEN so that man pages are not regenerated with a fresh date. Ludovic Courtès