Skip to content

Commit

Permalink
Fix host dep syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier-roussel committed Jan 17, 2025
1 parent 6ecabef commit 8a031e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/recipes/release-v24.12/sofa-python3/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ requirements:
- numpy
- pybind11
host:
- sofa-devel ${{ major_minor }}
- sofa-gl ${{ major_minor }}
- sofa-devel ==${{ major_minor }}
- sofa-gl ==${{ major_minor }}
- if: not(linux and aarch64)
then:
- sofa-gui-qt ${{ major_minor }}
- sofa-gui-qt ==${{ major_minor }}
- eigen
- libboost-headers
- glew
Expand Down

0 comments on commit 8a031e9

Please sign in to comment.