commit: 3713ac2a6f96535cdf46873af4ab65cf168c51e5 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Jan 7 19:18:06 2025 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Jan 9 15:12:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3713ac2a
sci-libs/rocThrust: remove unused patch Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/40031 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> sci-libs/rocThrust/files/rocThrust-6.3.0-fix-libcxx.patch | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/sci-libs/rocThrust/files/rocThrust-6.3.0-fix-libcxx.patch b/sci-libs/rocThrust/files/rocThrust-6.3.0-fix-libcxx.patch deleted file mode 100644 index 2db69a71bd20..000000000000 --- a/sci-libs/rocThrust/files/rocThrust-6.3.0-fix-libcxx.patch +++ /dev/null @@ -1,13 +0,0 @@ -_VSTD macro was removed from libcxx -Upstream commit: https://github.com/ROCm/rocThrust/commit/bc24ef2613e282d57d96dcf4263e2fa2cab171e4 ---- a/thrust/type_traits/is_contiguous_iterator.h -+++ b/thrust/type_traits/is_contiguous_iterator.h -@@ -139,7 +139,7 @@ struct is_libcxx_wrap_iter : false_type {}; - #if defined(_LIBCPP_VERSION) - template <typename Iterator> - struct is_libcxx_wrap_iter< -- _VSTD::__wrap_iter<Iterator> -+ std::__wrap_iter<Iterator> - > : true_type {}; - #endif -
