[liblas] 03/10: Add patch to disable bigfile_boost_iostreams_test, fails to build with GCC 5.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Jul 4 21:47:17 UTC 2015


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

sebastic pushed a commit to branch master
in repository liblas.

commit 6d64f86f8fce369d0f685bcf1aa372abdc7b753f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jun 26 16:42:45 2015 +0200

    Add patch to disable bigfile_boost_iostreams_test, fails to build with GCC 5.
---
 .../disable-bigfile_boost_iostreams_test.patch     | 34 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 35 insertions(+)

diff --git a/debian/patches/disable-bigfile_boost_iostreams_test.patch b/debian/patches/disable-bigfile_boost_iostreams_test.patch
new file mode 100644
index 0000000..7fbcdb9
--- /dev/null
+++ b/debian/patches/disable-bigfile_boost_iostreams_test.patch
@@ -0,0 +1,34 @@
+Description: Disable bigfile_boost_iostreams_test, fails to build with GCC 5.
+Author: Bas Couwenberg <sebastic at debian.org>
+Bug-Debian: https://bugs.debian.org/777955
+
+--- a/apps/CMakeLists.txt
++++ b/apps/CMakeLists.txt
+@@ -24,9 +24,9 @@ set(LASBLOCK lasblock )
+ set(BIGFILE_TEST bigfile_test)
+ set(LASINDEX_TEST lasindex_test)
+ 
+-if(Boost_IOSTREAMS_FOUND)
+-  set(BIGFILE_BIO_TEST bigfile_boost_iostreams_test)
+-endif()
++#if(Boost_IOSTREAMS_FOUND)
++#  set(BIGFILE_BIO_TEST bigfile_boost_iostreams_test)
++#endif()
+ 
+ # Set the build type to release if it is not explicitly set by the user and 
+ # isn't in the cache yet
+@@ -127,10 +127,10 @@ if (LASINDEX_TEST)
+     target_link_libraries(${LASINDEX_TEST} ${APPS_CPP_DEPENDENCIES})    
+ endif()
+ 
+-if(BIGFILE_BIO_TEST)
+-    add_executable(${BIGFILE_BIO_TEST} bigfile_boost_iostreams_test.cpp)
+-    target_link_libraries(${BIGFILE_BIO_TEST} ${APPS_CPP_DEPENDENCIES} )    
+-endif()
++#if(BIGFILE_BIO_TEST)
++#    add_executable(${BIGFILE_BIO_TEST} bigfile_boost_iostreams_test.cpp)
++#    target_link_libraries(${BIGFILE_BIO_TEST} ${APPS_CPP_DEPENDENCIES} )    
++#endif()
+ 
+ ###############################################################################
+ # Targets installation
diff --git a/debian/patches/series b/debian/patches/series
index 721cba8..e900c05 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix_library_search
 accommodate-typo
+disable-bigfile_boost_iostreams_test.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/liblas.git



More information about the Pkg-grass-devel mailing list