Skip to content

Commit

Permalink
bump gmxapi version to 0.5.0 and use correct gromacs source tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
bedroge committed May 14, 2024
1 parent 517e993 commit 3882e66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions easybuild/easyconfigs/g/GROMACS/GROMACS-2024.1-foss-2023b.eb
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@ exts_default_options = {
}

exts_list = [
('gmxapi', '0.4.2', {
('gmxapi', '0.5.0', {
'preinstallopts': 'export CMAKE_ARGS="-Dgmxapi_ROOT=%(installdir)s ' +
'-C %(installdir)s/share/cmake/gromacs_mpi/gromacs-hints_mpi.cmake" && ',
'source_tmpl': 'gromacs-2023.3.tar.gz',
'source_tmpl': 'gromacs-2024.1.tar.gz',
'start_dir': 'python_packaging/gmxapi',
'checksums': ['4ec8f8d0c7af76b13f8fd16db8e2c120e749de439ae9554d9f653f812d78d1cb'],
'checksums': ['937d8f12a36fffbf2af7add71adbb5aa5c5537892d46c9a76afbecab1aa0aac7'],
}),
]

Expand Down

0 comments on commit 3882e66

Please sign in to comment.