Skip to content

Commit

Permalink
Libxc of version 5.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed May 10, 2024
1 parent 9107a67 commit 3508e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN wget -c -O lapack.tar.gz https://github.com/Reference-LAPACK/lapack/archive/
cp *.a /usr/local/lapack/lib

ARG LIBXC_VERSION
RUN wget -c -O libxc.tar.gz https://gitlab.com/libxc/libxc/-/archive/4.3.4/libxc-4.3.4.tar.gz && \
RUN wget -c -O libxc.tar.gz https://gitlab.com/libxc/libxc/-/archive/${LIBXC_VERSION}/libxc-${LIBXC_VERSION}.tar.gz && \
mkdir -p libxc && \
tar xf libxc.tar.gz -C libxc --strip-components=1 && \
cd libxc && \
Expand Down
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"default": "ubuntu:focal"
},
"LIBXC_VERSION": {
"default": "4.3.4"
"default": "5.2.3"
},
"GNU_COMPILER_VERSION": {
"default": "7"
Expand Down

0 comments on commit 3508e59

Please sign in to comment.