diff --git a/docs/version-specific/generic-easyblocks.md b/docs/version-specific/generic-easyblocks.md index e307e72356..5757f5b458 100644 --- a/docs/version-specific/generic-easyblocks.md +++ b/docs/version-specific/generic-easyblocks.md @@ -377,6 +377,7 @@ easyconfig parameter |description ``install_target_subdir`` |Subdirectory to use as installation target |``None`` ``max_py_majver`` |Maximum major Python version (only relevant when using system Python) |``None`` ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` +``modulename`` |Module name of the Python package, as used in import check (e,g, 'torch' instead of the default 'pytorch'). Setting 'False' disables the import check. Defaults to lowercased package name with dashes replaced by underscores. |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` ``pip_no_build_isolation`` |Use --no-build-isolation with pip install |``True`` @@ -504,6 +505,7 @@ easyconfig parameter |description ``lto`` |Override default LTO flag ('fat', 'thin', 'off') |``None`` ``max_py_majver`` |Maximum major Python version (only relevant when using system Python) |``None`` ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` +``modulename`` |Module name of the Python package, as used in import check (e,g, 'torch' instead of the default 'pytorch'). Setting 'False' disables the import check. Defaults to lowercased package name with dashes replaced by underscores. |``None`` ``offline`` |Build offline |``True`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` @@ -557,6 +559,7 @@ easyconfig parameter |description ``lto`` |Override default LTO flag ('fat', 'thin', 'off') |``None`` ``max_py_majver`` |Maximum major Python version (only relevant when using system Python) |``None`` ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` +``modulename`` |Module name of the Python package, as used in import check (e,g, 'torch' instead of the default 'pytorch'). Setting 'False' disables the import check. Defaults to lowercased package name with dashes replaced by underscores. |``None`` ``offline`` |Build offline |``True`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` @@ -758,6 +761,7 @@ easyconfig parameter |description ``install_target`` |Option to pass to setup.py |``"install"`` ``max_py_majver`` |Maximum major Python version (only relevant when using system Python) |``None`` ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` +``modulename`` |Module name of the Python package, as used in import check (e,g, 'torch' instead of the default 'pytorch'). Setting 'False' disables the import check. Defaults to lowercased package name with dashes replaced by underscores. |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` ``pip_no_build_isolation`` |Use --no-build-isolation with pip install |``True`` @@ -889,6 +893,7 @@ easyconfig parameter |description ``install_target`` |Option to pass to setup.py |``"install"`` ``max_py_majver`` |Maximum major Python version (only relevant when using system Python) |``None`` ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` +``modulename`` |Module name of the Python package, as used in import check (e,g, 'torch' instead of the default 'pytorch'). Setting 'False' disables the import check. Defaults to lowercased package name with dashes replaced by underscores. |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` ``pip_no_build_isolation`` |Use --no-build-isolation with pip install |``True`` @@ -1309,6 +1314,7 @@ easyconfig parameter |description ``install_target`` |Option to pass to setup.py |``"install"`` ``max_py_majver`` |Maximum major Python version (only relevant when using system Python) |``None`` ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` +``modulename`` |Module name of the Python package, as used in import check (e,g, 'torch' instead of the default 'pytorch'). Setting 'False' disables the import check. Defaults to lowercased package name with dashes replaced by underscores. |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` ``pip_no_build_isolation`` |Use --no-build-isolation with pip install |``True`` @@ -1354,6 +1360,7 @@ easyconfig parameter |description ``install_target`` |Option to pass to setup.py |``"install"`` ``max_py_majver`` |Maximum major Python version (only relevant when using system Python) |``None`` ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` +``modulename`` |Module name of the Python package, as used in import check (e,g, 'torch' instead of the default 'pytorch'). Setting 'False' disables the import check. Defaults to lowercased package name with dashes replaced by underscores. |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` ``pip_no_build_isolation`` |Use --no-build-isolation with pip install |``True`` @@ -1719,6 +1726,7 @@ easyconfig parameter |description ``install_target`` |Option to pass to setup.py |``"install"`` ``max_py_majver`` |Maximum major Python version (only relevant when using system Python) |``None`` ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` +``modulename`` |Module name of the Python package, as used in import check (e,g, 'torch' instead of the default 'pytorch'). Setting 'False' disables the import check. Defaults to lowercased package name with dashes replaced by underscores. |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` ``pip_no_build_isolation`` |Use --no-build-isolation with pip install |``True`` @@ -1762,6 +1770,7 @@ easyconfig parameter |description ``install_target`` |Option to pass to setup.py |``"install"`` ``max_py_majver`` |Maximum major Python version (only relevant when using system Python) |``None`` ``max_py_minver`` |Maximum minor Python version (only relevant when using system Python) |``None`` +``modulename`` |Module name of the Python package, as used in import check (e,g, 'torch' instead of the default 'pytorch'). Setting 'False' disables the import check. Defaults to lowercased package name with dashes replaced by underscores. |``None`` ``options`` |Dictionary with extension options. |``{}`` ``pip_ignore_installed`` |Let pip ignore installed Python packages (i.e. don't remove them) |``True`` ``pip_no_build_isolation`` |Use --no-build-isolation with pip install |``True``