From b2d86632ac6abf4ee7ed05c27cc18989e5d27915 Mon Sep 17 00:00:00 2001 From: techchud Date: Sun, 17 Aug 2025 19:24:07 -0500 Subject: import guix-hpc amd modules and add gfx1100 support --- amd/packages/patches/hipify-6.2.0.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 amd/packages/patches/hipify-6.2.0.patch (limited to 'amd/packages/patches/hipify-6.2.0.patch') diff --git a/amd/packages/patches/hipify-6.2.0.patch b/amd/packages/patches/hipify-6.2.0.patch new file mode 100644 index 0000000..04cac7b --- /dev/null +++ b/amd/packages/patches/hipify-6.2.0.patch @@ -0,0 +1,13 @@ +Ensure installed files carry over the same permissions as the source. +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 0d105e20..0c1bbb57 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -177,6 +177,7 @@ if (NOT HIPIFY_CLANG_TESTS_ONLY) + install( + DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/bin + DESTINATION . ++ USE_SOURCE_PERMISSIONS + PATTERN "hipify-perl" + PATTERN "*.sh" + PATTERN "findcode.sh" EXCLUDE -- cgit v1.2.3