hiop: add v0.7.0 (#33441)

* hiop: add v0.7.0

* Update var/spack/repos/builtin/packages/hiop/package.py

Co-authored-by: Cameron Rutherford <cameron.rutherford@me.com>

Co-authored-by: Cameron Rutherford <cameron.rutherford@me.com>
This commit is contained in:
eugeneswalker 2022-10-20 13:21:43 -07:00 committed by GitHub
parent e60e743843
commit e981ab9b65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,6 +22,7 @@ class Hiop(CMakePackage, CudaPackage, ROCmPackage):
maintainers = ["ashermancinelli", "CameronRutherford", "pelesh"] maintainers = ["ashermancinelli", "CameronRutherford", "pelesh"]
# Most recent tagged snapshot is the preferred version when profiling. # Most recent tagged snapshot is the preferred version when profiling.
version("0.7.0", commit="5f42ab34b419b7cf64d0fffb29d443b009dbfd75", submodules=True)
version("0.6.2", commit="55652fbe923ab9107d002d0d070865bd22375b28") version("0.6.2", commit="55652fbe923ab9107d002d0d070865bd22375b28")
version("0.6.1", commit="a9e2697b00aa13ecf0ae4783dd8a41dee11dc50e") version("0.6.1", commit="a9e2697b00aa13ecf0ae4783dd8a41dee11dc50e")
version("0.6.0", commit="21af7eb0d6427be73546cf303abc84e834a5a55d") version("0.6.0", commit="21af7eb0d6427be73546cf303abc84e834a5a55d")