May need to manually provide a Matlab path using the -DMatlab_ROOT_DIR="/path/to/Matlab" option.
Linux:
Brille test appears to cause the the run_test.py script to hang following the completion of all the tests. Not an issue when running tests manually but when running on the jenkins job this will need to be disabled.
libpymcr appears to struggle to find Matlab on Linux only.
New features:
Usage:
python setup.py bdist_wheel <options>
After this the wheel can be installed and is located in the dist directory within pace-python.
List of new options introduced:
Example:
If we want to turn SpinW off and use a version of Horace already on your machine you can run the following:
python setup.py bdist_wheel -DWITH_SPINW=OFF -DHORACE_PATH="/path/to/your/systems/Horace"
System specific comments
Windows:
May need to manually provide a Matlab path using the
-DMatlab_ROOT_DIR="/path/to/Matlab"
option.Linux: