File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ migrator_ts : 1695775149
2+ __migrator :
3+ kind : version
4+ migration_number : 1
5+ bump_number : 1
6+ commit_message : " Rebuild for libboost 1.82"
7+ # limit the number of prs for ramp-up
8+ pr_limit : 20
9+ max_solver_attempts : 3 # this will make the bot retry "not solvable" stuff 3 times
10+ libboost_devel :
11+ - 1.82
12+ # This migration is matched with a piggy-back migrator
13+ # (see https://github.com/regro/cf-scripts/pull/1668)
14+ # that will replace boost-cpp with libboost-devel
15+ boost_cpp :
16+ - 1.82
17+ # same for boost -> libboost-python-devel
18+ libboost_python_devel :
19+ - 1.82
20+ boost :
21+ - 1.82
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ source:
1111 sha256 : 6cc5874e674697c0cf3043e744b9269c8bc1e8b521888a1c9d7a711041c7d959
1212
1313build :
14- number : 1
14+ number : 2
1515 skip : true # [win and vc<14]
1616
1717requirements :
@@ -25,13 +25,12 @@ requirements:
2525 host :
2626 - python
2727 - pip
28- - boost-cpp
28+ - libboost-devel
2929 - quantlib =={{ version }}
3030
3131 run :
3232 - python
3333 - quantlib # [not win]
34- - boost-cpp # [win]
3534
3635test :
3736 source_files :
You can’t perform that action at this time.
0 commit comments