Files
pylibbpf/conda.recipe/meta.yaml
varunrmallya f5eb8e18c2 Initial commit
2025-09-20 14:24:04 +05:30

39 lines
488 B
YAML

package:
name: cmake_example
version: 0.0.1
source:
path: ..
build:
number: 0
script: {{ PYTHON }} -m pip install . -vvv
requirements:
build:
- "{{ compiler('cxx') }}"
- cmake
- ninja
host:
- python
- pip !=22.1.0
run:
- python
test:
requires:
- pytest
imports:
- cmake_example
source_files:
- tests
commands:
- python -m pytest
about:
summary: A CMake example project built with pybind11.
license_file: LICENSE