[pocl] 04/10: drop libstdc++-7-dev.patch, no longer needed

Andreas Beckmann anbe at moszumanska.debian.org
Tue Nov 28 17:59:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch experimental
in repository pocl.

commit b4506b962470c9f8008da3de4a689e3daf73d569
Author: Andreas Beckmann <anbe at debian.org>
Date:   Tue Nov 28 04:30:31 2017 +0100

    drop libstdc++-7-dev.patch, no longer needed
---
 debian/patches/libstdc++-7-dev.patch | 18 ------------------
 debian/patches/series                |  1 -
 2 files changed, 19 deletions(-)

diff --git a/debian/patches/libstdc++-7-dev.patch b/debian/patches/libstdc++-7-dev.patch
deleted file mode 100644
index 53082af..0000000
--- a/debian/patches/libstdc++-7-dev.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Author: Andreas Beckmann <anbe at debian.org>
-Description: work around FTBFS with g++-7 as default g++
-
---- a/lib/kernel/vecmathlib/floattypes.h
-+++ b/lib/kernel/vecmathlib/floattypes.h
-@@ -3,6 +3,12 @@
- #ifndef FLOATTYPES_H
- #define FLOATTYPES_H
- 
-+// HACK for using clang-3.8 with libstdc++-7-dev
-+#if defined(__clang__) && ((__clang_major__ * 100 + __clang_minor__) < 309)
-+#include <bits/c++config.h>
-+#undef _GLIBCXX_USE_FLOAT128
-+#endif
-+
- #include <cassert>
- #include <cstdlib>
- 
diff --git a/debian/patches/series b/debian/patches/series
index 8090a38..54a6585 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,7 +5,6 @@ glibc-2.23.patch
 set-POCL_DEVICE_ADDRESS_BITS-before-use.patch
 consistent-newlines-in-POCL_ABORT.patch
 do-not-export-clang-symbols.patch
-libstdc++-7-dev.patch
 cmake-no-fno-rtti.patch
 cmake-no-get_cpu_name.patch
 cmake-forcibly-link-regtests-with-pthread.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/pocl.git



More information about the Pkg-opencl-commits mailing list