[med-svn] [libbpp-seq] 04/05: Removed deprecated patch.

Julien Dutheil jdutheil-guest at moszumanska.debian.org
Mon Feb 5 19:47:55 UTC 2018


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

jdutheil-guest pushed a commit to branch master
in repository libbpp-seq.

commit a1a1c1c18560227422f8911ea2135fb340091323
Author: Julien Y. Dutheil <dutheil at evolbio.mpg.de>
Date:   Mon Feb 5 17:43:49 2018 +0100

    Removed deprecated patch.
---
 CMakeLists.txt                          |  2 +-
 debian/patches/relax_test_timeout.patch | 19 -------------------
 debian/patches/series                   |  1 -
 3 files changed, 1 insertion(+), 21 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index a3be50c..a935b9a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,7 @@ cmake_minimum_required (VERSION 2.8.11)
 project (bpp-seq CXX)
 
 # Compile options
-set (CMAKE_CXX_FLAGS "-std=c++11 -Wall -Weffc++ -Wshadow -Wconversion")
+# set (CMAKE_CXX_FLAGS "-std=c++11 -Wall -Weffc++ -Wshadow -Wconversion")
 
 IF(NOT CMAKE_BUILD_TYPE)
   SET(CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING
diff --git a/debian/patches/relax_test_timeout.patch b/debian/patches/relax_test_timeout.patch
deleted file mode 100644
index 758ef02..0000000
--- a/debian/patches/relax_test_timeout.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-Author: Julien Y. Dutheil <dutheil at evolbio.mpg.de>
-Last-Update: Tue Jul 18 21:04:42 2017 +0200
-Description: Tests are compiled with position independent code
- Increased timeout to make sure slow architectures will pass the test
-
---- a/test/CMakeLists.txt
-+++ b/test/CMakeLists.txt
-@@ -16,9 +16,11 @@ foreach (test_cpp_file ${test_cpp_files}
-   get_filename_component (test_name ${test_cpp_file} NAME_WE)
-   add_executable (${test_name} ${test_cpp_file})
-   target_link_libraries (${test_name} ${PROJECT_NAME}-shared)
-+  set_target_properties (${test_name} PROPERTIES POSITION_INDEPENDENT_CODE TRUE)
-   add_test (
-     NAME ${test_name}
-     WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
-     COMMAND ${test_name}
-     )
-+  set_tests_properties (${test_name} PROPERTIES TIMEOUT 60000)
- endforeach (test_cpp_file)
diff --git a/debian/patches/series b/debian/patches/series
index 4ff7e79..af33dcc 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 unforce-cxxflags.patch
-relax_test_timeout.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libbpp-seq.git



More information about the debian-med-commit mailing list