Re: Assistance to build LuxRender 1.6

2016-10-05 Thread Luya Tshimbalanga
On 05/10/16 10:07 AM, Kevin Kofler wrote: > Luya Tshimbalanga wrote: >> Because upstream requires embree as dependency (only available for 64 bit >> architectures), the conditional statement "%{?_lib} == "lib64" is no >> longer valid. > This is nonsense. Even if your package is ExclusiveArch: x86_6

Re: Assistance to build LuxRender 1.6

2016-10-05 Thread Kevin Kofler
Luya Tshimbalanga wrote: > Because upstream requires embree as dependency (only available for 64 bit > architectures), the conditional statement "%{?_lib} == "lib64" is no > longer valid. This is nonsense. Even if your package is ExclusiveArch: x86_64, %{_lib} will still be defined to "lib64", as

Re: Assistance to build LuxRender 1.6

2016-10-02 Thread Luya Tshimbalanga
On 01/10/16 09:15 PM, Orion Poplawski wrote: > On 10/01/2016 09:30 PM, Luya Tshimbalanga wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Now hitting an issue related to the %build part, this time failing on >> make section. >> The scratch build is available for viewing to see whe

Re: Assistance to build LuxRender 1.6

2016-10-02 Thread Luya Tshimbalanga
On 01/10/16 09:16 PM, Orion Poplawski wrote: > On 09/30/2016 11:21 PM, Luya Tshimbalanga wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Removing these lines from the spec file below >> >> # -DBoost_INCLUDE_DIR=%{_includedir} \ >> # -DLUXRAYS_DISABLE_OPENCL:BOOL=OFF \ >> # -DCMAK

Re: Assistance to build LuxRender 1.6

2016-10-02 Thread Luya Tshimbalanga
On 01/10/16 09:15 PM, Orion Poplawski wrote: > > /builddir/build/BUILD/luxrender-lux-b3f85cf7742f/luxrender-luxrays-abd6faa839d5/src/luxrays/core/bvh/bvhembreebuild.cpp:26:40: > fatal error: embree2/rtcore_bvh_builder.h: No such file or directory > #include > > Perhaps this helps: > http://www.lu

Re: Assistance to build LuxRender 1.6

2016-10-01 Thread Orion Poplawski
On 09/30/2016 11:21 PM, Luya Tshimbalanga wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Removing these lines from the spec file below # -DBoost_INCLUDE_DIR=%{_includedir} \ # -DLUXRAYS_DISABLE_OPENCL:BOOL=OFF \ # -DCMAKE_CXX_FLAGS="$CXXFLAGS -DLUXRAYS_DISABLE_OPENCL=0" \ # -DCMAKE_CXX_

Re: Assistance to build LuxRender 1.6

2016-10-01 Thread Orion Poplawski
On 10/01/2016 09:30 PM, Luya Tshimbalanga wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Now hitting an issue related to the %build part, this time failing on make section. The scratch build is available for viewing to see where might be the problem: http://koji.fedoraproject.org/koji/ta

Re: Assistance to build LuxRender 1.6

2016-10-01 Thread Luya Tshimbalanga
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Now hitting an issue related to the %build part, this time failing on make section. The scratch build is available for viewing to see where might be the problem: http://koji.fedoraproject.org/koji/taskinfo?taskID=15902022 I cleaned the spec file due

Re: Assistance to build LuxRender 1.6

2016-09-30 Thread Luya Tshimbalanga
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Removing these lines from the spec file below # -DBoost_INCLUDE_DIR=%{_includedir} \ # -DLUXRAYS_DISABLE_OPENCL:BOOL=OFF \ # -DCMAKE_CXX_FLAGS="$CXXFLAGS -DLUXRAYS_DISABLE_OPENCL=0" \ # -DCMAKE_CXX_FLAGS="$CXXFLAGS" \ #%%if %%{?_lib} == "lib64" # -D

Assistance to build LuxRender 1.6

2016-09-30 Thread Luya Tshimbalanga
Attempting to build newer version led to a failure due cmake unable to find LuxRay http://paste.fedoraproject.org/439204/75260457/ Yet the path correctly defined. I don't know if there is a mistake or a bug to cmake. Here is the source RPM as reference: https://luya.fedorapeople.org/packages/SR