Skip to content

Commit

Permalink
ensure activated FFLAGS are tested
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 3, 2024
1 parent b15594c commit a7bb4a5
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
Expand Up @@ -120,7 +120,8 @@ outputs:
commands:
# see naming discussion: https://discourse.llvm.org/t/reviving-rename-flang-new-to-flang/68130/2
# - flang hello_world.f90
- flang-new hello_world.f90
- flang-new $FFLAGS hello_world.f90 # [unix]
- flang-new %FFLAGS% hello_world.f90 # [win]
- ./a.out # [unix]
- a.exe # [win]
# check if activation worked
Expand Down

0 comments on commit a7bb4a5

Please sign in to comment.