From 1d29b11331e58362906c6b511c995aae5dbb3b31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20K=C3=B6ster?= Date: Tue, 7 Mar 2017 08:03:03 +0100 Subject: [PATCH] Pin the old mothur-1.36.1 to old boost version (does not work with newer). --- boost-1.61-migration-blacklist | 3 --- recipes/mothur/1.36.1/meta.yaml | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/boost-1.61-migration-blacklist b/boost-1.61-migration-blacklist index 8d7ed8e62a..529e18d3c6 100644 --- a/boost-1.61-migration-blacklist +++ b/boost-1.61-migration-blacklist @@ -3,6 +3,3 @@ recipes/detonate # /boost/intrusive/list.hpp:123:22: error: ‘const bool boost::intrusive::list_impl, (boost::intrusive::link_mode_type)0u, boost::intrusive::dft_tag, 1u>, long unsigned int, true, void>::safemode_or_autounlink’ is private recipes/denovogear - -# seems to be broken with newer boost -recipes/mothur/1.36.1 diff --git a/recipes/mothur/1.36.1/meta.yaml b/recipes/mothur/1.36.1/meta.yaml index f34afd3c28..e1b7471c55 100644 --- a/recipes/mothur/1.36.1/meta.yaml +++ b/recipes/mothur/1.36.1/meta.yaml @@ -11,7 +11,7 @@ source: build: number: 2 - string: boost{{CONDA_BOOST}}_{{PKG_BUILDNUM}} + string: boost1.60_{{PKG_BUILDNUM}} skip: True # [not linux64 or osx] requirements: @@ -21,14 +21,14 @@ requirements: - zlib - ncurses - readline - - boost >=1.55,{{CONDA_BOOST}}* + - boost >=1.55,1.60* # does not work with boost >1.60 - blast-legacy run: - libgcc # [linux] - zlib - ncurses - readline - - boost {{CONDA_BOOST}}* + - boost 1.60* - blast-legacy test: commands: