Skip to content

Commit 66b69ce

Browse files
phyy-nxTrzsbkpoonnksauter
committed
Add kokkos and its simtbx/LS49 tests to Azure build
Co-authored-by: Felix Wittwer <[email protected]> Co-authored-by: Billy K. Poon <[email protected]> Co-authored-by: Nicholas Sauter <[email protected]>
1 parent e878d2c commit 66b69ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ 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 --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
8282
if [ "$(OS)" = "linux" ]; then
8383
cd build
8484
source conda_setpaths.sh

0 commit comments

Comments
 (0)