kaldi: fix building with mkl (#24338)
This commit is contained in:
parent
5ec708cb48
commit
891207f20e
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ def install(self, spec, prefix):
|
|||
configure_args.append('--threaded-atlas')
|
||||
elif '^intel-parallel-studio' in spec or '^intel-mkl' in spec:
|
||||
configure_args.append('--mathlib=MKL')
|
||||
configure_args.append('--mkl-root=' + spec['blas'].prefix)
|
||||
configure_args.append('--mkl-root=' + spec['blas'].prefix.mkl)
|
||||
if '+openmp' in spec['blas'].variants:
|
||||
configure_args.append('--mkl-threading=iomp')
|
||||
|
||||
|
|
Loading…
Reference in a new issue