aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/sailfish/files/sailfish-allow-newer-boost.patch')
-rw-r--r--sci-biology/sailfish/files/sailfish-allow-newer-boost.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-biology/sailfish/files/sailfish-allow-newer-boost.patch b/sci-biology/sailfish/files/sailfish-allow-newer-boost.patch
deleted file mode 100644
index 985f83f4a..000000000
--- a/sci-biology/sailfish/files/sailfish-allow-newer-boost.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index ee4b34c..3c58830 100755
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -176,7 +176,7 @@ endif()
- ##
- # Set the latest version and look for what we need
- ##
--set(Boost_ADDITIONAL_VERSIONS "1.53" "1.53.0" "1.54" "1.55" "1.56" "1.57.0" "1.58" "1.59")
-+set(Boost_ADDITIONAL_VERSIONS "1.72.0" "1.74.0" "1.75.0")
- find_package(Boost 1.53.0 COMPONENTS iostreams filesystem system thread timer chrono program_options serialization)
- message("BOOST_INCLUDEDIR = ${BOOST_INCLUDEDIR}")
- message("BOOST_LIBRARYDIR = ${BOOST_LIBRARYDIR}")