Install Gromacs 2023.3

GROMACS version:
GROMACS modification: Yes/No
I have error when installing gromacs 2023.3 on my Mac Air.
I use command
“tar xfz gromacs-2023.3.tar.gz
cd gromacs-2023.3
mkdir build
cd build
cmake … -DGMX_BUILD_OWN_FFTW=ON -DREGRESSIONTEST_DOWNLOAD=ON
make
make check
sudo make install
source /usr/local/gromacs/bin/GMXRC”

After running “make” for 87%, the system said two errors found.
[src/gromacs/CMakeFiles/libgromacs.dir/mdrun/simulatorbuilder.cpp.o] Error 1
and
make[2]: *** [src/gromacs/CMakeFiles/libgromacs.dir/all] Error 2.

What compiler are you using? It might be related to this 2023.3 installation chokes on MacBook pro with gcc.

Hi!
I use compiler 11 gcc–11 and g+±11.
I try to install it on my Mac Air and I did use other different ways, like fftw3, to install, but it did not work as well.
I need this version for my project