We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d40c9 commit 9e21518Copy full SHA for 9e21518
2 files changed
.ci_support/migrations/boost1840.yaml
@@ -0,0 +1,10 @@
1
+__migrator:
2
+ build_number: 1
3
+ kind: version
4
+ commit_message: "Rebuild for libboost 1.84"
5
+ migration_number: 1
6
+libboost_devel:
7
+- "1.84"
8
+libboost_python_devel:
9
10
+migrator_ts: 1700834511.141209
recipe/meta.yaml
@@ -11,12 +11,13 @@ source:
11
sha256: d5248ed4f50be9f1ac0bab7dd876010725a8230e94e6a7b1305623d9ee574e47
12
13
build:
14
- number: 0
+ number: 1
15
skip: true # [win and vc<14]
16
17
requirements:
18
19
- {{ compiler('c') }}
20
+ - {{ stdlib("c") }}
21
- {{ compiler('cxx') }}
22
- autoconf # [unix]
23
- automake # [unix]
0 commit comments