diff --git a/docs/installing.rst b/docs/installing.rst index 82cb3da9..20e43d5a 100644 --- a/docs/installing.rst +++ b/docs/installing.rst @@ -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 diff --git a/src/system/system.ubuntu.make b/src/system/system.ubuntu.make index 66e1f100..2fa3db92 100644 --- a/src/system/system.ubuntu.make +++ b/src/system/system.ubuntu.make @@ -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