mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-03-22 21:21:29 +00:00
Initial commit
This commit is contained in:
38
conda.recipe/meta.yaml
Normal file
38
conda.recipe/meta.yaml
Normal 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
|
||||
Reference in New Issue
Block a user