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 11{% set name = "pybind11_json" %}
2- {% set version = "0.2.13 " %}
3- {% set sha256 = "6b12ddb4930a3135322890318fc15c4a69134f21120ea82163827c11411107a3 " %}
2+ {% set version = "0.2.14 " %}
3+ {% set sha256 = "bc4ad7e308add59886a961c21f3ba431e43fe7faa2ef5bd9925c66d042d28cde " %}
44
55package :
66 name : {{ name|lower }}
@@ -11,14 +11,15 @@ source:
1111 sha256 : {{ sha256 }}
1212
1313build :
14- number : 2
14+ number : 0
1515
1616requirements :
1717 build :
1818 - python # [build_platform != target_platform]
1919 - cross-python_{{ target_platform }} # [build_platform != target_platform]
2020 - pybind11 # [build_platform != target_platform]
2121 - {{ compiler('cxx') }}
22+ - {{ stdlib("c") }}
2223 - cmake
2324 - ninja # [win]
2425 - make # [unix]
You can’t perform that action at this time.
0 commit comments