amdscalapack: Remove build_type variant (#29383)

* amdscalapack: Fix CMake build_type.

* Remove build_type variant from amdscalapack.
This commit is contained in:
Jon Rood 2022-03-09 14:35:15 -07:00 committed by GitHub
parent 9493da2536
commit a4703b1220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,11 +28,6 @@ class Amdscalapack(ScalapackBase):
version('3.0', sha256='6e6f3578f44a8e64518d276e7580530599ecfa8729f568303ed2590688e7096f')
version('2.2', sha256='2d64926864fc6d12157b86e3f88eb1a5205e7fc157bf67e7577d0f18b9a7484c')
variant(
'build_type',
default='Release',
description='CMake build type',
values=('Release', 'RelWithDebInfo'))
variant(
'ilp64',
default=False,