ports/graphics/zeno/files/patch-ui_zenoedit_launch_viewdecode.cpp
Martin Filla 7be75c9ecc graphics/zeno: Update 2023.11.16 → 2024.10.1
Use GCC for build:
/wrkdirs/usr/ports/graphics/zeno/work/zeno-2024.10.1/zeno/src/nodes/neo/PrimUnmerge.cpp:237:35: error: capturing a structured binding is not yet supported in OpenMP
  237 |                     arr[i] = attr[val[i]];
      |                                   ^

Upstream issue:	https://github.com/zenustech/zeno/issues/2022
LLVM issue:	https://github.com/llvm/llvm-project/issues/33025

Changelog:
https://github.com/zenustech/zeno/releases/tag/2024.10.1

PR:	282753
2024-11-20 21:23:27 +03:00

14 lines
454 B
C++

--- ui/zenoedit/launch/viewdecode.cpp.orig 2024-09-30 13:46:54 UTC
+++ ui/zenoedit/launch/viewdecode.cpp
@@ -1,4 +1,4 @@
-#ifdef ZENO_MULTIPROCESS
+//#ifdef ZENO_MULTIPROCESS
#include "viewdecode.h"
#include "zenoapplication.h"
#include <zenomodel/include/graphsmanagment.h>
@@ -370,4 +370,4 @@ void viewDecodeAppend(const char *buf, size_t n)
zeno::log_debug("viewDecodeAppend n={}", n);
viewDecodeData.append(buf, n);
}
-#endif
+//#endif