Skip to content

Commit

Permalink
Passing flag to CMake to prevent F-API from breaking GNU workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
wertysas committed Oct 24, 2024
1 parent d37f273 commit 125741e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- '--with-gpu --with-loki --with-atlas' # Enable Loki, Atlas, and GPU variants
- '--with-gpu --with-loki --with-atlas --with-mpi' # Enable Loki, Atlas, and GPU variants with MPI
- '--single-precision --with-gpu --with-loki --with-atlas --with-mpi' # Enable Loki, and GPU variants with MPI in a single-precision build
- '--with-gpu --with-loki --with-field --cmake="ENABLE_ACC=OFF"' # Enable Loki, Field, and GPU variants
- '--with-gpu --with-loki --with-field --with-mpi --cmake="ENABLE_ACC=OFF"' # Enable Loki, Field, and GPU variants with MPI
- '--single-precision --with-gpu --with-loki --with-field --with-mpi --cmake="ENABLE_ACC=OFF"' # Enable Loki, Field and GPU variants with MPI in a single-precision build
- '--with-gpu --with-loki --with-field --cmake="FIELD_API_ENABLE_ACC=OFF"' # Enable Loki, Field, and GPU variants
- '--with-gpu --with-loki --with-field --with-mpi --cmake="FIELD_API_ENABLE_ACC=OFF"' # Enable Loki, Field, and GPU variants with MPI
- '--single-precision --with-gpu --with-loki --with-field --with-mpi --cmake="FIELD_API_ENABLE_ACC=OFF"' # Enable Loki, Field and GPU variants with MPI in a single-precision build

pyiface_flag: [''] # Enable the pyiface variant

Expand Down

0 comments on commit 125741e

Please sign in to comment.