[@spackbot] updating style on behalf of psakievich

This commit is contained in:
psakievich 2024-05-15 01:26:22 +00:00
parent ca04038c03
commit c2ce7ab70c
2 changed files with 1 additions and 2 deletions

View File

@ -2947,4 +2947,4 @@ def test_reuse_prefers_standard_over_git_versions(
with spack.config.override("concretizer:reuse", True):
test_spec = spack.spec.Spec("zlib-ng@2").concretized()
assert git_spec.dag_hash() != test_spec.dag_hash()
assert standard_spec.dag_hash() == test_spec.dag_hash()
assert standard_spec.dag_hash() == test_spec.dag_hash()

View File

@ -71,7 +71,6 @@ def flag_handler(self, name, flags):
class AutotoolsBuilder(autotools.AutotoolsBuilder):
@run_before("configure")
def pretend_gcc(self):
# All nice things (PIC flags, symbol versioning) that happen to the compilers that are