aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/salmon/files/salmon-0.10.2-no-boost-static.patch')
-rw-r--r--sci-biology/salmon/files/salmon-0.10.2-no-boost-static.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sci-biology/salmon/files/salmon-0.10.2-no-boost-static.patch b/sci-biology/salmon/files/salmon-0.10.2-no-boost-static.patch
deleted file mode 100644
index ac561d793..000000000
--- a/sci-biology/salmon/files/salmon-0.10.2-no-boost-static.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- salmon-0.10.2/CMakeLists.txt 2018-06-25 10:51:47.179712781 +0200
-+++ salmon-0.10.2/CMakeLists.txt 2018-06-25 10:52:47.951289159 +0200
-@@ -213,15 +213,6 @@
- set (CMAKE_LIBRARY_PATH ${CUSTOM_BOOST_PATH}/lib ${CMAKE_LIBRARY_PATH})
- endif ( DEFINED CUSTOM_BOOST_PATH )
-
--##
--# We want static, multithreaded boost libraries
--##
--if(CONDA_BUILD)
-- set (Boost_USE_STATIC_LIBS OFF)
--else ()
-- set (Boost_USE_STATIC_LIBS ON)
--endif(CONDA_BUILD)
--
- set (Boost_USE_MULTITHREADED ON)
- #set (Boost_USE_STATIC_RUNTIME OFF)
-