You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ RUN git clone https://github.com/tbeu/matio /tmp/matio
71
71
RUN cd /tmp/matio && git checkout v1.5.16 && cd /tmp/matio && ./autogen.sh && ./configure --enable-shared --enable-mat73=yes --enable-extended-sparse=no --with-pic --with-hdf5=/tmp/hdf5_1_10_5/hdf5 && make && make install;
72
72
73
73
RUN git clone https://gitlab.com/libeigen/eigen.git /tmp/eigen
74
-
RUN mkdir /tmp/eigen-build && cd /tmp/eigen && git checkout 3.8 && cd - && cd /tmp/eigen-build && cmake . /tmp/eigen && make -j4 && make install;
74
+
RUN mkdir /tmp/eigen-build && cd /tmp/eigen && git checkout 3.3 && cd - && cd /tmp/eigen-build && cmake . /tmp/eigen && make -j4 && make install;
75
75
76
76
RUN git clone https://github.com/Nelson-numerical-software/nelson.git /nelson
0 commit comments