Skip to content

Commit 84d00b2

Browse files
Rebuild for libboost 1.82
1 parent 75969a9 commit 84d00b2

2 files changed

Lines changed: 23 additions & 3 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

recipe/meta.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ source:
1111
sha256: 6cc5874e674697c0cf3043e744b9269c8bc1e8b521888a1c9d7a711041c7d959
1212

1313
build:
14-
number: 1
14+
number: 2
1515
skip: true # [win and vc<14]
1616

1717
requirements:
@@ -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

3635
test:
3736
source_files:

0 commit comments

Comments
 (0)