[med-svn] [phyml] 01/01: Remove patch that was merged into other file

Andreas Tille tille at debian.org
Sat Jun 24 19:11:38 UTC 2017


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

tille pushed a commit to branch master
in repository phyml.

commit 7e70d2901030033112b49c8fc12afc0831a038fe
Author: Andreas Tille <tille at debian.org>
Date:   Sat Jun 24 21:11:21 2017 +0200

    Remove patch that was merged into other file
---
 debian/patches/beagle.patch | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/debian/patches/beagle.patch b/debian/patches/beagle.patch
deleted file mode 100644
index f05657a..0000000
--- a/debian/patches/beagle.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Author: Andreas Tille <tille at debian.org>
-Last-Update: Sat, 24 Jun 2017 15:29:56 +0200
-Description: Fix some issues when linking against beagle
-
---- a/src/utilities.c
-+++ b/src/utilities.c
-@@ -6204,7 +6204,10 @@ void Swap_Partial_Lk(t_edge *a, t_edge *
-   int *buff_p_lk_loc, *buff_patt_id;
-   phydbl *buff_p_lk_tip;
-   int *buff_ui;
--  
-+
-+#ifdef BEAGLE
-+  int temp;
-+#endif
-   
-   if(side_a == LEFT && side_b == LEFT)
-     {
---- a/src/beagle_utils.c
-+++ b/src/beagle_utils.c
-@@ -53,7 +53,7 @@ void print_beagle_flags(long inFlags) {
-     if (inFlags & BEAGLE_FLAG_SCALING_ALWAYS)     fprintf(stdout, " SCALING_ALWAYS");
-     if (inFlags & BEAGLE_FLAG_SCALING_DYNAMIC)    fprintf(stdout, " SCALING_DYNAMIC");
-     if (inFlags & BEAGLE_FLAG_SCALERS_RAW)        fprintf(stdout, " SCALERS_RAW");
--    if (inFlags & BEAGLE_FLAG_SCALERS_log)        fprintf(stdout, " SCALERS_log");
-+    if (inFlags & BEAGLE_FLAG_SCALERS_LOG)        fprintf(stdout, " SCALERS_LOG");
-     if (inFlags & BEAGLE_FLAG_VECTOR_NONE)        fprintf(stdout, " VECTOR_NONE");
-     if (inFlags & BEAGLE_FLAG_VECTOR_SSE)         fprintf(stdout, " VECTOR_SSE");
-     if (inFlags & BEAGLE_FLAG_VECTOR_AVX)         fprintf(stdout, " VECTOR_AVX");

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



More information about the debian-med-commit mailing list