mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add llvm-for-rocm.
* gnu/packages/rocm.scm (llvm-for-rocm): New variable. * gnu/packages/patches/llvm-roc-3.0.0-add_libraries.patch, gnu/packages/patches/llvm-roc-4.0.0-remove-isystem-usr-include.patch, gnu/packages/patches/llvm-roc-4.2.0-add_Object.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them.
This commit is contained in:
parent
df90cb1d5c
commit
c5ee2cf72a
5 changed files with 102 additions and 0 deletions
22
gnu/packages/patches/llvm-roc-3.0.0-add_libraries.patch
Normal file
22
gnu/packages/patches/llvm-roc-3.0.0-add_libraries.patch
Normal file
|
@ -0,0 +1,22 @@
|
|||
Taken from https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-devel/llvm-roc/files
|
||||
|
||||
diff -Naur a/clang/lib/Basic/CMakeLists.txt b/clang/lib/Basic/CMakeLists.txt
|
||||
--- a/clang/lib/Basic/CMakeLists.txt 2019-12-28 07:42:49.119055933 +0100
|
||||
+++ b/clang/lib/Basic/CMakeLists.txt 2019-12-28 07:42:13.265056070 +0100
|
||||
@@ -2,6 +2,7 @@
|
||||
Core
|
||||
MC
|
||||
Support
|
||||
+ Option
|
||||
)
|
||||
|
||||
find_first_existing_vc_file("${LLVM_MAIN_SRC_DIR}" llvm_vc)
|
||||
diff -Naur a/clang/lib/Driver/CMakeLists.txt b/clang/lib/Driver/CMakeLists.txt
|
||||
--- a/clang/lib/Driver/CMakeLists.txt 2019-12-28 07:41:39.521056199 +0100
|
||||
+++ b/clang/lib/Driver/CMakeLists.txt 2019-12-28 07:40:23.998056487 +0100
|
||||
@@ -79,4 +79,5 @@
|
||||
LINK_LIBS
|
||||
clangBasic
|
||||
${system_libs}
|
||||
+ pthread
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue