I was trying to install GROMACS following the installation guide from the GROMACS webpage (https://manual.gromacs.org/documentation/2024.2/install-guide/index.html) but after running:
sudo make install
the installation gives back two errors:
[100%] Built target nblib[100%] Linking CXX executable ../../../bin/argon-forces-integration/usr/bin/ld: /opt/gromacs-2024.2/build/lib/libgromacs.so.9: undefined reference to srot_' /usr/bin/ld: /opt/gromacs-2024.2/build/lib/libgromacs.so.9: undefined reference to
strsm_'collect2: error: ld returned 1 exit statusmake[2]: *** [api/nblib/samples/CMakeFiles/argon-forces-integration.dir/build.make:100: bin/argon-forces-integration] Error 1make[1]: *** [CMakeFiles/Makefile2:3767: api/nblib/samples/CMakeFiles/argon-forces-integration.dir/all] Error 2make: *** [Makefile:166: all] Error 2
*I saw someone saying that installing the LAPACK-devel package helped with the same error but I tried that and it didn´t work.
I would appreciate any help with the issue. Thank you!