Commit 58990a1
committed
COMP: Pin libcxx <22 in conda recipe for CastXML 0.7.0 compatibility
CastXML 0.7.0 on conda-forge bundles Clang 20 internally, which
cannot parse the __acquire_capability__ pack-expansion syntax that
libc++ 22 introduced in <mutex>:422.
Without this pin, every wrapped ITK class fails during Python XML
generation with:
attribute '__acquire_capability__' does not support argument
pack expansion
Remove this pin when CastXML ships against Clang 22+ (or when
conda-forge tightens castxml-feedstock's own libcxx upper bound).1 parent a046c8f commit 58990a1
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
0 commit comments