diff options
author | Greg Sjaardema <gsjaardema@gmail.com> | 2021-05-07 06:14:56 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 14:14:56 +0200 |
commit | b6b0fade464b85100669551879f5435db3df1eda (patch) | |
tree | b095b727b9b16c9646757f03dcd4f9abebed38c9 /etc | |
parent | 4fb31be45d768ebafae55bc13bb73661724c2792 (diff) | |
download | spack-b6b0fade464b85100669551879f5435db3df1eda.tar.gz spack-b6b0fade464b85100669551879f5435db3df1eda.tar.bz2 spack-b6b0fade464b85100669551879f5435db3df1eda.tar.xz spack-b6b0fade464b85100669551879f5435db3df1eda.zip |
CGNS:add v4.2.0, v4.1.2 and remove conflicting variant (#23481)
Added the checksum for 4.1.2 and 4.2.0
The `parallel` variant did the exact same behavior as the `mpi` variant, but they had different default values than each other. Both variants set the value of `-DCGNS_ENABLE_PARALLEL`, so it was unclear which variant was "winning" and could definitely result in a non-intuitive build. Did a grep of the spack packages and none of them where using the `parallel` variant to control the cgns options. Retained the `mpi` variant as that one is being used by multiple packages.
One issue that remains to be solved is that the default integer size has changed from 32-bit to 64-bit for the 4.2.0 release. This is controlled by the `int64` variant which currently defaults to `OFF`. There should maybe be some thought about changing the default to match the default of the current release, or maybe having a version-specific default... For now, left the behavior as it has been for previous versions.
Diffstat (limited to 'etc')
0 files changed, 0 insertions, 0 deletions