Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cope with Eigen 3.3.4 directly in cmake
[simgrid.git] / tools / docker / Dockerfile.build-deps
index 28877d2dfdddfe6aa01e29f84e9d4f48e9f75e73..0979cc7f02e0fca381083e1149a8c6fde5eaf2c4 100644 (file)
@@ -1,4 +1,4 @@
-# Base image 
+# Base image
 FROM debian:testing
 
 # Install the dependencies:
@@ -6,18 +6,18 @@ FROM debian:testing
 #  - of SimGrid itself
 RUN apt-get --allow-releaseinfo-change update && \
     apt install -y \
-       emacs-nox org-mode elpa-ess elpa-htmlize wget unzip r-cran-ggplot2 r-cran-tidyr r-cran-dplyr libtext-bibtex-perl && \
+       bibclean emacs-nox org-mode elpa-ess elpa-htmlize wget unzip r-cran-ggplot2 r-cran-tidyr r-cran-dplyr libtext-bibtex-perl && \
     apt install -y \
        g++ gcc gfortran default-jdk pybind11-dev \
        git \
        valgrind \
        libboost-dev libboost-all-dev \
+       libeigen3-dev \
        cmake \
        python3-pip \
        doxygen fig2dev \
        chrpath \
        libdw-dev libevent-dev libunwind8-dev \
-       linkchecker \
-       && \
-    pip3 install breathe 'sphinx>=1.8.0b1' sphinx_rtd_theme
-                  
\ No newline at end of file
+       python3-sphinx python3-breathe python3-sphinx-rtd-theme
+
+#        linkchecker \