BLD: Add the max alloc option
This commit is contained in:
parent
61aab3ce11
commit
811eba315e
|
@ -25,6 +25,7 @@ option('build_single', type: 'boolean', value: true, description: 'Build single
|
||||||
option('build_double', type: 'boolean', value: true, description: 'Build double precision')
|
option('build_double', type: 'boolean', value: true, description: 'Build double precision')
|
||||||
option('build_complex', type: 'boolean', value: true, description: 'Build complex precision')
|
option('build_complex', type: 'boolean', value: true, description: 'Build complex precision')
|
||||||
option('build_complex16', type: 'boolean', value: true, description: 'Build double complex precision')
|
option('build_complex16', type: 'boolean', value: true, description: 'Build double complex precision')
|
||||||
|
option('max_stack_alloc', type: 'integer', value: 2048, description: 'Max stack allocation')
|
||||||
|
|
||||||
# From lapack-netlib
|
# From lapack-netlib
|
||||||
option('realkind', type : 'string', value : 'd',
|
option('realkind', type : 'string', value : 'd',
|
||||||
|
|
Loading…
Reference in New Issue