Date: Wed, 21 Dec 2022 00:49:02 GMT From: Brooks Davis <brooks@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 28e16e4e8f32 - main - devel/llvm-devel: add missing patch Message-ID: <202212210049.2BL0n2FN037010@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/ports/commit/?id=28e16e4e8f326d13051db1a190d9ac7e899b16e8 commit 28e16e4e8f326d13051db1a190d9ac7e899b16e8 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2022-12-21 00:47:58 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2022-12-21 00:47:58 +0000 devel/llvm-devel: add missing patch I'd failed to git add this file. Fortunatly this results in a configure error so not too many cycles will be wasted. --- ...-openmp_libomptarget_plugins-nextgen_amdgpu_CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/devel/llvm-devel/files/patch-openmp_libomptarget_plugins-nextgen_amdgpu_CMakeLists.txt b/devel/llvm-devel/files/patch-openmp_libomptarget_plugins-nextgen_amdgpu_CMakeLists.txt new file mode 100644 index 000000000000..5b65cfa95fd8 --- /dev/null +++ b/devel/llvm-devel/files/patch-openmp_libomptarget_plugins-nextgen_amdgpu_CMakeLists.txt @@ -0,0 +1,11 @@ +--- openmp/libomptarget/plugins-nextgen/amdgpu/CMakeLists.txt.orig ++++ openmp/libomptarget/plugins-nextgen/amdgpu/CMakeLists.txt +@@ -90,7 +90,7 @@ + + NO_INSTALL_RPATH + ) +-add_dependencies(omptarget.rtl.amdgpu.nextgen omptarget.devicertl.amdgpu) ++#add_dependencies(omptarget.rtl.amdgpu.nextgen omptarget.devicertl.amdgpu) + + target_include_directories( + omptarget.rtl.amdgpu.nextgen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212210049.2BL0n2FN037010>