summaryrefslogtreecommitdiffstats
path: root/academic/mkDSSP/thread_include.patch
diff options
context:
space:
mode:
author Petar Petrov <slackalaxy@gmail.com>2021-05-18 16:37:33 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-18 23:40:12 +0700
commit159c498151abfb97d93b2e4d563fae6e3a1efd05 (patch)
tree0cf04735ca31b1a1c5a45fa88b7032381e4d87d1 /academic/mkDSSP/thread_include.patch
parent045de4bad36b9973dfab5f895542ac1f211a8b08 (diff)
downloadslackbuilds-159c498151abfb97d93b2e4d563fae6e3a1efd05.tar.gz
slackbuilds-159c498151abfb97d93b2e4d563fae6e3a1efd05.tar.xz
academic/mkDSSP. update for version 4.0_git6338c83
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--academic/mkDSSP/thread_include.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/academic/mkDSSP/thread_include.patch b/academic/mkDSSP/thread_include.patch
deleted file mode 100644
index f0b462b19c..0000000000
--- a/academic/mkDSSP/thread_include.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Description: moving boost thread include out of header that does not use it
- Patch is not yet forwarded upstream.
-Author: Laszlo Kajan <lkajan@rostlab.org>
---- a/src/utils.h
-+++ b/src/utils.h
-@@ -10,7 +10,6 @@
- #endif
-
- #include <time.h>
--#include <boost/thread.hpp>
- #include <boost/lexical_cast.hpp>
- #include <boost/format.hpp>
- #include <boost/filesystem.hpp>
---- a/src/structure.cpp
-+++ b/src/structure.cpp
-@@ -18,6 +18,7 @@
- #define foreach BOOST_FOREACH
- #include <boost/algorithm/string.hpp>
- #include <boost/math/special_functions/round.hpp>
-+#include <boost/thread.hpp>
-
- #include "align-2d.h"
- #include "utils.h"