hpl: FIX ^intel-oneapi-mkl (#22674)

This commit is contained in:
yellowhat
2021-03-31 16:17:27 +01:00
committed by GitHub
parent 9a453b2e74
commit 802f5afac0

View File

@@ -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))