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:
parent
6034ddfed8
commit
0ccc69411b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user