Skip to content
Snippets Groups Projects
Unverified Commit b3997611 authored by Tim Haines's avatar Tim Haines Committed by GitHub
Browse files

Add clang compiler (#15152)

parent 065cbf1b
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,8 @@ def configure(self, spec, prefix):
options.append('-pgCC')
elif self.compiler.name == 'gcc':
options.append('-GNU')
elif self.compiler.name == 'clang':
options.append('-clang')
else:
raise InstallError('Unknown/unsupported compiler family')
......
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