We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e878d2c commit 66b69ceCopy full SHA for 66b69ce
.azure-pipelines/xfel/unix-conda-build.yml
@@ -78,7 +78,7 @@ steps:
78
conda activate $(PYTHON_VERSION)
79
cd $(Pipeline.Workspace)
80
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
+ 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 --enable-kokkos build
82
if [ "$(OS)" = "linux" ]; then
83
cd build
84
source conda_setpaths.sh
0 commit comments