Skip to content

Commit

Permalink
Old version (4.1.x) with new output QE interface
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed May 10, 2024
1 parent eefeb13 commit a4df83d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ WORKDIR /atompaw-build

ARG ATOMPAW_VERSION

# Get the new version of atompaw for the src qe output interface
RUN wget -c -O atompaw-new.tar.gz http://users.wfu.edu/natalie/papers/pwpaw/atompaw-4.2.0.3.tar.gz && \
mkdir -p atompaw-new && \
tar xf atompaw-new.tar.gz -C atompaw-new --strip-components=1

# Compile atompaw
RUN wget -c -O atompaw.tar.gz http://users.wfu.edu/natalie/papers/pwpaw/atompaw-${ATOMPAW_VERSION}.tar.gz && \
mkdir -p atompaw && \
tar xf atompaw.tar.gz -C atompaw --strip-components=1 && \
cp atompaw-new/src/pwscfinterface.F90 atompaw/src/pwscfinterface.F90 && \
cd atompaw && \
mkdir build && \
cd build && \
Expand Down

0 comments on commit a4df83d

Please sign in to comment.