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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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