hiop: add v1.1.0 (#46764)

This commit is contained in:
Satish Balay 2024-10-03 19:32:40 -05:00 committed by GitHub
parent 9dfe096d3a
commit d2a551c047
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,9 @@ class Hiop(CMakePackage, CudaPackage, ROCmPackage):
license("BSD-3-Clause")
# Most recent tagged snapshot is the preferred version when profiling.
version(
"1.1.0", tag="v1.1.0", commit="7ccfa86a71fdb670ae690199ac676f3c1365799a", submodules=True
)
version(
"1.0.3", tag="v1.0.3", commit="6161396d9b562c39e7e6fe686ab46a2ec7927482", submodules=True
)