Skip to content

Commit

Permalink
[jenkins] In jenkins dockerfile clone maxent 1.2.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed May 17, 2024
1 parent 5a6299a commit 4388845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/jenkins_ci_dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN cd / && git clone -b 3.2.x --depth 1 https://github.com/TRIQS/hartree_fock.g
&& make install

# maxent
RUN cd / && git clone -b unstable --depth 1 https://github.com/TRIQS/maxent.git maxent.src \
RUN cd / && git clone -b 1.2.x --depth 1 https://github.com/TRIQS/maxent.git maxent.src \
&& mkdir -p maxent.build && cd maxent.build \
&& cmake ../maxent.src \
&& make install
Expand Down

0 comments on commit 4388845

Please sign in to comment.