-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GCC error when trying to install horton #288
Comments
Which version of LibXC do you have? Does it match the version specified in the install docs? See http://theochem.github.io/horton/2.1.1/user_download_and_install_linux.html#packaged-dependencies-for-building-installing-and-testing-horton |
I installed both the libxc 2.2.2 and 5.0.0 without problems but the installation of Horton is stopped with an error identical to the above one. It seems to be not dependent on libxc version. |
@pfantucci have you tried installing HORTON using conda install -c theochem horton |
Just in case you still want to install from source: It will not work with libxc 5.0 and the error you get seems to indicate that ./tools/qa/install_libxc-2.2.2.sh If this compilation of the library is present, it will get priority over anything installed on your system. |
Hello,
I'm trying to install horton-2.1.1 on Ubuntu 18.04 running inside the wsl. I've followed the tutorial to the point where I'm trying to run setup.py. The script ends with the following error message:
I've tried updating all the dependencies but still get the same error message.
The whole output from running 'python setup.py install --user':
Any help is appreciated.
Thanks,
BoringBoron
The text was updated successfully, but these errors were encountered: