Skip to content

Commit

Permalink
check bpls during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentebolea committed Oct 2, 2024
1 parent e96fa60 commit edff68e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -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' %}
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit edff68e

Please sign in to comment.