Permalink
Browse files
Pin the old mothur-1.36.1 to old boost version (does not work with ne…
- Loading branch information...
Showing
with
3 additions
and
6 deletions.
-
+0
−3
boost-1.61-migration-blacklist
-
+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