Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1566f191 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

vite: fix tau directory version

parent 647e3c1c
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ ENV TAU_DIR=/home/gitlab/install/tau ...@@ -64,7 +64,7 @@ ENV TAU_DIR=/home/gitlab/install/tau
RUN cd $HOME && \ RUN cd $HOME && \
wget http://tau.uoregon.edu/tau.tgz && \ wget http://tau.uoregon.edu/tau.tgz && \
tar -xzf tau.tgz && \ tar -xzf tau.tgz && \
pushd tau-2.32 && \ pushd tau-2.33.2 && \
./configure && \ ./configure && \
pushd src/TraceInput && \ pushd src/TraceInput && \
make && \ make && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment