Created
January 2, 2021 05:07
-
-
Save SHDShim/392007b1b87772b64c726ea9a8c1874d to your computer and use it in GitHub Desktop.
Revisions
-
SHDShim created this gist
Jan 2, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ How to install libxc in agave. ``` mkdir -p $MYLIBXCDIR cd $MYLIBXCDIR wget -O libxc-5.0.0.tar.gz http://www.tddft.org/programs/libxc/down.php?file=5.0.0/libxc-5.0.0.tar.gz tar xzf libxc-5.0.0.tar.gz cd libxc-5.0.0 mkdir install ./configure --prefix=PATH/TO/LIBXC make make check make install ```