mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-03 01:56:05 +01:00
Spelling
This commit is contained in:
parent
0f19d8514e
commit
9ead8acdb7
8
configure
vendored
8
configure
vendored
@ -297,7 +297,7 @@ _|_ | | _> |_ (_| | | (_| |_ | (_) | |
|
|||||||
d_print = {
|
d_print = {
|
||||||
"install_ninja": "Install ninja...",
|
"install_ninja": "Install ninja...",
|
||||||
"build": "Creating build.ninja...",
|
"build": "Creating build.ninja...",
|
||||||
"install": "Installing the dependancy through ninja..."
|
"install": "Installing the dependency through ninja..."
|
||||||
}
|
}
|
||||||
|
|
||||||
length = max(map(len, d_print.values()))
|
length = max(map(len, d_print.values()))
|
||||||
@ -347,15 +347,15 @@ _|_ | | _> |_ (_| | | (_| |_ | (_) | |
|
|||||||
""]
|
""]
|
||||||
|
|
||||||
# Build to install
|
# Build to install
|
||||||
l_dependancy = [d_info[i].default_path for i in d_dependency[need]
|
l_dependency = [d_info[i].default_path for i in d_dependency[need]
|
||||||
if i in l_install_descendant]
|
if i in l_install_descendant]
|
||||||
str_dependancy = " ".join(l_dependancy)
|
str_dependency = " ".join(l_dependency)
|
||||||
|
|
||||||
rule = "install" if need != "ocaml" else "install_verbose"
|
rule = "install" if need != "ocaml" else "install_verbose"
|
||||||
|
|
||||||
l_build += ["build {0}: {1} {2} {3}".format(default_path, rule,
|
l_build += ["build {0}: {1} {2} {3}".format(default_path, rule,
|
||||||
archive_path,
|
archive_path,
|
||||||
str_dependancy),
|
str_dependency),
|
||||||
" target = {0}".format(need),
|
" target = {0}".format(need),
|
||||||
" descr = {0}".format(descr), ""]
|
" descr = {0}".format(descr), ""]
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ For more information you can type `ei_handler.py -h`
|
|||||||
# `module_handler.py`
|
# `module_handler.py`
|
||||||
|
|
||||||
This script in located in `$QP_ROOT/scripts/module/`.
|
This script in located in `$QP_ROOT/scripts/module/`.
|
||||||
It provide all the resource related to the tree dependancy of the modules.
|
It provide all the resource related to the tree dependency of the modules.
|
||||||
If more useful as a librairy than a cli.
|
If more useful as a librairy than a cli.
|
||||||
|
|
||||||
It have some usefull property:
|
It have some usefull property:
|
||||||
|
Loading…
Reference in New Issue
Block a user