summaryrefslogtreecommitdiff
path: root/Dockerfile_gudhi_installation
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-05-26 19:22:38 +0200
committerMarc Glisse <marc.glisse@inria.fr>2020-05-26 19:22:38 +0200
commit995d7af6c1686c0ded9a1c48b58ab90f3ac69a1b (patch)
tree3112ab67908069b17013d604c9d562f3be24544e /Dockerfile_gudhi_installation
parent16e8f92f0635da668f9f4602f4b7bb4086045a9d (diff)
parent80dc3b26a91280f9da8b9630d983499846d42ea6 (diff)
Merge remote-tracking branch 'origin/master' into tomato2
Diffstat (limited to 'Dockerfile_gudhi_installation')
-rw-r--r--Dockerfile_gudhi_installation6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile_gudhi_installation b/Dockerfile_gudhi_installation
index f9e8813b..461a8a19 100644
--- a/Dockerfile_gudhi_installation
+++ b/Dockerfile_gudhi_installation
@@ -58,9 +58,9 @@ RUN pip3 install \
# apt clean up
RUN apt autoremove && rm -rf /var/lib/apt/lists/*
-RUN curl -LO "https://github.com/GUDHI/gudhi-devel/releases/download/tags%2Fgudhi-release-3.1.1/gudhi.3.1.1.tar.gz" \
-&& tar xf gudhi.3.1.1.tar.gz \
-&& cd gudhi.3.1.1 \
+RUN curl -LO "https://github.com/GUDHI/gudhi-devel/releases/download/tags%2Fgudhi-release-3.2.0/gudhi.3.2.0.tar.gz" \
+&& tar xf gudhi.3.2.0.tar.gz \
+&& cd gudhi.3.2.0 \
&& mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release -DWITH_GUDHI_PYTHON=OFF -DPython_ADDITIONAL_VERSIONS=3 .. \
&& make all test install \
&& cmake -DWITH_GUDHI_PYTHON=ON . \