Skip to content

Commit

Permalink
Simplify the tests because the binaries expect properly setup MPI
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Jan 2, 2025
1 parent 7149228 commit d1e808b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions recipes/su2/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,13 @@ requirements:
- openmpi

test:
source_files:
- QuickStart
commands:
- SU2_CFD --help
- SU2_DEF QuickStart/inv_NACA0012.cfg 2>&1 # | grep {{ version }}
- SU2_DOT QuickStart/inv_NACA0012.cfg 2>&1 | grep {{ version }}
- SU2_GEO QuickStart/inv_NACA0012.cfg 2>&1 | grep {{ version }}
- SU2_SOL QuickStart/inv_NACA0012.cfg 2>&1 | grep {{ version }}
# The following items require config file
- test -x ${PREFIX}/bin/SU2_DEF
- test -x ${PREFIX}/bin/SU2_DOT
- test -x ${PREFIX}/bin/SU2_GEO
- test -x ${PREFIX}/bin/SU2_SOL

about:
home: https://su2code.github.io
Expand Down

0 comments on commit d1e808b

Please sign in to comment.