Skip to content

Commit

Permalink
Merge pull request #398 from OrderN/f-ubuntu-libxc
Browse files Browse the repository at this point in the history
Modify -lxcf90 by -lxcf03 to link with libXC
  • Loading branch information
AugustinLu authored Jan 24, 2025
2 parents 868ab6d + aa6ce9f commit 08b70e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Prepare makefile
# Choose LibXC version: v4 (deprecated) or v5/6 (v5 and v6 have the same interface)
# XC_LIBRARY = LibXC_v4
XC_LIBRARY = LibXC_v5
XC_LIB = -lxcf90 -lxc
XC_LIB = -lxcf03 -lxc
XC_COMPFLAGS = -I\${HOME}/local/include -I/usr/local/include
# Set FFT library
Expand Down
2 changes: 1 addition & 1 deletion src/system/system.ubuntu.make
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ SCALAPACK = -lscalapack-openmpi
# Choose LibXC version: v4 (deprecated) or v5/6 (v5 and v6 have the same interface)
# XC_LIBRARY = LibXC_v4
XC_LIBRARY = LibXC_v5
XC_LIB = -lxcf90 -lxc
XC_LIB = -lxcf03 -lxc
XC_COMPFLAGS = -I${HOME}/local/include -I/usr/local/include

# Set FFT library
Expand Down

0 comments on commit 08b70e4

Please sign in to comment.