#!/bin/bash #set -x GMX_VERSION=2018.8 WORKDIR=$PWD CMAKE_PARAMETERS="-DCMAKE_INSTALL_PREFIX=/usr/local/gromacs-${GMX_VERSION} -DGMX_HWLOC=off" if [ -f /var/lib/install_gromacs-${GMX_VERSION} ]; then CMAKE_PARAMTERS_OLD=$( /var/lib/install_gromacs-${GMX_VERSION} fi echo "Run the following command to set the LD_LIBRARY_PATH in order to compile pygmx:" echo "source /usr/local/gromacs-${GMX_VERSION}/bin/GMXRC"