hpl: FIX ^intel-oneapi-mkl (#22674)
This commit is contained in:
parent
9a453b2e74
commit
802f5afac0
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ def configure_args(self):
|
|||
config = ['CFLAGS=-O3']
|
||||
|
||||
if (self.spec.satisfies('^intel-mkl') or
|
||||
self.spec.satisfies('^intel-oneapi-mkl') or
|
||||
self.spec.satisfies('^intel-parallel-studio+mkl')):
|
||||
config.append('LDFLAGS={0}'.format(
|
||||
self.spec['blas'].libs.ld_flags))
|
||||
|
|
Loading…
Reference in a new issue