Since the ldraw-parts package is available on conda-forge for OS X, I would rather depend on it than vendor it's content with leocad (and vendoring is strongly advised againsts in the conda-forge policy). At the moment, I am commenting out the corresponding lines in leocad.pro to get passed this error.
Povray vendoring.
Similarly, a build of povray is required. Is it possible to instead depend on the povray conda package ?
Now that leocad is available on conda-forge for linux-64, I am looking at making it available for OS X.
It seems that it is required to vendor the parts library as part of the package (as per issue https://github.com/leozide/leocad/issues/267 and the compiling documentation page.
Since the
ldraw-parts
package is available on conda-forge for OS X, I would rather depend on it than vendor it's content with leocad (and vendoring is strongly advised againsts in the conda-forge policy). At the moment, I am commenting out the corresponding lines in leocad.pro to get passed this error.Similarly, a build of povray is required. Is it possible to instead depend on the povray conda package ?