File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
var/spack/repos/builtin/packages/gromacs Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ class Gromacs(CMakePackage, CudaPackage):
5252 # 2025 is supported.
5353 version ("main" , branch = "main" )
5454 version ("master" , branch = "main" , deprecated = True )
55+ version ("2024.4" , sha256 = "ac618ece2e58afa86b536c5a2c4fcb937f0760318f12d18f10346b6bdebd86a8" )
5556 version ("2024.3" , sha256 = "bbda056ee59390be7d58d84c13a9ec0d4e3635617adf2eb747034922cba1f029" )
5657 version ("2024.2" , sha256 = "802a7e335f2e895770f57b159e4ec368ebb0ff2ce6daccf706c6e8025c36852b" )
5758 version ("2024.1" , sha256 = "937d8f12a36fffbf2af7add71adbb5aa5c5537892d46c9a76afbecab1aa0aac7" )
@@ -476,7 +477,7 @@ class Gromacs(CMakePackage, CudaPackage):
476477 variant (
477478 "intel_provided_gcc" ,
478479 default = False ,
479- description = "Use this if Intel compiler is installed through spack."
480+ description = "Use this if Intel compiler is installed through spack. "
480481 + "The g++ location is written to icp{c,x}.cfg" ,
481482 )
482483
You can’t perform that action at this time.
0 commit comments