Skip to content

Commit 09dc737

Browse files
authored
[MUON] update alo-o2 build configuration (#5758)
Changes needed to compile alo-o2 with the current O2 version.
1 parent 16448bd commit 09dc737

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

alo-o2.sh

+6
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ cmake $SOURCEDIR \
3939
-DRAPIDJSON_ROOT="$RAPIDJSON_ROOT" \
4040
-DMS_GSL_INCLUDE_DIR=$MS_GSL_ROOT/include \
4141
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
42+
${LIBJALIENO2_ROOT:+-DlibjalienO2_ROOT=$LIBJALIENO2_ROOT} \
43+
${LIBUV_ROOT:+-DLibUV_ROOT=$LIBUV_ROOT} \
44+
${ARROW_ROOT:+-DGandiva_DIR=$ARROW_ROOT/lib/cmake/Gandiva} \
45+
${ARROW_ROOT:+-DArrow_DIR=$ARROW_ROOT/lib/cmake/Arrow} \
46+
${CLANG_REVISION:+-DCLANG_EXECUTABLE="$CLANG_ROOT/bin-safe/clang"} \
47+
${CLANG_REVISION:+-DLLVM_LINK_EXECUTABLE="$CLANG_ROOT/bin/llvm-link"} \
4248
${CMAKE_BUILD_TYPE:+-DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE}
4349

4450
cmake --build . -- ${JOBS+-j $JOBS} install

0 commit comments

Comments
 (0)