BLD: Add the max alloc option

This commit is contained in:
Rohit Goswami 2024-04-08 02:17:42 +00:00 committed by Mateusz Sokół
parent 61aab3ce11
commit 811eba315e
1 changed files with 1 additions and 0 deletions

View File

@ -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_complex', type: 'boolean', value: true, description: 'Build 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
option('realkind', type : 'string', value : 'd',