Initial commit

This commit is contained in:
varunrmallya
2025-09-20 14:24:04 +05:30
committed by GitHub
commit f5eb8e18c2
24 changed files with 1512 additions and 0 deletions

38
conda.recipe/meta.yaml Normal file
View File

@ -0,0 +1,38 @@
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