Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ WIEN2K_SOURCE ?= WIEN2k_23.2.tar

wien2k:
cp $(WIEN2K_SOURCE) stack/wien2k
@source_file=`basename "$$WIEN2K_SOURCE"` ;\
docker build -t wien2k stack/wien2k --build-arg WIEN2K_SOURCE=$$source_file ;\
@source_file=`basename ${WIEN2K_SOURCE}` &&\
docker build -t wien2k stack/wien2k --build-arg WIEN2K_SOURCE=$$source_file &&\
rm stack/wien2k/$$source_file

aiida: wien2k
Expand Down
2 changes: 1 addition & 1 deletion stack/wien2k/siteconfig_lapw_inputs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ lib
fftw3
Y
R
/usr/lib/aarch64-linux-gnu/openblas-pthread/libopenblas.so.0 -lpthread
/usr/lib/`$uname -m`-linux-gnu/openblas-pthread/libopenblas.so.0 -lpthread
S

y
Expand Down