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 0e6e9b0 commit 6956fb0Copy full SHA for 6956fb0
recipe/gh2146.diff
recipe/meta.yaml
@@ -9,22 +9,21 @@ source:
9
fn: pybind11-{{ version }}.tar.gz
10
url: https://github.com/pybind/pybind11/archive/v{{ version }}.tar.gz
11
sha256: {{ sha256 }}
12
- # 5/24/2021: The patch was fixed https://github.com/pybind/pybind11/pull/2146
13
- #patches:
14
- # - gh2146.diff
15
16
build:
17
- number: 1
+ number: 0
18
19
requirements:
20
21
- - cmake
+ - cmake >=3.18
22
- make # [unix]
+ - ninja
23
- {{ compiler('cxx') }}
24
host:
25
- python
26
- pip
27
- - setuptools
+ - setuptools >=42
+ - wheel
28
run:
29
30
0 commit comments