Skip to content

Commit

Permalink
Azure: Ninja Builds (CMake)
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Dec 29, 2021
1 parent 6fa70fd commit 51c6598
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
BLASPP_HOME: '/usr/local'
CEI_SUDO: 'sudo'
CEI_TMP: '/tmp/cei'
CMAKE_GENERATOR: 'Ninja'
FFTW_HOME: '/usr'
LAPACKPP_HOME: '/usr/local'
OMP_NUM_THREADS: 1
Expand Down Expand Up @@ -75,7 +76,8 @@ jobs:
set -eu -o pipefail
cat /proc/cpuinfo | grep "model name" | sort -u
df -h
sudo apt install -y ccache curl gcc gfortran git g++ openmpi-bin libopenmpi-dev \
sudo apt install -y ccache curl gcc gfortran git g++ ninja-build \
openmpi-bin libopenmpi-dev \
libfftw3-dev libfftw3-mpi-dev libhdf5-openmpi-dev pkg-config make \
python3 python3-pip python3-venv python3-setuptools libblas-dev liblapack-dev
ccache --set-config=max_size=10.0G
Expand Down

0 comments on commit 51c6598

Please sign in to comment.