Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a missing build-dep of the website
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 14 Jul 2019 20:19:11 +0000 (22:19 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 14 Jul 2019 20:19:11 +0000 (22:19 +0200)
doc/doxygen/inside_release.doc
tools/docker/Dockerfile.build-deps

index 13312fb..67005c6 100644 (file)
@@ -182,7 +182,6 @@ Doing a dot release:
       or your jarfile will not contain the code you expect for win and
       mac.
   - Rebuild the python package
-    - test -e MANIFEST.in || echo "Copy MANIFEST.in from a freshly configured build tree"
     - rm -rf dist/ ; python3 setup.py sdist # Build a source distrib
     - test that the built distrib recompiles:
       rm -rf /tmp/pysimgrid && mkdir /tmp/pysimgrid && cp dist/simgrid-*.tar.gz /tmp/pysimgrid 
index 28877d2..f4dfef2 100644 (file)
@@ -6,7 +6,7 @@ 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 \