mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
build-all.py - print IFCOS_SCHEMAS
This commit is contained in:
@@ -301,6 +301,11 @@ cecho(
|
|||||||
""" - How many compiler processes may be run in parallel.
|
""" - How many compiler processes may be run in parallel.
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
cecho(f" * IFCOS_SCHEMAS = '{os.environ.get('IFCOS_SCHEMAS')}'", MAGENTA)
|
||||||
|
cecho(
|
||||||
|
""" - IFC Schemas to compile. If not provided, fallback to default provided in cmake.
|
||||||
|
"""
|
||||||
|
)
|
||||||
|
|
||||||
dependency_tree: "dict[str, tuple[str, ...]]" = {
|
dependency_tree: "dict[str, tuple[str, ...]]" = {
|
||||||
"IfcParse": ("boost", "libxml2", "hdf5", "rocksdb"),
|
"IfcParse": ("boost", "libxml2", "hdf5", "rocksdb"),
|
||||||
|
|||||||
Reference in New Issue
Block a user