Permalink
Browse files

Pin the old mothur-1.36.1 to old boost version (does not work with ne…

…wer).
  • Loading branch information...
1 parent 74033fa commit 1d29b11331e58362906c6b511c995aae5dbb3b31 @johanneskoester johanneskoester committed Mar 7, 2017
Showing with 3 additions and 6 deletions.
  1. +0 −3 boost-1.61-migration-blacklist
  2. +3 −3 recipes/mothur/1.36.1/meta.yaml
@@ -3,6 +3,3 @@ recipes/detonate
# /boost/intrusive/list.hpp:123:22: error: ‘const bool boost::intrusive::list_impl<boost::intrusive::bhtraits<dng::pileup::Node, boost::intrusive::list_node_traits<void*>, (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
@@ -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:

0 comments on commit 1d29b11

Please sign in to comment.