File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 32
32
POSSIBLE_VTK_VERSION=("9") \
33
33
POSSIBLE_CMAKE_CXX_STANDARD=("14" "17" "20") \
34
34
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 ") \
36
36
POSSIBLE_CMAKE_C_COMPILER=("gcc" "gcc-10" "gcc-11" "gcc-12" "gcc-13" "clang" "clang-13" "clang-14" "clang-15" "clang-16" "clang-17") \
37
37
POSSIBLE_CMAKE_CXX_COMPILER=("g++" "g++-10" "g++-11" "g++-12" "g++-13" "clang++" "clang++-13" "clang++-14" "clang++-15" "clang++-16" "clang++-17") \
38
38
CHOSEN_COMPILER=$[RANDOM%${#POSSIBLE_COMPILER_PACKAGE[@]}] \
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ RUN apt-get update \
37
37
libflann-dev \
38
38
libglew-dev \
39
39
libgtest-dev \
40
+ libomp-dev \
40
41
libopenni-dev \
41
42
libopenni2-dev \
42
43
libpcap-dev \
You can’t perform that action at this time.
0 commit comments