Skip to content

Commit

Permalink
Merge pull request #331 from insertinterestingnamehere/cmake
Browse files Browse the repository at this point in the history
Ensure OSX CI Picks Up Gcc When Specified
  • Loading branch information
insertinterestingnamehere authored Jan 13, 2025
2 parents ed8609a + e7c6403 commit 86dcb9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ jobs:
- name: install deps
run: |
brew install coreutils # coreutils is to get gtimeout for CI and is not universally required by qthreads.
if [[ "${{ matrix.compiler }}" == "gcc" ]]; then brew install gcc; fi
- if: ${{ matrix.topology != 'no' }}
run: |
brew install hwloc
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ The following compilers are supported and tested regularly:
- icc (last supported release)
- icx 2023 or later
- aocc 4.2 or later
- acfl 24.04
- Apple clang 15.4 or later
- acfl 24.10
- Apple clang 15 or later
- nvc 24.9

To configure and build from source you can run (in the source directory):

Expand Down

0 comments on commit 86dcb9a

Please sign in to comment.