We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e9fc4b commit 8cfd36bCopy full SHA for 8cfd36b
1 file changed
setup.py
@@ -69,7 +69,7 @@ def populate_lib_dir(conda_prefix, vtk_manylinux, out_dir):
69
vtk_manylinux = pathlib.Path(vtk_manylinux)
70
out_dir = pathlib.Path(out_dir)
71
72
- fns = list((conda_prefix / "conda-meta").glob("vtk-*.json"))
+ fns = list((conda_prefix / "conda-meta").glob("vtk-9*-qt_*.json"))
73
if len(fns) != 1:
74
raise Exception(f"could not find unique vtk meta: {fns}")
75
vtk_meta = json.loads(fns[0].read_text())
0 commit comments