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

Some vtk-packages are not available anymore in ubuntu 20.04 #256

Open
chhtz opened this issue Feb 8, 2023 · 0 comments
Open

Some vtk-packages are not available anymore in ubuntu 20.04 #256

chhtz opened this issue Feb 8, 2023 · 0 comments

Comments

@chhtz
Copy link
Contributor

chhtz commented Feb 8, 2023

From these

    default:
        - libvtk6-dev
        - tcl-vtk6
        - python-vtk6
        - libvtk6-java

only libvtk6-dev is still available. It seems to work if I upgrade this to

        - libvtk7-dev
        - tcl-vtk7
        - python3-vtk7
        - libvtk7-java

Is the proper way to fix this:

  • Rename current default to 18.04, and add a new default with the entries above, or
  • Create a new 20.04 (maybe also 22.04) entry with the new values?

I also don't know if the API changed somewhere and some dependencies would break -- but the version had been updated from vtk5 before, so hopefully this is fine.

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

No branches or pull requests

1 participant