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
``abs_path_compilers`` |Specify compilers via absolute file path (not via command names) |``False``
283
283
``allow_system_boost`` |Always allow CMake to pick up on Boost installed in OS (even if Boost is included as a dependency) |``False``
284
-
``build_cmd`` |Build command to use |``"make"``
284
+
``build_cmd`` |Build command to use |``"ninja"``
285
285
``build_cmd_targets`` |Target name (string) or list of target names to build |``""``
286
+
``build_dir`` |build_dir to pass to meson |``None``
286
287
``build_shared_libs`` |Build shared library (instead of static library)None can be used to add no flag (usually results in static library) |``None``
287
288
``build_type`` |Build type for CMake, e.g. Release.Defaults to 'Release' or 'Debug' depending on toolchainopts[debug] |``None``
288
289
``configure_cmd`` |Configure command to use |``"cmake"``
289
290
``configure_cmd_prefix`` |Prefix to be glued before ./configure |``""``
290
291
``configure_without_installdir``|Avoid passing an install directory to the configure command (such as via --prefix) |``False``
291
292
``generator`` |Build file generator to use. None to use CMakes default |``"Ninja"``
292
293
``host_type`` |Value to provide to --host option of configure script, e.g., x86_64-pc-linux-gnu (determined by config.guess shipped with EasyBuild if None, False implies to leave it up to the configure script)|``None``
293
-
``install_cmd`` |Install command to use |``"make install"``
294
+
``install_cmd`` |Install command to use |``"ninja"``
294
295
``install_target_subdir`` |Subdirectory to use as installation target |``None``
295
296
``prefix_opt`` |Prefix command line option for configure script ('--prefix=' if None) |``None``
296
297
``separate_build_dir`` |Perform build in a separate directory |``True``
@@ -886,7 +887,10 @@ Support for building and installing software with 'meson' and 'ninja'.
0 commit comments