-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
App IntegrationIssues related to integration with applicationsIssues related to integration with applicationsBuild systemIssues related to Axom's build systemIssues related to Axom's build systemReviewedSoftware processIssues related to processes for software developmentIssues related to processes for software developmentTPLIssues related to Axom's third party librariesIssues related to Axom's third party librariesenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Our spack package has a cpp14 variant:
https://github.com/LLNL/axom/blob/df7fef005ffb2c40284ef22d0be789304ab51935/scripts/spack/packages/axom/package.py#L95
Since Axom now requires c++17 and will soon move to c++20, we should update this variant.
I think the convention is to use a cxxstd=<year> variant.
If we move to that option, do we need to keep the old cpp14 variant and update the when logic, or can we just remove it.
Metadata
Metadata
Assignees
Labels
App IntegrationIssues related to integration with applicationsIssues related to integration with applicationsBuild systemIssues related to Axom's build systemIssues related to Axom's build systemReviewedSoftware processIssues related to processes for software developmentIssues related to processes for software developmentTPLIssues related to Axom's third party librariesIssues related to Axom's third party librariesenhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested