Skip to content

Commit d7e2175

Browse files
committed
BLD: also backport additions to meson_options.txt
1 parent 1dd9398 commit d7e2175

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

meson_options.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ option('blas', type: 'string', value: 'openblas',
22
description: 'option for BLAS library switching')
33
option('lapack', type: 'string', value: 'openblas',
44
description: 'option for LAPACK library switching')
5+
option('use-ilp64', type: 'boolean', value: false,
6+
description: 'Use ILP64 (64-bit integer) BLAS and LAPACK interfaces')
7+
option('blas-symbol-suffix', type: 'string', value: '',
8+
description: 'BLAS and LAPACK symbol suffix to use, if any (often `64_` for ILP64)')
59
option('disable-svml', type: 'boolean', value: false,
610
description: 'Disable building against SVML')
711
option('disable-threading', type: 'boolean', value: false,

0 commit comments

Comments
 (0)