Skip to content

Commit

Permalink
Install doxygen 1.10 manually
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Apr 19, 2024
1 parent 9281e03 commit 244b561
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docker/doxygen/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,19 @@ RUN chmod +x /bin/bash_run \
build-essential \
clang \
cmake \
doxygen \
pkg-config \
cmake-data \
libfftw3-dev \
libpdi-dev \
doxygen \
doxygen-latex \
git \
graphviz \
texlive \
&& wget -q https://github.com/doxygen/doxygen/releases/download/Release_1_10_0/doxygen-1.10.0.linux.bin.tar.gz \
&& tar -xf doxygen-1.10.0.linux.bin.tar.gz \
&& cd doxygen-1.10.0 \
&& make install \
&& cd .. \
&& rm -rf doxygen-1.10.0* \
&& git clone -b v1.7.0 https://github.com/ginkgo-project/ginkgo.git \
&& cd ginkgo \
&& cmake -S . -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo -DGINKGO_BUILD_OMP=OFF -DGINKGO_BUILD_TESTS=OFF -DGINKGO_BUILD_EXAMPLES=OFF -DGINKGO_BUILD_BENCHMARKS=OFF \
Expand Down

0 comments on commit 244b561

Please sign in to comment.