diff options
author | Jon Rood <jon.rood@nrel.gov> | 2022-03-09 14:35:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-09 21:35:15 +0000 |
commit | a4703b122078107856abea5327a56e040e044bd4 (patch) | |
tree | d6393111f8a3234e6517b70bd5041c41720f0398 | |
parent | 9493da25368d0852361c128fe135ab0b92401edb (diff) | |
download | spack-a4703b122078107856abea5327a56e040e044bd4.tar.gz spack-a4703b122078107856abea5327a56e040e044bd4.tar.bz2 spack-a4703b122078107856abea5327a56e040e044bd4.tar.xz spack-a4703b122078107856abea5327a56e040e044bd4.zip |
amdscalapack: Remove build_type variant (#29383)
* amdscalapack: Fix CMake build_type.
* Remove build_type variant from amdscalapack.
-rw-r--r-- | var/spack/repos/builtin/packages/amdscalapack/package.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/amdscalapack/package.py b/var/spack/repos/builtin/packages/amdscalapack/package.py index 34539f97ce..eb682b8e59 100644 --- a/var/spack/repos/builtin/packages/amdscalapack/package.py +++ b/var/spack/repos/builtin/packages/amdscalapack/package.py @@ -29,11 +29,6 @@ class Amdscalapack(ScalapackBase): version('2.2', sha256='2d64926864fc6d12157b86e3f88eb1a5205e7fc157bf67e7577d0f18b9a7484c') variant( - 'build_type', - default='Release', - description='CMake build type', - values=('Release', 'RelWithDebInfo')) - variant( 'ilp64', default=False, description='Build with ILP64 support') |