Data Structures | |
| class | xml_parser |
Functions | |
| str | undestdir (str path) |
| Path | path_with_destdir (str|Path path_str) |
| int | install (Path prefix, Path config_file, bool force=False, int verbose=0) |
| int | main () |
Variables | |
| string | appli_tag = "application" |
| string | parent_appli_tag = "parent_application" |
| string | prereq_tag = "prerequisites" |
| string | context_tag = "context" |
| string | venv_directory_tag = "venv_directory" |
| string | sha1_collect_tag = "sha1_collections" |
| string | modules_tag = "modules" |
| string | module_tag = "module" |
| string | samples_tag = "samples" |
| string | extra_tests_tag = "extra_tests" |
| string | extra_test_tag = "extra_test" |
| string | resources_tag = "resources" |
| string | env_modules_tag = "env_modules" |
| string | env_module_tag = "env_module" |
| string | python_tag = "python" |
| string | absolute_appli_dir_tag = "absolute_appli_dir" |
| string | runner_tag = "runner" |
| string | name_att = "name" |
| string | path_att = "path" |
| string | gui_att = "gui" |
| string | version_att = "version" |
| CURDIR = Path(__file__).parent | |
| string | APPLISKEL_DIR = CURDIR / "appliskel" |
| string | DEFAULT_LAUNCHER_NAME = "salome" |
| string | DEFAULT_ABSOLUTE_APPLI_DIR = "SALOME" |
| DESTDIR = os.getenv("DESTDIR", "") | |
| int appli_gen.install | ( | Path | prefix, |
| Path | config_file, | ||
| bool | force = False, |
||
| int | verbose = 0 |
||
| ) |
References path_with_destdir(), and undestdir().
Referenced by main().
| string appli_gen.absolute_appli_dir_tag = "absolute_appli_dir" |
| string appli_gen.appli_tag = "application" |
| string appli_gen.APPLISKEL_DIR = CURDIR / "appliskel" |
| string appli_gen.context_tag = "context" |
| appli_gen.CURDIR = Path(__file__).parent |
| string appli_gen.DEFAULT_ABSOLUTE_APPLI_DIR = "SALOME" |
| string appli_gen.DEFAULT_LAUNCHER_NAME = "salome" |
| appli_gen.DESTDIR = os.getenv("DESTDIR", "") |
| string appli_gen.env_module_tag = "env_module" |
| string appli_gen.env_modules_tag = "env_modules" |
| string appli_gen.extra_test_tag = "extra_test" |
| string appli_gen.extra_tests_tag = "extra_tests" |
| string appli_gen.gui_att = "gui" |
| string appli_gen.module_tag = "module" |
| string appli_gen.modules_tag = "modules" |
| string appli_gen.name_att = "name" |
| string appli_gen.parent_appli_tag = "parent_application" |
| string appli_gen.path_att = "path" |
| string appli_gen.prereq_tag = "prerequisites" |
| string appli_gen.python_tag = "python" |
| string appli_gen.resources_tag = "resources" |
| string appli_gen.runner_tag = "runner" |
| string appli_gen.samples_tag = "samples" |
| string appli_gen.sha1_collect_tag = "sha1_collections" |
| string appli_gen.venv_directory_tag = "venv_directory" |
| string appli_gen.version_att = "version" |