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