Download and Install

Download

  1. Download version 4.3.4 of libxc.

wget http://www.tddft.org/programs/libxc/down.php?file=4.3.4/libxc-4.3.4.tar.gz

Compile

  1. Create configure file compile.sh

./configure --prefix=/opt/software/libxc-4.3.4/bin \
    AR=ar \
    FC=ifort \
    F77=ifort \
    F90=ifort \
    CC=icc
  1. configure libxc

bash compile.sh
  1. compile and test libxc

make && make check && make Install