Skip to content
Snippets Groups Projects
Unverified Commit 71748a3b authored by ketsubouchi's avatar ketsubouchi Committed by GitHub
Browse files

moab: delete -march=native from generated files (#18137)


Co-authored-by: default avatarMassimiliano Culpo <massimiliano.culpo@gmail.com>
parent c7096eb5
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,10 @@ class Moab(AutotoolsPackage): ...@@ -85,6 +85,10 @@ class Moab(AutotoolsPackage):
patch('tools-492.patch', when='@4.9.2') patch('tools-492.patch', when='@4.9.2')
@run_before('configure')
def remove_march_native(self):
filter_file('-march=native', '', 'configure', string=True)
def configure_args(self): def configure_args(self):
spec = self.spec spec = self.spec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment