File tree Expand file tree Collapse file tree 2 files changed +7
-195
lines changed Expand file tree Collapse file tree 2 files changed +7
-195
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- {% set version = "2.7.0 " %}
2- {% set sha256 = "6cd73b3d0bf3daf415b5f9b87ca8817cc2e2b64c275d65f9500250f9fee1677e " %}
1+ {% set version = "2.8.1 " %}
2+ {% set sha256 = "f1bcc07caa568eb312411dde5308b1e250bd0e1bc020fae855bf9f43209940cc " %}
33
44package :
55 name : pybind11
@@ -9,22 +9,21 @@ source:
99 fn : pybind11-{{ version }}.tar.gz
1010 url : https://github.com/pybind/pybind11/archive/v{{ version }}.tar.gz
1111 sha256 : {{ sha256 }}
12- # 5/24/2021: The patch was fixed https://github.com/pybind/pybind11/pull/2146
13- # patches:
14- # - gh2146.diff
1512
1613build :
17- number : 1
14+ number : 0
1815
1916requirements :
2017 build :
21- - cmake
18+ - cmake >=3.18
2219 - make # [unix]
2320 - {{ compiler('cxx') }}
2421 host :
2522 - python
23+ - ninja
2624 - pip
27- - setuptools
25+ - setuptools >=42
26+ - wheel
2827 run :
2928 - python
3029
You can’t perform that action at this time.
0 commit comments