rmgdft: new version 5.2.0 (#37059)
* Update for v5.0.4 release. * Updated for version 5.0.5. * Updated for new release.
This commit is contained in:
parent
a513272665
commit
2b2c84aa8a
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@ class Rmgdft(CMakePackage):
|
||||||
maintainers("elbriggs")
|
maintainers("elbriggs")
|
||||||
tags = ["ecp", "ecp-apps"]
|
tags = ["ecp", "ecp-apps"]
|
||||||
version("master", branch="master")
|
version("master", branch="master")
|
||||||
|
version("5.2.0", tag="v5.2.0")
|
||||||
version("5.0.5", tag="v5.0.5")
|
version("5.0.5", tag="v5.0.5")
|
||||||
version("5.0.4", tag="v5.0.4")
|
version("5.0.4", tag="v5.0.4")
|
||||||
version("5.0.1", tag="v5.0.1")
|
version("5.0.1", tag="v5.0.1")
|
||||||
|
@ -58,7 +59,7 @@ class Rmgdft(CMakePackage):
|
||||||
|
|
||||||
depends_on("cmake", type="build")
|
depends_on("cmake", type="build")
|
||||||
depends_on("boost+filesystem+iostreams+thread+program_options+system", type="build")
|
depends_on("boost+filesystem+iostreams+thread+program_options+system", type="build")
|
||||||
depends_on("boost@1.61.0:1.71.0")
|
depends_on("boost@1.61.0:1.82.0")
|
||||||
depends_on("fftw-api@3")
|
depends_on("fftw-api@3")
|
||||||
depends_on("mpi")
|
depends_on("mpi")
|
||||||
depends_on("hdf5")
|
depends_on("hdf5")
|
||||||
|
|
Loading…
Reference in a new issue