Skip to content
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

cmake error #46

Open
DehuryB opened this issue Jun 28, 2022 · 2 comments
Open

cmake error #46

DehuryB opened this issue Jun 28, 2022 · 2 comments

Comments

@DehuryB
Copy link

DehuryB commented Jun 28, 2022

In file included from /home/vrdl/Downloads/chap-master/src/aggregation/boltzmann_energy_calculator.cpp:25:
/home/vrdl/Downloads/chap-master/include/aggregation/boltzmann_energy_calculator.hpp:30:10: fatal error: gromacs/utility/real.h: No such file or directory
30 | #include "gromacs/utility/real.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/chap.dir/build.make:63: CMakeFiles/chap.dir/src/aggregation/boltzmann_energy_calculator.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:559: CMakeFiles/chap.dir/all] Error 2
make: *** [Makefile:141: all] Error 2

@vinnu0143
Copy link

I have also seen the same error in ubuntu. Is there a solution for this?

@aakvh
Copy link

aakvh commented Jul 19, 2024

newer versions of gromacs don't have the real.h. you can probably install gromacs-2021.tar.gz and it should work. but maybe @DSeiferth could address this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants