hiop new release, v1.0.3 (#42730)
This commit is contained in:
parent
f49a5519b7
commit
6796b581ed
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ class Hiop(CMakePackage, CudaPackage, ROCmPackage):
|
|||
license("BSD-3-Clause")
|
||||
|
||||
# Most recent tagged snapshot is the preferred version when profiling.
|
||||
version(
|
||||
"1.0.3", tag="v1.0.3", commit="6161396d9b562c39e7e6fe686ab46a2ec7927482", submodules=True
|
||||
)
|
||||
version(
|
||||
"1.0.2", tag="v1.0.2", commit="2378fde5cc371047227c396ddaaf58b6453f928c", submodules=True
|
||||
)
|
||||
version(
|
||||
"1.0.1", tag="v1.0.1", commit="c5e156c6f27d046f590dc35114980e3f9c573ca6", submodules=True
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue