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
`amdgcn_capabilities` |List of AMDGCN capabilities to build with (if supported) |`[]` |
27
28
`banned_linked_shared_libs` |List of shared libraries (names, file names, or paths) which are not allowed to be linked in any installed binary/library |`[]` |
28
29
`bin_lib_subdirs` |List of subdirectories for binaries and libraries, which is used during sanity check to check RPATH linking and banned/required libraries |`[]` |
29
30
`bitbucket_account` |Bitbucket account name to be used to resolve template values in source URLs |`"%(namelower)s"`|
``%(amdgcn_capabilities)s`` |Comma-separated list of AMDGCN capabilities, as specified via --amdgcn-capabilities configuration option or via amdgcn_capabilities easyconfig parameter
68
+
``%(amdgcn_cc_space_sep)s`` |Space-separated list of AMDGCN capabilities
69
+
``%(amdgcn_cc_semicolon_sep)s`` |Semicolon-separated list of AMDGCN capabilities
67
70
``%(cuda_compute_capabilities)s`` |Comma-separated list of CUDA compute capabilities, as specified via --cuda-compute-capabilities configuration option or via cuda_compute_capabilities easyconfig parameter
68
71
``%(cuda_cc_cmake)s`` |List of CUDA compute capabilities suitable for use with $CUDAARCHS in CMake 3.18+
69
72
``%(cuda_cc_space_sep)s`` |Space-separated list of CUDA compute capabilities
Copy file name to clipboardExpand all lines: docs/version-specific/eb-help.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ Option flag |Option descrip
83
83
``--job-backend=JOB-BACKEND`` |Backend to use for submitting jobs (type choice; default: Slurm) (choices: GC3Pie, PbsPython, Slurm)
84
84
``--logfile-format=DIR,FORMAT`` |Directory name and format of the log file (type comma-separated tuple; default: easybuild,easybuild-%(name)s-%(version)s-%(date)s.%(time)s.log)
85
85
``--module-depends-on`` |Use depends_on (Lmod 7.6.1+) for dependencies in all generated modules (implies recursive unloading of modules). (default: True; disable with --disable-module-depends-on)
86
-
``--module-extensions`` |Include 'extensions' statement in generated module file (Lua syntax only) (default: True; disable with --disable-module-extensions)
86
+
``--module-extensions`` |Include 'extensions' statement in generated module file (default: True; disable with --disable-module-extensions)
87
87
``--module-naming-scheme=MODULE-NAMING-SCHEME`` |Module naming scheme to use (default: EasyBuildMNS)
88
88
``--module-search-path-headers=MODULE-SEARCH-PATH-HEADERS`` |Environment variable set by modules on load with search paths to header files (type choice; default: cpath) (choices: cpath, include_paths)
89
89
``--module-syntax=MODULE-SYNTAX`` |Syntax to be used for module files (type choice; default: Lua) (choices: Lua, Tcl)
@@ -234,6 +234,7 @@ Option flag |Option
234
234
``--allow-modules-tool-mismatch`` |Allow mismatch of modules tool and definition of 'module' function (default: False)
235
235
``--allow-unresolved-templates`` |Don't error out when templates such as %(name)s in EasyConfigs could not be resolved (default: False)
236
236
``--allow-use-as-root-and-accept-consequences`` |Allow using of EasyBuild as root (NOT RECOMMENDED!) (default: False)
237
+
``--amdgcn-capabilities=AMDGCN-CAPABILITIES`` |List of AMDGCN capabilities to use when building GPU software; values should be specified as gfx[xyz], as defined by the LLVM targets, for example: gfx1101,gfx90a,gfx1030 (type comma-separated list)
237
238
``--backup-modules`` |Back up an existing module file, if any. Auto-enabled when using --module-only or --skip
238
239
``--backup-patched-files`` |Create a backup (*.orig) file when applying a patch (default: False)
239
240
``--banned-linked-shared-libs=BANNED-LINKED-SHARED-LIBS`` |Comma-separated list of shared libraries (names, file names, or paths) which are not allowed to be linked in any installed binary/library (type comma-separated list)
``install_target_subdir`` |Subdirectory to use as installation target |``None``
192
193
``prefix_opt`` |Prefix command line option for configure script ('--prefix=' if None) |``None``
193
194
``runtest`` |Make target to test build or True to use CTest |``None``
194
-
``separate_build_dir`` |Perform build in a separate directory |``True``
195
+
``separate_build_dir`` |Perform build in a separate directory. Can be set to a specific path to use, otherwise a new, empty folder is created. A relative path is relative to %(builddir)s. To build in the source directory set this to 'False'. |``True``
195
196
``srcdir`` |Source directory location to provide to cmake command |``None``
196
197
``tar_config_opts`` |Override tar settings as determined by configure. |``False``
197
198
``test_cmd`` |Test command to use ('runtest' value is appended, default: 'make') |``None``
``install_target_subdir`` |Subdirectory to use as installation target |``None``
272
273
``prefix_opt`` |Prefix command line option for configure script ('--prefix=' if None) |``None``
273
274
``runtest`` |Make target to test build or True to use CTest |``None``
274
-
``separate_build_dir`` |Perform build in a separate directory |``True``
275
+
``separate_build_dir`` |Perform build in a separate directory. Can be set to a specific path to use, otherwise a new, empty folder is created. A relative path is relative to %(builddir)s. To build in the source directory set this to 'False'. |``True``
275
276
``srcdir`` |Source directory location to provide to cmake command |``None``
276
277
``tar_config_opts`` |Override tar settings as determined by configure. |``False``
277
278
``test_cmd`` |Test command to use ('runtest' value is appended, default: 'make') |``None``
``install_target_subdir`` |Subdirectory to use as installation target |``None``
315
316
``prefix_opt`` |Prefix command line option for configure script ('--prefix=' if None) |``None``
316
317
``runtest`` |Ninja target to test build or True to use CTest |``None``
317
-
``separate_build_dir`` |Perform build in a separate directory |``True``
318
+
``separate_build_dir`` |Perform build in a separate directory. Can be set to a specific path to use, otherwise a new, empty folder is created. A relative path is relative to %(builddir)s. To build in the source directory set this to 'False'. |``True``
318
319
``srcdir`` |Source directory location to provide to cmake command |``None``
319
320
``tar_config_opts`` |Override tar settings as determined by configure. |``False``
320
321
``test_cmd`` |Test command to use ('runtest' value is appended) |``"ninja"``
``req_py_minver`` |Required minor Python version (only relevant when using system Python) |``None``
377
378
``runtest`` |Make target to test build or True to use CTest |``None``
378
379
``sanity_pip_check`` |Run 'python -m pip check' to ensure all required Python packages are installed and check for any package with an invalid (0.0.0) version. |``True``
379
-
``separate_build_dir`` |Perform build in a separate directory |``True``
380
+
``separate_build_dir`` |Perform build in a separate directory. Can be set to a specific path to use, otherwise a new, empty folder is created. A relative path is relative to %(builddir)s. To build in the source directory set this to 'False'. |``True``
380
381
``source_urls`` |List of URLs for source files |``['https://pypi.python.org/packages/source/%(nameletter)s/%(name)s']``
381
382
``srcdir`` |Source directory location to provide to cmake command |``None``
382
383
``tar_config_opts`` |Override tar settings as determined by configure. |``False``
0 commit comments