diff options
author | Greg Sjaardema <gsjaardema@gmail.com> | 2022-11-03 09:42:25 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 11:42:25 -0400 |
commit | 16acd25053a79fa5d23fda48ed0444a069ccdd22 (patch) | |
tree | 32d8f0368b19af8a262d8793202e9fed9965c7a1 /.dockerignore | |
parent | 9925f3b77910dfbe4bd922032c253a1e1c1ced1f (diff) | |
download | spack-16acd25053a79fa5d23fda48ed0444a069ccdd22.tar.gz spack-16acd25053a79fa5d23fda48ed0444a069ccdd22.tar.bz2 spack-16acd25053a79fa5d23fda48ed0444a069ccdd22.tar.xz spack-16acd25053a79fa5d23fda48ed0444a069ccdd22.zip |
SEACAS: further refactor (#33673)
* SEACAS: Update package.py to handle new SEACAS project name
The base project name for the SEACAS project has changed from
"SEACASProj" to "SEACAS" as of @2022-10-14, so the package
needed to be updated to use the new project name when needed.
The refactor also changes several:
"-DSome_CMAKE_Option:BOOL=ON"
to
define("Some_CMAKE_Option", True)
* SEACAS: Additional refactorings
* Replaced all cmake "-Dsomething=other" lines with either `define`
or `define_from_variant` functions.
Consolidated the application (fortran, legacy, all) enabling lines
into loops over the code names. Easier to see categorization of
applications and also to add/move/remove an application
Reordered some lines; general cleanup and restructuring.
* Address flake8 issues
* Remove trailing whitespace
* Reformat using black
Diffstat (limited to '.dockerignore')
0 files changed, 0 insertions, 0 deletions