On Wed, Feb 28, 2024 at 8:29 AM Daniele Fazzi <
dfaz...@gmail.com> wrote:
>
> Dear Christoph,
> Dear All,
>
> thank you very much for your reply.
>
> Unfrotunately, also this change in the CMakeLists.txt file does not solve the problem.
> The problem is not in compiling VOTCA (xtp, csg), which is OK, rather VOTCA-CTP.
>
> I tried to reinstall GROMACS (2023) (double precision, API), but I am still getting an error when compiling votca-ctp.
>
> Here my installation script:
> prefix=path
> git clone
https://gitlab.mpcdf.mpg.de/votca/votca.git
> mkdir build; cd build
> cmake -DCMAKE_INSTALL_PREFIX=${prefix} -DGROMACS_INCLUDE_DIR=/usr/local/gromacs/include/ -DGROMACS_LIBRARY=/usr/local/gromacs/lib/libgromacs.so -S ..
> make -j 16 install
>
> and here the error I got:
> CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
> Could NOT find GROMACS: Found unsuitable version "200003", but required is
> at least "20160000" (found /usr/local/gromacs/lib/libgromacs.so)
> Call Stack (most recent call first):
> /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:592 (_FPHSA_FAILURE_MESSAGE)
> csg/CMakeModules/FindGROMACS.cmake:115 (find_package_handle_standard_args)
> csg/CMakeLists.txt:85 (find_package)
>
>
> I enclosed the CMakeOutput.log and CMakeError.log.
>
> I am sure I am missing something minor, however I can not find it as for now :-)
> I am sorry for bothering and I would very much appreciate any suggestion.