Skip to content

Commit

Permalink
Merge pull request #27423 from jaimergp/fix-kegalign
Browse files Browse the repository at this point in the history
Workaround for conda/conda-build#5458
  • Loading branch information
jaimergp committed Aug 29, 2024
2 parents 3df603c + d84c799 commit f4fbf7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/kegalign/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ requirements:
- cmake
- make
host:
{% if cuda_compiler_version is not undefined %}
- cuda-version {{ cuda_compiler_version }}
{% endif %}
- libboost-devel
- tbb-devel {{ kegalign_tbb_version }}
- zlib
Expand Down

0 comments on commit f4fbf7b

Please sign in to comment.