diff options
author | Scot Halverson <scothalverson@gmail.com> | 2021-12-13 11:06:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-13 10:06:57 -0800 |
commit | 28d31316b759d42b17fca769a7f190882335e55e (patch) | |
tree | dc6a98c159544c0414131ba6c73b3a22a8d6a613 /.flake8 | |
parent | f876813531d0fe5831e45d35d065c191140b6e99 (diff) | |
download | spack-28d31316b759d42b17fca769a7f190882335e55e.tar.gz spack-28d31316b759d42b17fca769a7f190882335e55e.tar.bz2 spack-28d31316b759d42b17fca769a7f190882335e55e.tar.xz spack-28d31316b759d42b17fca769a7f190882335e55e.zip |
CPU Architecture support (#27924)
* CPU Architecture Support
This commit removes the `native` variant in favor of Spack's built-in support for specifying a target cpu architecture. It also passes this information to the Legion build system so that it correctly passes the architecture to GASNet when built internally
* fixing whitespace
* Update package.py
based on a conversation with @streichler, this change sets `BUILD_MARCH` to an empty string, which will prevent legion's CMake build system from inserting `-march=native` and allow Spack to provide the correct architecture flags.
* Update package.py
adding a comment on what problem this MR solves.
* Update package.py
formatting
Diffstat (limited to '.flake8')
0 files changed, 0 insertions, 0 deletions