We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aedaf5d commit f5aeefbCopy full SHA for f5aeefb
meta.yaml
@@ -24,17 +24,18 @@ requirements:
24
- conda-forge::hdf5=1.14.*=mpi*
25
- conda-forge::openmp
26
- conda-forge::tcsh
27
+ - conda-forge::which
28
run:
29
30
test:
31
commands:
32
- echo 'yay! we made it!'
- - pwd && ls
33
+ - echo "whereami? what is here...?" && pwd && ls
34
# - autoreconf -i
35
# - ./configure
- - which timavg.csh
36
- - timavg.csh --help
37
- - make check RUN_EXPENSIVE_TESTS=no
+ - echo "which timavg is it...? " && which timavg
+ - echo "timavg --help is...?" && timavg --help
38
+ - echo "make check RUN_EXPENSIVE_TESTS=no...?" && make check RUN_EXPENSIVE_TESTS=no
39
# - make check
40
41
about:
0 commit comments