You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meson_options.txt
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ option('blas-name', type : 'string', value : 'openblas', description: 'name of t
13
13
option('enable-pastix', type : 'boolean', value : false, description: 'enable PaStiX support')
14
14
option('pastix_root', type : 'string', value : 'externals/pastix/', description: 'PaStiX base directory')
15
15
option('scotch_root', type : 'string', value : 'externals/scotch/', description: 'Scotch base directory')
16
-
option('custom-mpi', type : 'boolean', value : false, description: 'Use custom mpi include and library path from env variables')
17
-
option('enable-tests', type : 'boolean', value : false, description: 'Compile Unit Tests')
18
-
option('enable-mixedprec', type : 'boolean', value : false, description: 'Use single precision floating point arithmetic for sparse algebra')
16
+
option('custom-mpi', type : 'boolean', value : false, description: 'enable MPI assuming the compiler and/or env vars give the correct include dirs and linker args.')
17
+
option('enable-tests', type : 'boolean', value : false, description: 'compile Unit Tests')
18
+
option('enable-mixedprec', type : 'boolean', value : false, description: 'use single precision floating point arithmetic for sparse algebra')
19
+
option('extra-deps', type : 'string', value : '', description: 'comma-separated list of extra (custom) dependencies to add for compilation')
0 commit comments