Open npavlovikj opened 7 months ago
I also would like to add that I tried adding the valid GROMACS cmake
flags that are not supported by SSAGES in https://github.com/SSAGESproject/SSAGES/blob/fb178779371cf8d7bbc25ce6b86f31b79395489c/hooks/gromacs/CMakeLists.txt#L167; however, they are still not recognized and I still get:
Manually-specified variables were not used by the project:
messages when I do that.
Do I need to specify these flags elsewhere too?
Hi,
I am trying to install SSAGES 0.9.3 with GROMACS 2018 from the provided source tarball. I already have FFTW3 installed on my system; however when I specify the location to the FFTW3 lib and include directories as suggested by
make
these flags are nor recognized and the build fails:The command I use is:
This builds correctly, but shows:
on the screen.
Then, when I run
make
, I get the following error message:As suggested, I have
-DFFTWF_INCLUDE_DIR
specified in thecmake
command, but looks like it is not recognized from SSAGES. The directory/util/opt/fftw3/3.3/include
does contain the missingfftw3.h
file.Do you have any suggestions how to fix this and be able to compile SSAGES using already existing FFTW3 install?
Please let me know if you need any additional information.
Thank you, Natasha