Skip to content

Commit 5b9f0b7

Browse files
use eigen 3.3 with old compiler
1 parent f395c35 commit 5b9f0b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ RUN git clone https://github.com/tbeu/matio /tmp/matio
7171
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;
7272

7373
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;
7575

7676
RUN git clone https://github.com/Nelson-numerical-software/nelson.git /nelson
7777
WORKDIR "/nelson"

0 commit comments

Comments
 (0)