Skip to content

Commit

Permalink
Add ninja build
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Feb 28, 2024
1 parent 2d5777e commit 671f72c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The images are automatically updated monthly.

## Guidelines for CI Images

* Provide `git cmake make wget curl g++ ccache`
* Provide `git cmake make wget curl g++ ccache ninja`
* Provide all preCICE dependencies.
Prefer the officially packaged versions and install from source if necessary.
Install custom software in `/opt/` and set required variables (`LD_LIBRARY_PATH`, `CPATH`, `PKG_CONFIG_PATH`) using a file in `/etc/profile.d/`.
Expand Down
1 change: 1 addition & 0 deletions ci-archlinux.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN pacman -Syu --needed --noconfirm \
git \
libxml2 \
make \
ninja \
python \
python-numpy \
python-pip \
Expand Down
1 change: 1 addition & 0 deletions ci-fedora.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN dnf -y update && \
redhat-lsb-core \
boost-devel \
mpich-devel \
ninja-build \
petsc-mpich-devel \
eigen3-devel \
python3-devel \
Expand Down
1 change: 1 addition & 0 deletions ci-intel.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
libeigen3-dev \
libxml2-dev \
lsb-release \
ninja \
python3-dev \
python3-numpy \
python3-pip \
Expand Down
1 change: 1 addition & 0 deletions ci-ubuntu-2004.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-get -qq update && \
libxml2-dev \
lintian \
lsb-release \
ninja-build \
petsc-dev \
python3-dev \
python3-numpy \
Expand Down
1 change: 1 addition & 0 deletions ci-ubuntu-2204.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-get -qq update && \
libxml2-dev \
lintian \
lsb-release \
ninja-build \
petsc-dev \
python3-dev \
python3-numpy \
Expand Down
1 change: 1 addition & 0 deletions ci-ubuntu-2404.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ RUN apt-get -qq update && \
libxml2-dev \
lintian \
lsb-release \
ninja-build \
petsc-dev \
python3-dev \
python3-numpy \
Expand Down

0 comments on commit 671f72c

Please sign in to comment.