File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,10 @@ build_requires:
1313 - ninja
1414 - alibuild-recipe-tools
1515source: https://github.com/AliceO2Group/O2Physics
16+ track_env:
17+ O2PHYSICS_COMPONENTS: echo ${O2PHYSICS_COMPONENTS:- install}
1618incremental_recipe: |
17- cmake --build . -- ${JOBS: +-j$JOBS } install
19+ cmake --build . -- ${JOBS: +-j$JOBS } ${O2PHYSICS_COMPONENTS}
1820 mkdir -p $INSTALLROOT /etc/modulefiles && rsync -a --delete etc/modulefiles/ $INSTALLROOT /etc/modulefiles
1921---
2022#! /bin/sh
@@ -35,7 +37,7 @@ cmake "$SOURCEDIR" "-DCMAKE_INSTALL_PREFIX=$INSTALLROOT" \
3537 ${CLANG_REVISION: +-DLLVM_LINK_EXECUTABLE=" $CLANG_ROOT /bin/llvm-link" } \
3638 ${LIBUV_ROOT: +-DLibUV_ROOT=$LIBUV_ROOT } \
3739 ${ALIBUILD_O2PHYSICS_TESTS: +-DO2PHYSICS_WARNINGS_AS_ERRORS=ON}
38- cmake --build . -- ${JOBS+-j $JOBS } install
40+ cmake --build . -- ${JOBS+-j $JOBS } $O2PHYSICS_COMPONENTS
3941
4042# export compile_commands.json in (taken from o2.sh)
4143DEVEL_SOURCES=" $( readlink $SOURCEDIR || echo $SOURCEDIR ) "
You can’t perform that action at this time.
0 commit comments