Skip to content

Commit 7dc5537

Browse files
Merge pull request #6 from AnacondaRecipes/update_2.8.1
Update 2.8.1
2 parents bbc93f3 + fe32e4d commit 7dc5537

File tree

2 files changed

+7
-195
lines changed

2 files changed

+7
-195
lines changed

recipe/gh2146.diff

Lines changed: 0 additions & 187 deletions
This file was deleted.

recipe/meta.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
{% set version = "2.7.0" %}
2-
{% set sha256 = "6cd73b3d0bf3daf415b5f9b87ca8817cc2e2b64c275d65f9500250f9fee1677e" %}
1+
{% set version = "2.8.1" %}
2+
{% set sha256 = "f1bcc07caa568eb312411dde5308b1e250bd0e1bc020fae855bf9f43209940cc" %}
33

44
package:
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

1613
build:
17-
number: 1
14+
number: 0
1815

1916
requirements:
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

0 commit comments

Comments
 (0)