Skip to content

Commit 8234f91

Browse files
phyy-nxTrzsbkpoonnksauter
committed
Add kokkos and its simtbx/LS49 tests to Azure build
Co-authored-by: Felix Wittwer <fwittwer@lbl.gov> Co-authored-by: Billy K. Poon <bkpoon@lbl.gov> Co-authored-by: Nicholas Sauter <nksauter@lbl.gov>
1 parent e878d2c commit 8234f91

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

.azure-pipelines/xfel/unix-conda-build.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)