File tree 1 file changed +4
-4
lines changed
scripts/docker/ubuntu18.04
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,12 +59,12 @@ RUN wget -nc -q --show-progress https://github.com/Kitware/CMake/releases/downlo
59
59
RUN source ~/.bashrc && cmake --version
60
60
RUN echo
61
61
62
- # Download and install SWIG 4.0.2 .
62
+ # Download and install SWIG 4.1.1 .
63
63
RUN mkdir -p ~/opensim-workspace/swig-source || true
64
64
WORKDIR ~/opensim-workspace/swig-source
65
- RUN wget -nc -q --show-progress https://github.com/swig/swig/archive/refs/tags/rel-4.0.2 .tar.gz
66
- RUN tar xzf rel-4.0.2 .tar.gz
67
- WORKDIR ./swig-rel-4.0.2
65
+ RUN wget -nc -q --show-progress https://github.com/swig/swig/archive/refs/tags/v4.1.1 .tar.gz
66
+ RUN tar xzf v4.1.1 .tar.gz
67
+ WORKDIR ./swig-4.1.1
68
68
RUN ./autogen.sh && ./configure --prefix=$HOME/swig --disable-ccache
69
69
RUN make && make -j$NUM_JOBS install
70
70
You can’t perform that action at this time.
0 commit comments