File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,6 +102,12 @@ RUN cd /source && git clone -b 3.3.x --depth 1 https://github.com/TRIQS/cthyb.gi
102102 && cmake ../ \
103103 && make -j$NCORES && ctest -j$NCORES && make install
104104
105+ # ctseg
106+ RUN cd /source && git clone -b unstable --depth 1 https://github.com/TRIQS/ctseg.git \
107+ && cd ctseg && mkdir -p build && cd build \
108+ && cmake ../ \
109+ && make -j$NCORES && ctest -j$NCORES && make install
110+
105111# hubbardI
106112RUN cd /source && git clone -b 3.3.x --depth 1 https://github.com/TRIQS/hubbardI.git \
107113 && cd hubbardI && mkdir -p build && cd build \
Original file line number Diff line number Diff line change @@ -187,6 +187,12 @@ RUN cd /source && git clone -b 3.3.x --depth 1 https://github.com/TRIQS/cthyb.gi
187187 && cmake ../cthyb.src \
188188 && make -j$NCORES && ctest -j$NCORES && make install
189189
190+ # ctseg
191+ RUN cd /source && git clone -b unstable --depth 1 https://github.com/TRIQS/ctseg.git ctseg.src \
192+ && mkdir -p ctseg.build && cd ctseg.build \
193+ && cmake ../ctseg.src \
194+ && make -j$NCORES && ctest -j$NCORES && make install
195+
190196# maxent
191197RUN cd /source && git clone -b 3.3.x --depth 1 https://github.com/TRIQS/maxent.git maxent.src \
192198 && mkdir -p maxent.build && cd maxent.build \
You can’t perform that action at this time.
0 commit comments