~thopiekar/ultimaker/+git/libCharon:CURA-7900_Change_variable_name_for_python_version

Last commit made on 2021-03-29
Get this branch:
git clone -b CURA-7900_Change_variable_name_for_python_version https://git.launchpad.net/~thopiekar/ultimaker/+git/libCharon

Branch merges

Branch information

Name:
CURA-7900_Change_variable_name_for_python_version
Repository:
lp:~thopiekar/ultimaker/+git/libCharon

Recent commits

f21a50e... by Evangelos Trantos <email address hidden>

Reverting the latest addition of CURA_PYTHON_VERSION

We found a workaround that will not require setting the exact python version on the CMakeLists.txt, as that might be a bit obstructive for the maintainers of the libCharon repository.

427d1da... by Evangelos Trantos <email address hidden>

Change the variable name for the python version

After internal review of our CURA-7900 ticket it was decided to use the more broad `PYTHON_VERSION` naming and omit the `CURA` reference.

142e42b... by Shigeru Yamada <email address hidden>

Merge pull request #27 from Ultimaker/cura_osx_build_aws

Use exact Python version when identifying the interpreter so that macOS build on AWS will use updated Cura Python version

21c4161... by Evangelos Trantos <email address hidden>

Use exact Python version when identifying the interpreter

The Python version that Cura is currently using is v3.5.7. However, all updated servers have now system Python versions installed by default, which are newer than that.
As a result, during CMake's configuration step the system Python is found first (since it's located in /usr/bin or /usr/local/bin) and, thus, the step results in error.
Using an exact version of Python and setting that variable during the configuration step is the most ideal solution for this issue.

c34738d... by Chris ter Beke <email address hidden>

Merge pull request #26 from Ultimaker/MISP-reinstate-setup-script-for-cura

Reinstate setup.py so cura can install it as a python package

dc0b8ae... by Bryan Foley <email address hidden>

Reinstate setup.py so cura can install the it as a python package

3a94906... by Bryan Foley <email address hidden>

Merge pull request #25 from Ultimaker/prime-jedi

Prime jedi conversion

0c566ff... by Bryan Foley <email address hidden>

Added a small comment on the target value of cyclomatic complexity

a694f7d... by Bryan Foley <email address hidden>

Set a threshold on which we will be alerted that complexity analysis has failed, instead of always passing

b5f7122... by Bryan Foley <email address hidden>

Merge branch 'prime-jedi' of github.com:Ultimaker/libCharon into prime-jedi