From edff68e235ae7df11b26d364a564dd7ef43f06c7 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Tue, 1 Oct 2024 21:10:18 +0200 Subject: [PATCH] check bpls during testing --- recipe/meta.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ffcac4f..2aebd17 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,7 +1,7 @@ {% set name = "adios2" %} {% set version = "2.10.1" %} {% set sha256 = "ce776f3a451994f4979c6bd6d946917a749290a37b7433c0254759b02695ad85" %} -{% set build = 3 %} +{% set build = 4 %} # ensure mpi is defined (needed for conda-smithy recipe-lint) {% set mpi = mpi or 'nompi' %} @@ -169,6 +169,7 @@ outputs: - python -c "import adios2; print(adios2.__version__)" # Python-based scripts are present: - bp5dbg --help # [unix] + - bpls --help # [unix] - if exist %LIBRARY_PREFIX%\bin\bp5dbg (exit 0) else (exit 1) # [win] about: