QMCPACK MKL buglet. Now you are able to use the Intel compiler with other BLAS and LAPACK providers, no longer forced to use MKL. (#11019)

This commit is contained in:
Nichols A. Romero 2019-03-31 19:31:59 -05:00 committed by Adam J. Stewart
parent 6034ddfed8
commit 0ccc69411b

View File

@ -277,6 +277,7 @@ def cmake_args(self):
args.append('-DENABLE_MKL=1')
args.append('-DMKL_ROOT=%s' % env['MKLROOT'])
else:
args.append('-DENABLE_MKL=0')
lapack_dir = ':'.join((
spec['lapack'].prefix.include,
spec['blas'].prefix.include