NWchem6.6 on OpenSUSE compile fails: ld: cannot find -lga -larmci


Click here for full thread
Forum Vet
Thanks for the feedback.
We have just found the same problem on Open Suse Leap 42.
A patch is needed
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


PS: recipe updated 11:05:22 AM PST - Mon, Nov 9th 2015. Previous versions contained errors