mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-cpp/vexcl: EAPI 8
Closes: https://bugs.gentoo.org/815889 Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
26
dev-cpp/vexcl/files/vexcl-1.4.2-include-map.patch
Normal file
26
dev-cpp/vexcl/files/vexcl-1.4.2-include-map.patch
Normal file
@@ -0,0 +1,26 @@
|
||||
From 555a838850c96ab838a299255157fbe4fd4df2ee Mon Sep 17 00:00:00 2001
|
||||
From: Denis Demidov <dennis.demidov@gmail.com>
|
||||
Date: Mon, 4 Oct 2021 10:46:03 +0300
|
||||
Subject: [PATCH] Missing <map> include in backend/{opencl/compute}/filter.hpp
|
||||
|
||||
Fixes #290
|
||||
--- a/vexcl/backend/compute/filter.hpp
|
||||
+++ b/vexcl/backend/compute/filter.hpp
|
||||
@@ -35,6 +35,7 @@ THE SOFTWARE.
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
+#include <map>
|
||||
#include <functional>
|
||||
#include <cstdlib>
|
||||
|
||||
--- a/vexcl/backend/opencl/filter.hpp
|
||||
+++ b/vexcl/backend/opencl/filter.hpp
|
||||
@@ -35,6 +35,7 @@ THE SOFTWARE.
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
+#include <map>
|
||||
#include <functional>
|
||||
#include <cstdlib>
|
||||
|
||||
Reference in New Issue
Block a user