On Thursday, 28 March 2019 16:17:33 CET Luya Tshimbalanga wrote:
> Hello team,
> 
> I encountered an issue related to luxcorerender unable to use the new
> boost dependency. See
> 
> https://koji.fedoraproject.org/koji/taskinfo?taskID=33804165
> 
> Could someone resolve that problem?
> 
> 
> Thanks
> 
> 
> Luya
> 


Pass the correct Python version to cmake:

%cmake \
        -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE \
        -DBOOST_ROOT=%{_prefix} \
        -DLUXRAYS_DISABLE_OPENCL=0 \
        -DPYTHON_V=%{python3_version_nodots} \
        ..


You'll need to apply the patch 
"use-non_native-fp_classify-for-boost-106900.patch" or the build will fail with 
Boost 1.69.

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to