summaryrefslogtreecommitdiffstats
path: root/amd/packages/patches/hipamd-5.6.1.patch
diff options
context:
space:
mode:
authortechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:07 -0500
committertechchud <protrude_paying969@simplelogin.com>2025-08-17 19:24:07 -0500
commitb2d86632ac6abf4ee7ed05c27cc18989e5d27915 (patch)
treefb397b181178a713009c27dede3783cb7b56b779 /amd/packages/patches/hipamd-5.6.1.patch
parent77d9ffffe9a59ad4decdaf2fadb1778e866d36f0 (diff)
downloadguix-techchud-b2d86632ac6abf4ee7ed05c27cc18989e5d27915.tar.gz
guix-techchud-b2d86632ac6abf4ee7ed05c27cc18989e5d27915.tar.bz2
guix-techchud-b2d86632ac6abf4ee7ed05c27cc18989e5d27915.zip
import guix-hpc amd modules and add gfx1100 support
Diffstat (limited to 'amd/packages/patches/hipamd-5.6.1.patch')
-rw-r--r--amd/packages/patches/hipamd-5.6.1.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/amd/packages/patches/hipamd-5.6.1.patch b/amd/packages/patches/hipamd-5.6.1.patch
new file mode 100644
index 0000000..6d6b18f
--- /dev/null
+++ b/amd/packages/patches/hipamd-5.6.1.patch
@@ -0,0 +1,16 @@
+Remove windows specific versions of hipcc and hipconfig
+diff --git a/hipamd/CMakeLists.txt b/hipamd/CMakeLists.txt
+index c14a9ad32..f882e890b 100755
+--- a/hipamd/CMakeLists.txt
++++ b/hipamd/CMakeLists.txt
+@@ -400,8 +400,8 @@ if (NOT ${HIPCC_BIN_DIR} STREQUAL "")
+ install(PROGRAMS ${HIPCC_BIN_DIR}/hipcc.pl DESTINATION bin)
+ install(PROGRAMS ${HIPCC_BIN_DIR}/hipconfig.pl DESTINATION bin)
+ install(PROGRAMS ${HIPCC_BIN_DIR}/hipvars.pm DESTINATION bin)
+- install(PROGRAMS ${HIPCC_BIN_DIR}/hipcc.bat DESTINATION bin)
+- install(PROGRAMS ${HIPCC_BIN_DIR}/hipconfig.bat DESTINATION bin)
++ # install(PROGRAMS ${HIPCC_BIN_DIR}/hipcc.bat DESTINATION bin)
++ # install(PROGRAMS ${HIPCC_BIN_DIR}/hipconfig.bat DESTINATION bin)
+ endif()
+
+ #############################