kassonlab / run_brer

Python package for running bias-resampling ensemble refinement (BRER) simulations
GNU Lesser General Public License v2.1
0 stars 3 forks source link

GitHub Actions broke #62

Closed eirrgang closed 2 years ago

eirrgang commented 2 years ago

(updated) CMake 3.24 has new behavior when generating its supporting files, with the result that find_package(gmxapi) is now broken if GROMACS was configured with CMake 3.24.

Ref https://gitlab.com/gromacs/gromacs/-/issues/4563

A workaround is to pip install "cmake<3.24" before doing pip install gmxapi. I will be patching GROMACS and uploading new pypi packages as soon as possible.