Skip to content

Commit

Permalink
Fixed recipe-lint formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
makepath-alex committed Dec 19, 2024
1 parent cf59630 commit 0dd39b8
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions recipes/rte-rrtmgp/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ source:
build:
number: 0
script:
- "build.sh" # [unix]
- "build.bat" # [win]
- "build.sh" # [unix]
- "build.bat" # [win]

requirements:
build:
Expand Down Expand Up @@ -46,15 +46,29 @@ test:
commands:
# Check if the files exists
# Unix
- test -f $PREFIX/lib/librrtmgp.a # [unix]
- test -f $PREFIX/lib/librrtmgpkernels.a # [unix]
- test -f $PREFIX/lib/librte.a # [unix]
- test -f $PREFIX/lib/librtekernels.a # [unix]
- test -f $PREFIX/lib/librrtmgp.a # [unix]
- test -f $PREFIX/lib/librrtmgpkernels.a # [unix]
- test -f $PREFIX/lib/librte.a # [unix]
- test -f $PREFIX/lib/librtekernels.a # [unix]
# Win
- test -f $PREFIX/lib/librrtmgp.lib # [win]
- test -f $PREFIX/lib/librrtmgpkernels.lib # [win]
- test -f $PREFIX/lib/librte.lib # [win]
- test -f $PREFIX/lib/librtekernels.lib # [win]
- test -f $PREFIX/lib/librrtmgp.lib # [win]
- test -f $PREFIX/lib/librrtmgpkernels.lib # [win]
- test -f $PREFIX/lib/librte.lib # [win]
- test -f $PREFIX/lib/librtekernels.lib # [win]

outputs:
- name: rte_rrtmgp
files:
# Unix
- lib/librrtmgp.a # [unix]
- lib/librrtmgpkernels.a # [unix]
- lib/librte.a # [unix]
- lib/librtekernels.a # [unix]
# Win
- lib/librrtmgp.lib # [win]
- lib/librrtmgpkernels.lib # [win]
- lib/librte.lib # [win]
- lib/librtekernels.lib # [win]

about:
home: https://github.com/earth-system-radiation/rte-rrtmgp
Expand All @@ -68,17 +82,3 @@ extra:
recipe-maintainers:
- RobertPincus
- makepath-alex

outputs:
- name: rte_rrtmgp
files:
# Unix
- lib/librrtmgp.a # [unix]
- lib/librrtmgpkernels.a # [unix]
- lib/librte.a # [unix]
- lib/librtekernels.a # [unix]
# Win
- lib/librrtmgp.lib # [win]
- lib/librrtmgpkernels.lib # [win]
- lib/librte.lib # [win]
- lib/librtekernels.lib # [win]

0 comments on commit 0dd39b8

Please sign in to comment.