Skip to content

Commit

Permalink
libomp-xx-dev for ubuntu.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektrikAkar committed Dec 10, 2023
1 parent 27e7b5b commit 56272b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: install openmp
run: brew install libomp
run: brew reinstall llvm

- name: make build directory
run: mkdir build_dir
Expand Down
21 changes: 10 additions & 11 deletions .github/workflows/ubuntu-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@ jobs:
- CC: gcc-13
CXX: g++-13
compiler: gcc-13 g++-13
# - CC: clang-12 -> error: call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression
# CXX: clang++-12
# compiler: clang-12
# - CC: clang-13
# CXX: clang++-13
# compiler: clang-13
# - CC: clang-14
# CXX: clang++-14
# compiler: clang-14
- CC: clang-12 # -> error: call to consteval function 'std::chrono::hh_mm_ss::_S_fractional_width' is not a constant expression
CXX: clang++-12
compiler: clang-12 libomp-12-dev
- CC: clang-13
CXX: clang++-13
compiler: clang-13 libomp-13-dev
- CC: clang-14
CXX: clang++-14
compiler: clang-14 libomp-14-dev
- CC: clang-15
CXX: clang++-15
compiler: clang-15
compiler: clang-15 libomp-15-dev
# - CC: clang-16 -> we don't have these as package.
# CXX: clang++-16
# compiler: clang-16
Expand All @@ -56,7 +56,6 @@ jobs:

- name: install compiler
run: sudo apt install ${{matrix.compiler}}
- run: sudo apt install libomp-dev

- name: make build directory
run: mkdir build_dir
Expand Down

0 comments on commit 56272b9

Please sign in to comment.