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 258536b commit 3f76df9Copy full SHA for 3f76df9
conda.recipe/meta.yaml
@@ -12,12 +12,16 @@ build:
12
script_env:
13
- CC
14
- CXX
15
- script: {{ PYTHON }} -m pip install . -vvv
+ script: |
16
+ {{ PYTHON }} -m pip install -vvv "git+https://github.com/pybind/pybind11.git@master"
17
+ {{ PYTHON }} -m pip install . -vvv --no-deps
18
+ {{ PYTHON }} -m pip uninstall -y pybind11
19
20
requirements:
21
build:
22
- {{ compiler('cxx') }}
23
- vs2017_{{ target_platform }} # [win]
24
+ - cmake
25
26
host:
27
- python
@@ -32,12 +36,6 @@ requirements:
32
36
test:
33
37
imports:
34
38
- python_example
35
- source_files:
- - tests
- requires:
- - pytest
39
- commands:
40
- - pytest .
41
42
about:
43
summary: An example project built with pybind11.
0 commit comments