From b8e029b4479db68d514d2714ae571e90806861b3 Mon Sep 17 00:00:00 2001 From: Alexander Soklev Date: Thu, 9 Jan 2025 16:51:40 +0200 Subject: [PATCH] Testing if windows misses the add of the .a files --- recipes/rte-rrtmgp/meta.yaml | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/recipes/rte-rrtmgp/meta.yaml b/recipes/rte-rrtmgp/meta.yaml index d006782af3748..7c8bb89dd6b1c 100644 --- a/recipes/rte-rrtmgp/meta.yaml +++ b/recipes/rte-rrtmgp/meta.yaml @@ -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