summaryrefslogtreecommitdiff
path: root/sci-libs/rocSPARSE/files/rocSPARSE-5.1.3-add-stdexcept-header.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-16 01:51:50 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-16 01:51:50 +0100
commit6144cd2e90f8e3623912112050c8d2025de44f0a (patch)
treebf6abe7c75cda0f602c2d522c905278a620a5cbf /sci-libs/rocSPARSE/files/rocSPARSE-5.1.3-add-stdexcept-header.patch
parentca144cbf71b2faf598564847378fa40a0090d67c (diff)
gentoo auto-resync : 16:10:2022 - 01:51:50
Diffstat (limited to 'sci-libs/rocSPARSE/files/rocSPARSE-5.1.3-add-stdexcept-header.patch')
-rw-r--r--sci-libs/rocSPARSE/files/rocSPARSE-5.1.3-add-stdexcept-header.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-libs/rocSPARSE/files/rocSPARSE-5.1.3-add-stdexcept-header.patch b/sci-libs/rocSPARSE/files/rocSPARSE-5.1.3-add-stdexcept-header.patch
deleted file mode 100644
index c61c723ef4ad..000000000000
--- a/sci-libs/rocSPARSE/files/rocSPARSE-5.1.3-add-stdexcept-header.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-This fixes compilation issue with gcc-12
-===================================================================
---- rocSPARSE-rocm-5.1.3.orig/clients/common/utility.cpp
-+++ rocSPARSE-rocm-5.1.3/clients/common/utility.cpp
-@@ -29,6 +29,7 @@
-
- #include <chrono>
- #include <cstdlib>
-+#include <stdexcept>
-
- #ifdef WIN32
- #define strcasecmp(A, B) _stricmp(A, B)