File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{% set name = "pybind11_json" %}
2
- {% set version = "0.2.13 " %}
3
- {% set sha256 = "6b12ddb4930a3135322890318fc15c4a69134f21120ea82163827c11411107a3 " %}
2
+ {% set version = "0.2.14 " %}
3
+ {% set sha256 = "bc4ad7e308add59886a961c21f3ba431e43fe7faa2ef5bd9925c66d042d28cde " %}
4
4
5
5
package :
6
6
name : {{ name|lower }}
@@ -11,14 +11,15 @@ source:
11
11
sha256 : {{ sha256 }}
12
12
13
13
build :
14
- number : 2
14
+ number : 0
15
15
16
16
requirements :
17
17
build :
18
18
- python # [build_platform != target_platform]
19
19
- cross-python_{{ target_platform }} # [build_platform != target_platform]
20
20
- pybind11 # [build_platform != target_platform]
21
21
- {{ compiler('cxx') }}
22
+ - {{ stdlib("c") }}
22
23
- cmake
23
24
- ninja # [win]
24
25
- make # [unix]
You can’t perform that action at this time.
0 commit comments