Skip to content

Commit e33d56b

Browse files
committed
require MKL in meson build
1 parent a2b7ff0 commit e33d56b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ mkl_dep = dependency('MKL', method: 'cmake',
8383
'-DMKL_THREADING=intel_thread',
8484
'-DMKL_INTERFACE=lp64'
8585
],
86-
required: false
86+
required: true
8787
)
8888

8989
# generate loops, similar to numpy

0 commit comments

Comments
 (0)