GROMACS version: 2021.6
GROMACS modification: Yes
I am currently trying to install the Gromacs version 2021.6 patched with Gromacs (found on the github page Release v2021.6-colvars · Colvars/gromacs · GitHub) on Ubuntu 20.04 LTS. However, when executing the make command, I receive the following errors:
[ 69%] Linking CXX executable ../../../../../bin/workflow-details-test
/usr/bin/ld: ../../../../../lib/libgromacs.so.6.0.0: undefined reference to `srot_'
/usr/bin/ld: ../../../../../lib/libgromacs.so.6.0.0: undefined reference to `strsm_'
collect2: error: ld returned 1 exit status
make[3]: *** [src/api/cpp/workflow/tests/CMakeFiles/workflow-details-test.dir/build.make:126: bin/workflow-details-test] Error 1
make[2]: *** [CMakeFiles/Makefile2:6886: src/api/cpp/workflow/tests/CMakeFiles/workflow-details-test.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:3179: CMakeFiles/check.dir/rule] Error 2
make: *** [Makefile:628: check] Error 2
What sort of modifications do I need to make to properly install this version of Gromacs?
The gcc version I am using is 4:9.3.0-1ubuntu2.
Thanks in advance for any kind of response.