Skip to content

Commit 2da4d38

Browse files
committed
Add itk patch metadata
1 parent 35af3d1 commit 2da4d38

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

graalpython/lib-graalpython/patches/metadata.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,16 @@ version = '< 6.69.0'
207207
patch = 'hypothesis-6.patch'
208208
license = 'MPL-2.0'
209209

210+
[[itk.rules]]
211+
note = """\
212+
ITK cannot be directly installed with pip. It can be built manually from upstream source tarball with cmake. \
213+
GraalPy includes a patch `itk-5.4.3.patch` that can be manually applied to fix library loading issues.\
214+
"""
215+
# Note: there is no source, the patch isn't complete enough to build a wheel
216+
version = '== 5.4.3'
217+
patch = 'itk-5.4.3.patch'
218+
license = 'Apache-2.0'
219+
210220
[[jaxlib.rules]]
211221
version = '== 0.4.13'
212222
patch = 'jaxlib-0.4.13.patch'

0 commit comments

Comments
 (0)