Skip to content

Commit

Permalink
Testing if windows misses the add of the .a files
Browse files Browse the repository at this point in the history
  • Loading branch information
makepath-alex committed Jan 9, 2025
1 parent 2de1982 commit b5b906e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/rte-rrtmgp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ test:
- test -f $PREFIX/include/rrtmgp_kernels.h
- test -f $PREFIX/include/rte_kernels.h
- test -f $PREFIX/include/rte_types.h
- test -f $PREFIX/lib/librrtmgp.a
- test -f $PREFIX/lib/librte.a
- {{ 'test -f $PREFIX/lib/librte.a' if unix else 'test -f $PREFIX/lib/librte.a' }}
- {{ 'test -f $PREFIX/lib/librrtmgp.a' if unix else 'test -f $PREFIX/lib/librrtmgp.a' }}

outputs:
- name: rte_rrtmgp
Expand All @@ -62,8 +62,8 @@ outputs:
- include/rrtmgp_kernels.h
- include/rte_kernels.h
- include/rte_types.h
- lib/librrtmgp.a
- lib/librte.a
- {{ 'lib/librte.a' if unix else 'lib/librte.a' }}
- {{ 'lib/librrtmgp.a' if unix else 'lib/librrtmgp.a' }}

about:
home: https://github.com/earth-system-radiation/rte-rrtmgp
Expand Down

0 comments on commit b5b906e

Please sign in to comment.