Skip to content

Commit

Permalink
Remove OpenCL source giving us unresolved symbols
Browse files Browse the repository at this point in the history
* We are not building OSD with OpenCL yet.
  • Loading branch information
furby-tm committed Nov 13, 2023
1 parent 1edfbcd commit abcb22b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,9 @@ else /* a unicorn! 🦄 */
/* disabled for now. */
"osd/OpenCLD3D11VertexBuffer.cpp",
"osd/OpenCLEvaluator.cpp",
"osd/OpenCLPatchTable.cpp",
"osd/OpenCLVertexBuffer.cpp",
"osd/OpenCLGLVertexBuffer.cpp",
/* disabled DX3D for now. */
/* I have lots of TODOs on windows... */
"osd/D3D11ComputeEvaluator.cpp",
Expand Down Expand Up @@ -276,6 +279,9 @@ else /* a unicorn! 🦄 */
/* disabled for now */
"osd/OpenCLD3D11VertexBuffer.cpp",
"osd/OpenCLEvaluator.cpp",
"osd/OpenCLPatchTable.cpp",
"osd/OpenCLVertexBuffer.cpp",
"osd/OpenCLGLVertexBuffer.cpp",
/* peek into apple's late DX3D work
on macOS, we may want to tap into this. */
"osd/D3D11ComputeEvaluator.cpp",
Expand Down Expand Up @@ -337,6 +343,9 @@ else /* a unicorn! 🦄 */
/* disabled for now. */
"osd/OpenCLD3D11VertexBuffer.cpp",
"osd/OpenCLEvaluator.cpp",
"osd/OpenCLPatchTable.cpp",
"osd/OpenCLVertexBuffer.cpp",
"osd/OpenCLGLVertexBuffer.cpp",
/* no DirectX3D for linux. */
"osd/D3D11ComputeEvaluator.cpp",
"osd/D3D11LegacyGregoryPatchTable.cpp",
Expand Down

0 comments on commit abcb22b

Please sign in to comment.