File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,7 +78,18 @@ steps:
7878 conda activate $(PYTHON_VERSION)
7979 cd $(Pipeline.Workspace)
8080 rm -rf modules/boost
81- python bootstrap.py --builder=xfel --use-conda $CONDA_PREFIX --nproc=4 --config-flags="--enable_openmp_if_possible=True" --config-flags="--compiler=conda" --config-flags="--use_environment_flags" --config-flags="--enable_cxx11" --config-flags="--no_bin_python" --no-boost-src build
81+ python bootstrap.py \
82+ --builder=xfel \
83+ --use-conda $CONDA_PREFIX \
84+ --nproc=4 \
85+ --config-flags="--enable_openmp_if_possible=True" \
86+ --config-flags="--compiler=conda" \
87+ --config-flags="--use_environment_flags" \
88+ --config-flags="--enable_cxx11" \
89+ --config-flags="--no_bin_python" \
90+ --config-flags="--enable_kokkos" \
91+ --no-boost-src \
92+ build
8293 if [ "$(OS)" = "linux" ]; then
8394 cd build
8495 source conda_setpaths.sh
You can’t perform that action at this time.
0 commit comments