ROCm packages: remove build type variants#39089
Conversation
After spack#36679, the default build type is Release, so there is no need to explicitly set the build type as a custom variant.
|
I guess this is fine, but I can imagine that these packages actually only support a subset of the values. |
IIRC, the main reason this was added originally was because the upstream projects defaulted to Release mode and they would sometimes be too large to link if built in their default configuration with debug symbols enabled. |
The only additional value in the CMake class is |
|
In that case, let's merge 👍 |
After spack#36679, the default build type is Release, so there is no need to explicitly set the build type as a custom variant.
After #36679, the default build type is Release, so there is no need to explicitly set the build type as a custom variant.