]> AND Public Git Repository - simgrid.git/blobdiff - docs/source/tuto_disk/Dockerfile
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Hint about how to configure with ninja instead of make
[simgrid.git] / docs / source / tuto_disk / Dockerfile
index 5a58b42ab839313cb7cae10fc9f0f5973d4759eb..dbf2671e063d7d88599ba7ee3705d25b2e7285d7 100644 (file)
@@ -28,6 +28,7 @@ RUN printf '%s\n' \
     gfortran \
     libboost-dev \
     libboost-all-dev \
+    libeigen3-dev \
     cmake \
     dpkg-dev \
 # misc tools
@@ -46,7 +47,7 @@ RUN cd /source && git clone --depth=1 https://framagit.org/simgrid/simgrid.git s
     cmake -DCMAKE_INSTALL_PREFIX=/usr/ -Denable_documentation=OFF -Denable_smpi=ON -Denable_compile_optimizations=ON . && \
     make -j4 install
 
-## compile 
+## compile
 RUN cd /source/simgrid.git/docs/source/tuto_disk && \
     cmake . &&\
     make