[BUGFIX:GROMACS] Build with gmxapi distributed with the GROMACS source code#25188
[BUGFIX:GROMACS] Build with gmxapi distributed with the GROMACS source code#25188gkaf89 wants to merge 3 commits intoeasybuilders:developfrom
gmxapi distributed with the GROMACS source code#25188Conversation
|
Waiting for a response in the upstream issue to set to ready. |
|
There was no reply in the issue in GROMACS, so I am marking as ready. |
…rce code The gmxapi from PyPI is replaced with the version distributed with GROMACS. The version in GROMACS source code is slightly newer. The version number mentioned in the TOML file is out of date. The correct number is located in: python_packaging/gmxapi/src/gmxapi/version.py This commit also patches the TOML file to ensure that the package number in the Python environment is the same as the package number in `version.py`.
402dffb to
cb44479
Compare
|
@boegelbot please test @ jsc-zen3-a100 |
|
@boegel: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 4208835468 processed Message to humans: this is just bookkeeping information for me, |
The gmxapi from PyPI is replaced with the version distributed with GROMACS. The version in GROMACS source code is slightly newer.
The version number mentioned in the TOML file is out of date. The correct number is located in
and agrees with the documentation. This commit also patches the TOML file to ensure that the package number in the Python environment is the same as the package number in
version.py.Related pull requests
Related issues
Issue reported upstream: https://gitlab.com/gromacs/gromacs/-/issues/5554