Skip to content
This repository was archived by the owner on Apr 26, 2023. It is now read-only.

Scipion build times distribution

Pablo Conesa edited this page Apr 28, 2017 · 4 revisions
Scipion Logo

As you can see in the chart, the packages that take most time to compile are cmake and opencv:

Scipion build times distribution chart

If you want to save precious compilation time, you can avoid both of them (provided you don’t need opencv functionality). cmake is needed for building some scipion modules, but the installer can use any cmake available in your system. So, if you don’t have cmake already installed, it will be faster to install the binary version with your package manager (for example, apt-get) than to compile it using scipion install cmake

Clone this wiki locally