Skip to content

Instantly share code, notes, and snippets.

View TWRogers's full-sized avatar
😄

Thomas Rogers TWRogers

😄
View GitHub Profile
@TWRogers
TWRogers / install_libxc.sh
Last active January 30, 2020 14:39
Installing libxc (Library of exchange-correlation functionals for density-functional theory)
git clone https://gitlab.com/libxc/libxc.git
cd libxc
sudo apt install autogen autoconf libtool
autoreconf -i
./configure
make
make check
sudo make install