Skip to content

Commit

Permalink
miniminal recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Aug 31, 2023
1 parent a4d0f8b commit a0717b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ requirements:
build:
- python
- {{ compiler('cxx') }}
- {{ compiler('m2w64_cxx') }} # [win and vc<14]
# - {{ compiler('m2w64_cxx') }} # [win and vc<14]
host:
- python
- libpython # [win and vc<14]
# - libpython # [win and vc<14]
- scikit-build-core
- pybind11
- cmake
Expand All @@ -37,7 +37,6 @@ requirements:
- matplotlib
- khronos-opencl-icd-loader # [win or osx]
- ocl-icd # [linux]
# - __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx and x86_64]

test:
imports:
Expand Down

0 comments on commit a0717b4

Please sign in to comment.