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 b8e029b
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions recipes/rte-rrtmgp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,25 +45,19 @@ requirements:
# General
- python

test:
commands:
# Check if the files exists
# Unix & Win (we build with mingw, so it generates .a files)
- 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

outputs:
- name: rte_rrtmgp
files:
# Unix & Win
- include/rrtmgp_kernels.h
- include/rte_kernels.h
- include/rte_types.h
- lib/librrtmgp.a
- lib/librte.a
# test:
# commands:
# # Check if the files exists
# # General
# - test -f $PREFIX/include/rrtmgp_kernels.h
# - test -f $PREFIX/include/rte_kernels.h
# - test -f $PREFIX/include/rte_types.h
# # Unix
# - test -f $PREFIX/lib/librte.a # [unix]
# - test -f $PREFIX/lib/librrtmgp.a # [unix]
# # Win (we build with mingw, so it generates .a files)
# - test -f $PREFIX/Lib/librte.a # [win]
# - test -f $PREFIX/Lib/librrtmgp.a # [win]

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

0 comments on commit b8e029b

Please sign in to comment.