diff --git a/recipes/rte-rrtmgp/meta.yaml b/recipes/rte-rrtmgp/meta.yaml index d006782af3748..0e49d054bc246 100644 --- a/recipes/rte-rrtmgp/meta.yaml +++ b/recipes/rte-rrtmgp/meta.yaml @@ -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 @@ -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