Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support conda-forge vtk binaries #27

Open
2 of 4 tasks
kwabenantim opened this issue Jul 22, 2023 · 0 comments
Open
2 of 4 tasks

Support conda-forge vtk binaries #27

kwabenantim opened this issue Jul 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@kwabenantim
Copy link
Member

Description
The PyChaste conda package currently depends on a custom-built VTK because:

  • PyChaste only supports VTK <= 7.x.x at the moment, but conda-forge binaries for VTK 7 are only available for Python2.
  • The VTK binaries from conda-forge use TBB instead of MPI.

Switching to the conda-forge pre-built VTK binaries would simplify dependencies for the PyChaste conda package.

It would also allow the use of OSMesa based VTK builds available from conda-forge, which would help remove reliance on the Xvfb workaround for off-screen rendering in notebooks. From #8:

Moving to an osmesa-based vtk build would be a cleaner future solution ...

To Do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant