From e9d044d4b9b71200a96adfa280848858c0f468c9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 13 Nov 2021 13:10:00 +0000 Subject: gentoo resync : 13.11.2021 --- .../files/rocThrust-4.3.0-deprecate-hcc_detail.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sci-libs/rocThrust/files/rocThrust-4.3.0-deprecate-hcc_detail.patch (limited to 'sci-libs/rocThrust/files') diff --git a/sci-libs/rocThrust/files/rocThrust-4.3.0-deprecate-hcc_detail.patch b/sci-libs/rocThrust/files/rocThrust-4.3.0-deprecate-hcc_detail.patch new file mode 100644 index 000000000000..a923a016f96c --- /dev/null +++ b/sci-libs/rocThrust/files/rocThrust-4.3.0-deprecate-hcc_detail.patch @@ -0,0 +1,13 @@ +https://github.com/ROCmSoftwarePlatform/rocThrust/issues/180 + +--- orig/thrust/system/hip/detail/guarded_driver_types.h ++++ rocThrust-rocm-4.3.0/thrust/system/hip/detail/guarded_driver_types.h +@@ -47,7 +47,7 @@ + # endif // __DRIVER_TYPES_H__ + #endif // __GNUC__ + +-#include ++#include + + #if !defined(__GNUC__) || ((10000 * __GNUC__ + 100 * __GNUC_MINOR__ + __GNUC_PATCHLEVEL__) >= 40500) + # ifdef THRUST_HOST_NEEDS_RESTORATION -- cgit v1.2.3