ReSolve: Add version 0.99.1 (#41802)
* ReSolve: Add version 0.99.1 * [@spackbot] updating style on behalf of pelesh --------- Co-authored-by: pelesh <pelesh@users.noreply.github.com>
This commit is contained in:
parent
78c6c607db
commit
0cae943b5c
1 changed files with 6 additions and 1 deletions
|
@ -15,7 +15,12 @@ class Resolve(CMakePackage, CudaPackage, ROCmPackage):
|
||||||
|
|
||||||
maintainers("cameronrutherford", "pelesh", "ryandanehy", "kswirydo")
|
maintainers("cameronrutherford", "pelesh", "ryandanehy", "kswirydo")
|
||||||
|
|
||||||
# version("1.0.0", submodules=False, branch="develop")
|
version(
|
||||||
|
"0.99.1",
|
||||||
|
submodules=False,
|
||||||
|
tag="v0.99.1",
|
||||||
|
commit="e10dd417e836f47b3dc7c8b123a81bfbb654ee82",
|
||||||
|
)
|
||||||
version("develop", submodules=False, branch="develop")
|
version("develop", submodules=False, branch="develop")
|
||||||
|
|
||||||
variant("klu", default=True, description="Use KLU, AMD and COLAMD Libraries from SuiteSparse")
|
variant("klu", default=True, description="Use KLU, AMD and COLAMD Libraries from SuiteSparse")
|
||||||
|
|
Loading…
Reference in a new issue