We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35af3d1 commit 2da4d38Copy full SHA for 2da4d38
graalpython/lib-graalpython/patches/metadata.toml
@@ -207,6 +207,16 @@ version = '< 6.69.0'
207
patch = 'hypothesis-6.patch'
208
license = 'MPL-2.0'
209
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
+
220
[[jaxlib.rules]]
221
version = '== 0.4.13'
222
patch = 'jaxlib-0.4.13.patch'
0 commit comments