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 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[@]}] \
Original file line number Diff line number Diff 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 \
You can’t perform that action at this time.
0 commit comments