Skip to content

Commit

Permalink
move compilers to build
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Jan 2, 2025
1 parent 176a438 commit 55e8d7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/moleculekit/recipe_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ build:
- python -m pip install . --no-build-isolation -vv

requirements:
host:
build:
- ${{ compiler('c') }}
- ${{ compiler('cxx') }}
host:
- cython >=0.29.21
- pip
- python
Expand Down

0 comments on commit 55e8d7a

Please sign in to comment.