File: llvm.patch

package info (click to toggle)
openvdb 10.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 23,092 kB
  • sloc: cpp: 293,853; ansic: 2,268; python: 776; objc: 714; sh: 527; yacc: 382; lex: 348; makefile: 176
file content (18 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: llvm definitions flags
Author: Mathieu Malaterre <malat@debian.org>
Bug-Debian: https://bugs.debian.org/1025058
Forwarded: https://gitlab.kitware.com/cmake/cmake/-/issues/24208
Last-Update: 2022-11-29

Index: openvdb/openvdb_ax/openvdb_ax/CMakeLists.txt
===================================================================
--- openvdb.orig/openvdb_ax/openvdb_ax/CMakeLists.txt
+++ openvdb/openvdb_ax/openvdb_ax/CMakeLists.txt
@@ -249,6 +249,7 @@ set(OPENVDB_AX_CORE_DEPENDENT_LIBS
 )
 
 set(OPENVDB_AX_PUBLIC_DEFINES ${LLVM_DEFINITIONS})
+separate_arguments(OPENVDB_AX_PUBLIC_DEFINES)
 set(OPENVDB_AX_PRIVATE_DEFINES "")
 set(OPENVDB_AX_PUBLIC_OPTIONS "")