diff options
author | 2022-10-07 22:25:05 +0200 | |
---|---|---|
committer | 2022-10-15 21:33:38 +0200 | |
commit | e1d7582fdf7ebf6a1507f473a23f2b6ac34ae541 (patch) | |
tree | defae54c446c834853eb0dbae1cc5938edc43c99 /sci-libs/rocSPARSE | |
parent | sys-apps/dbus: remove unused patch (diff) | |
download | gentoo-e1d7582fdf7ebf6a1507f473a23f2b6ac34ae541.tar.gz gentoo-e1d7582fdf7ebf6a1507f473a23f2b6ac34ae541.tar.bz2 gentoo-e1d7582fdf7ebf6a1507f473a23f2b6ac34ae541.zip |
sci-libs/rocSPARSE: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/27682
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-libs/rocSPARSE')
-rw-r--r-- | sci-libs/rocSPARSE/files/rocSPARSE-5.1.3-add-stdexcept-header.patch | 12 |
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) |