[med-svn] [hyphy] 05/05: Drop profiling option
Andreas Tille
tille at debian.org
Thu Jul 23 11:14:40 UTC 2015
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository hyphy.
commit dc3bcfa3017952c8906c5ef0c16409f711b80a43
Author: Andreas Tille <tille at debian.org>
Date: Thu Jul 23 13:14:21 2015 +0200
Drop profiling option
---
debian/changelog | 3 ++-
debian/patches/drop_profiling_option.patch | 28 ++++++++++++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 31 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 3a2a4ba..d8666fa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
hyphy (2.2.5+dfsg-2) UNRELEASED; urgency=medium
* Versioned Build-Depends: cmake (>= 3.0)
+ * Drop profiling option
- -- Andreas Tille <tille at debian.org> Wed, 15 Jul 2015 15:57:00 +0200
+ -- Andreas Tille <tille at debian.org> Thu, 23 Jul 2015 13:12:54 +0200
hyphy (2.2.5+dfsg-1) unstable; urgency=low
diff --git a/debian/patches/drop_profiling_option.patch b/debian/patches/drop_profiling_option.patch
new file mode 100644
index 0000000..b3b5d34
--- /dev/null
+++ b/debian/patches/drop_profiling_option.patch
@@ -0,0 +1,28 @@
+Description: Drop profiling option
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Thu, 23 Jul 2015 13:12:54 +0200
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -432,8 +432,8 @@ add_custom_target(DEBUG DEPENDS HYPHYDEB
+ set_target_properties(
+ HYPHYDEBUG
+ PROPERTIES
+- COMPILE_FLAGS "${DEFAULT_COMPILE_FLAGS} ${OpenMP_CXX_FLAGS} -g -fprofile-arcs -ftest-coverage -pg"
+- LINK_FLAGS "${DEFAULT_COMPILE_FLAGS} ${OpenMP_CXX_FLAGS} -g -fprofile-arcs -ftest-coverage -pg"
++ COMPILE_FLAGS "${DEFAULT_COMPILE_FLAGS} ${OpenMP_CXX_FLAGS} -g -fprofile-arcs -ftest-coverage"
++ LINK_FLAGS "${DEFAULT_COMPILE_FLAGS} ${OpenMP_CXX_FLAGS} -g -fprofile-arcs -ftest-coverage"
+ )
+
+
+@@ -457,8 +457,8 @@ set_property(
+ set_target_properties(
+ HYPHYGTEST
+ PROPERTIES
+- COMPILE_FLAGS "${DEFAULT_COMPILE_FLAGS} ${OpenMP_CXX_FLAGS} -msse3 -g -fprofile-arcs -ftest-coverage -pg"
+- LINK_FLAGS "${DEFAULT_COMPILE_FLAGS} ${OpenMP_CXX_FLAGS} -msse3 -g -fprofile-arcs -ftest-coverage -pg"
++ COMPILE_FLAGS "${DEFAULT_COMPILE_FLAGS} ${OpenMP_CXX_FLAGS} -msse3 -g -fprofile-arcs -ftest-coverage"
++ LINK_FLAGS "${DEFAULT_COMPILE_FLAGS} ${OpenMP_CXX_FLAGS} -msse3 -g -fprofile-arcs -ftest-coverage"
+ )
+
+
diff --git a/debian/patches/series b/debian/patches/series
index 924eda3..e1cd0ff 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
# arch_all_files_to_usr_share.patch
use_debian_sqlite.patch
spelling.patch
+drop_profiling_option.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/hyphy.git
More information about the debian-med-commit
mailing list