Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions .ci_support/linux_64_python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_64_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_64_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_64_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_64_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_ppc64le_python3.6.____73_pypy.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_ppc64le_python3.6.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_ppc64le_python3.7.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_ppc64le_python3.8.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
channel_targets:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_ppc64le_python3.9.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
channel_targets:
Expand Down
2 changes: 1 addition & 1 deletion .github/CODEOWNERS

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 0 additions & 20 deletions recipe/bld.bat

This file was deleted.

17 changes: 0 additions & 17 deletions recipe/build.sh

This file was deleted.

187 changes: 0 additions & 187 deletions recipe/gh2146.diff

This file was deleted.

24 changes: 17 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set version = "2.5.0" %}
{% set sha256 = "97504db65640570f32d3fdf701c25a340c8643037c3b69aec469c10c93dc8504" %}
{% set version = "2.6.0" %}
{% set sha256 = "90b705137b69ee3b5fc655eaca66d0dc9862ea1759226f7ccd3098425ae69571" %}

package:
name: pybind11
Expand All @@ -9,19 +9,26 @@ source:
fn: pybind11-{{ version }}.tar.gz
url: https://github.com/pybind/pybind11/archive/v{{ version }}.tar.gz
sha256: {{ sha256 }}
patches:
- gh2146.diff

build:
number: 1
number: 0
script:
# There are several required flags, like --no-deps, but conda-build nicely sets them for us
# https://github.com/conda/conda-build/blob/d75ef9c66dbcc832d8d96f33a2aecfe893266e8c/conda_build/build.py#L2517-L2527
- {{ PYTHON }} -m pip install . -vvv
- export PYBIND11_GLOBAL_SDIST=1 # [unix]
- set PYBIND11_GLOBAL_SDIST=1 # [win]
- set PYBIND11_GLOBAL_PREFIX=Library # [win]
- {{ PYTHON }} -m pip install . -vvv

requirements:
build:
- cmake
- make # [unix]
- make # [unix]
- {{ compiler('cxx') }}
host:
- python
- pip
- setuptools
run:
- python
Expand All @@ -40,11 +47,14 @@ test:
about:
home: https://github.com/pybind/pybind11/
license: BSD-3-Clause
summary: Seamless operability between C++11 and Python
license_family: BSD
license_file: LICENSE
summary: Seamless operability between C++11 and Python
doc_url: https://pybind11.readthedocs.io/

extra:
recipe-maintainers:
- ax3l
- SylvainCorlay
- wjakob
- henryiii