NWChem 6.6/CentOS 7 compile fails


Click here for full thread
Forum Vet
Thanks for the feedback.
A patch is needed to fix the problem.
http://nwchemgit.github.io/download.php?f=Tools_lib64.patch.gz
Here are the instructions for applying patches
http://nwchemgit.github.io/index.php/Download#Patches_for_the_27746_revision_of_NWChem_6.6

For this specific case, here is the recipe


cd $NWCHEM_TOP
wget -O Tools_lib64.patch.gz http://nwchemgit.github.io/download.php?f=Tools_lib64.patch.gz
gzip -d Tools_lib64.patch.gz
patch -p0 < Tools_lib64.patch
cd src
make link