mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 21:20:31 -04:00
LuxRays is library dedicated to accelerate the ray intersection process by using GPUs. Uses a Data Parallel Model: it doesn't reduce the time spent to trace a single ray but it is able to trace many thousands of rays in parallel. Supports Hybrid CPU/GPU mode where only the ray intersection task is off load to the GPUs while everything else run on the CPU and can be written with usual tools and languages. WWW: http://www.luxrender.net/wiki/LuxRays PR: ports/181019 Submitted by: Natacha Porté <natbsd instinctive.eu>
11 lines
377 B
Text
11 lines
377 B
Text
--- CMakeLists.txt.orig 2013-08-04 12:25:45.415147716 +0200
|
|
+++ CMakeLists.txt 2013-08-04 12:26:52.319147148 +0200
|
|
@@ -142,7 +142,7 @@
|
|
message(WARNING "SLG2 requires OpenCL support, not building")
|
|
endif(NOT LUXRAYS_DISABLE_OPENCL)
|
|
|
|
- add_subdirectory(samples/smallluxgpu3)
|
|
+ # add_subdirectory(samples/smallluxgpu3)
|
|
endif(OPENGL_FOUND AND GLUT_FOUND AND GLEW_FOUND)
|
|
|
|
|