mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 03:10:56 +00:00
build-all.py - document more env variables
This commit is contained in:
+6
-3
@@ -43,9 +43,12 @@ Used environment variables:
|
|||||||
- ``BUILD_CFG`` - build configuration, 'RelWithDebInfo' by default.
|
- ``BUILD_CFG`` - build configuration, 'RelWithDebInfo' by default.
|
||||||
- ``USE_CURRENT_PYTHON_VERSION`` - use current python config instead of compile from source
|
- ``USE_CURRENT_PYTHON_VERSION`` - use current python config instead of compile from source
|
||||||
- ``IFCOS_NUM_BUILD_PROCS`` - number of concurrent processes defaults to available cores + 1
|
- ``IFCOS_NUM_BUILD_PROCS`` - number of concurrent processes defaults to available cores + 1
|
||||||
- ``NO_CLEAN`` - do not clean build directories but continue working on current build (installed dependencies are never cleared)
|
- ``NO_CLEAN`` - do not clean `ifcopenshell` build directories but continue working on current build
|
||||||
- ``IFCOS_SCHEMAS`` - schemas to be built; defaults to cmake default (IFC2X3; IFC4; IFC4X3_ADD2) - to be supplied as 2x3;4
|
(installed dependencies are never cleared).
|
||||||
|
By default option is disabled, to enable pass any value from `1`, `on`, `true`.
|
||||||
|
- ``IFCOS_SCHEMAS`` - schemas to be built; defaults to cmake default (IFC2X3; IFC4; IFC4X3_ADD2) - to be supplied as `2x3;4`
|
||||||
|
- ``USE_OCCT`` - whether to use official Open CASCADE instead of Community Edition
|
||||||
|
(`true` by default, any other value is considered `false`)
|
||||||
|
|
||||||
# This script builds IfcOpenShell and its dependencies #
|
# This script builds IfcOpenShell and its dependencies #
|
||||||
# #
|
# #
|
||||||
|
|||||||
Reference in New Issue
Block a user