From f997b9aff5e0b4dcc67438bc6727c202d680b6eb Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Wed, 21 Nov 2018 14:08:09 +0100 Subject: Remove remaining uses of the --jobs option Fix COIN script and documentation. Amends 9ec0fab3d67d7c5ecc3cb8d45d3ee8abc38aa8e0. Task-number: PYSIDE-809 Change-Id: I217a34a4074a55cfeee9b00898a5e5a09f3f2bb8 Reviewed-by: Alexandru Croitor --- coin_build_instructions.py | 2 +- docs/building/options.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/coin_build_instructions.py b/coin_build_instructions.py index 75f9feb66..969b9272b 100644 --- a/coin_build_instructions.py +++ b/coin_build_instructions.py @@ -112,7 +112,7 @@ def call_setup(python_ver): qmake_path = get_ci_qmake_path(CI_ENV_INSTALL_DIR, CI_HOST_OS) cmd.append(qmake_path) cmd += ["--build-tests", - "--jobs=4", + "--parallel=4", "--verbose-build"] if python_ver == "3": cmd += ["--limited-api=yes"] diff --git a/docs/building/options.rst b/docs/building/options.rst index 71e7f6a57..63489f80a 100644 --- a/docs/building/options.rst +++ b/docs/building/options.rst @@ -89,7 +89,7 @@ Options ``--no-examples`` Don't include PySide examples in PySide distribution -``--jobs`` +``--parallel`` Specify the number of parallel build jobs ``--jom`` -- cgit v1.2.3