Skip to content

Commit c1c907f

Browse files
committed
CI: install libomp-dev to make OpenMP available for Clang
1 parent 69a2392 commit c1c907f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.ci/azure-pipelines/ubuntu-variety.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
POSSIBLE_VTK_VERSION=("9") \
3333
POSSIBLE_CMAKE_CXX_STANDARD=("14" "17" "20") \
3434
POSSIBLE_CMAKE_BUILD_TYPE=("None" "Debug" "Release" "RelWithDebInfo" "MinSizeRel") \
35-
POSSIBLE_COMPILER_PACKAGE=("g++" "g++-10" "g++-11" "g++-12" "g++-13" "clang" "clang-13" "clang-14" "clang-15" "clang-16" "clang-17") \
35+
POSSIBLE_COMPILER_PACKAGE=("g++" "g++-10" "g++-11" "g++-12" "g++-13" "clang libomp-dev" "clang-13 libomp-13-dev" "clang-14 libomp-14-dev" "clang-15 libomp-15-dev" "clang-16 libomp-16-dev" "clang-17 libomp-17-dev") \
3636
POSSIBLE_CMAKE_C_COMPILER=("gcc" "gcc-10" "gcc-11" "gcc-12" "gcc-13" "clang" "clang-13" "clang-14" "clang-15" "clang-16" "clang-17") \
3737
POSSIBLE_CMAKE_CXX_COMPILER=("g++" "g++-10" "g++-11" "g++-12" "g++-13" "clang++" "clang++-13" "clang++-14" "clang++-15" "clang++-16" "clang++-17") \
3838
CHOSEN_COMPILER=$[RANDOM%${#POSSIBLE_COMPILER_PACKAGE[@]}] \

.dev/docker/env/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ RUN apt-get update \
3737
libflann-dev \
3838
libglew-dev \
3939
libgtest-dev \
40+
libomp-dev \
4041
libopenni-dev \
4142
libopenni2-dev \
4243
libpcap-dev \

0 commit comments

Comments
 (0)