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

[VTK9.3.1] compilation for Ubuntu 24 #1246

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

mathildemerle
Copy link
Collaborator

@mathildemerle mathildemerle commented Oct 8, 2024

VTK 9.2.6 was not adapted to compile on Ubuntu 24. Version 9.3.1 is ok.

edit: PR compiles on Ubuntu 22 too

Ⓜ️

@mathildemerle mathildemerle added this to the 5.0 milestone Oct 8, 2024
@mathildemerle
Copy link
Collaborator Author

by the way, the prerequisites on Ubuntu 24 are on dev branch with this PR:

sudo apt install git g++ cmake cmake-curses-gui 
sudo apt install qtbase5-dev qt5-qmake qttools5-dev qttools5-dev-tools libqt5svg5-dev libqt5x11extras5-dev qtdeclarative5-dev
sudo apt install libboost-all-dev

Copy link
Member

@Florent2305 Florent2305 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@@ -39,7 +39,7 @@ if (NOT USE_SYSTEM_${ep})
## #############################################################################

set(git_url ${GITHUB_PREFIX}Kitware/VTK.git)
set(git_tag v9.2.6)
set(git_tag v9.3.1)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok for this specific version

@@ -183,10 +183,6 @@ class MEDVTKINRIA_EXPORT vtkImageOrientedPointWidget : public vtk3DWidget
# define SetPropW SetProp
#endif

// Description:
// @deprecated Replaced by vtkImageOrientedPointWidget::SetViewProp() as of VTK 5.0.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, but, Could you explain your work process in one line?

@Florent2305 Florent2305 merged commit fd3d692 into medInria:dev Nov 27, 2024
@mathildemerle mathildemerle deleted the ubuntu24VTK9.3.1 branch November 27, 2024 09:21
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

Successfully merging this pull request may close these issues.

2 participants