From 56272b9613ca0da15979bba315936c1ab24614b0 Mon Sep 17 00:00:00 2001 From: Volkan Kumtepeli Date: Sun, 10 Dec 2023 22:23:47 +0000 Subject: [PATCH] libomp-xx-dev for ubuntu. --- .github/workflows/macos-unit.yml | 2 +- .github/workflows/ubuntu-unit.yml | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/macos-unit.yml b/.github/workflows/macos-unit.yml index 631ba10..28c80dd 100644 --- a/.github/workflows/macos-unit.yml +++ b/.github/workflows/macos-unit.yml @@ -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 diff --git a/.github/workflows/ubuntu-unit.yml b/.github/workflows/ubuntu-unit.yml index 673ed80..e6c8739 100644 --- a/.github/workflows/ubuntu-unit.yml +++ b/.github/workflows/ubuntu-unit.yml @@ -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 @@ -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