Download and Install
Download
Download
version 4.3.4of libxc.
wget http://www.tddft.org/programs/libxc/down.php?file=4.3.4/libxc-4.3.4.tar.gz
Compile
Create configure file compile.sh
./configure --prefix=/opt/software/libxc-4.3.4/bin \
AR=ar \
FC=ifort \
F77=ifort \
F90=ifort \
CC=icc
configure libxc
bash compile.sh
compile and test libxc
make && make check && make Install