From 4388845ffca11e9f3e346ec8296b689fde4f8066 Mon Sep 17 00:00:00 2001 From: Nils Wentzell Date: Fri, 17 May 2024 15:54:42 -0400 Subject: [PATCH] [jenkins] In jenkins dockerfile clone maxent 1.2.x branch --- Docker/jenkins_ci_dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/jenkins_ci_dockerfile b/Docker/jenkins_ci_dockerfile index cccac61f..f9833ada 100644 --- a/Docker/jenkins_ci_dockerfile +++ b/Docker/jenkins_ci_dockerfile @@ -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