#3688 closed update (fixed)
UPDATE: VTK-4.4.2
Reported by: | cssdev@… | Owned by: | cssdev |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | vtk |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
VTK 4.2 follows one version of the VTK API, but VTK 4.4 provides a transition API moving toward VTK 5. There are "interim" releases available from the VTK website:
- http://www.vtk.org/get-software.php#interim
- http://public.kitware.com/pipermail/vtkusers/2003-December/070809.html
It would be useful to have a way to grab this interim release for use with code that targets the newer API. The CVS HEAD does include development for 4.4.x, but the interim releases might be a little more stable than checking out the latest bleeding edge code from CVS. Technically, the devel variant should be version 4.4, not 4.3. Since VTK 4.2 and VTK 4.4 are considered different, how might DarwinPorts support both these versions?
Attachments (3)
Change History (23)
comment:1 Changed 19 years ago by cssdev@…
comment:2 Changed 19 years ago by olegb@…
any update on this Chris?
maybe name the port vtk4 vtk5 or somethin' ?
comment:3 Changed 19 years ago by cssdev@…
I'm working on a separate vtk5 port now that VTK 5.0.0 has been released by Kitware.
comment:4 Changed 18 years ago by markd@…
Type: | defect → enhancement |
---|
comment:5 Changed 18 years ago by cssdev
Owner: | changed from julian9@… to css@… |
---|
Reassigning bug to port maintainer.
comment:6 Changed 18 years ago by cssdev
Status: | new → assigned |
---|
comment:7 Changed 18 years ago by pipping@…
Milestone: | → Available Ports |
---|
comment:8 Changed 18 years ago by pipping@…
Milestone: | Available Ports → Port Enhancements |
---|
comment:9 Changed 18 years ago by cssdev
I'll create a separate vtk44 port in addition to a newer vtk5 port.
comment:10 Changed 17 years ago by nox@…
Milestone: | Port Enhancements → Port Requests |
---|---|
Priority: | Expected → Normal |
Version: | 1.0 |
comment:11 Changed 17 years ago by cssdev
Milestone: | Port Requests → Port Updates |
---|---|
Summary: | RFE: VTK-4.4 interim releases → UPDATE: VTK-4.4.2 |
VTK 4.4.2 is listed by Kitware as the previous release. so this port should change from something new to an update.
Changed 17 years ago by cssdev
Attachment: | patch-Portfile.diff added |
---|
update to vtk 4.4 with adjusted patches
Changed 17 years ago by cssdev
Attachment: | vtk44-patches.tar.gz added |
---|
patches for build vtk 4.4 with gcc4
comment:12 Changed 17 years ago by bfulgham@…
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:13 Changed 17 years ago by cssdev
I hope this worked ... I didn't finish testing before it was committed.
comment:14 Changed 17 years ago by cssdev
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Changes are still uncommitted for VTK 4.4, and I'm reopening the ticket because it's a completely different version from the newer vtk5.
comment:15 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | vtk added |
comment:16 follow-up: 17 Changed 16 years ago by cssdev
Picking this back up ... I'll apply the patches for gcc4 if ${os.major} >= 8
, and that should fix several things. I'll need to look more closely at the X11 handling, because I need to make sure that it looks in ${x11prefix}
and can properly utilize MacPorts libs in addition to the regular Mac OS X X11 libs.
Changed 16 years ago by cssdev
Attachment: | patch-Portfile.2.diff added |
---|
updated Portfile for Leopard and x11prefix
comment:17 Changed 16 years ago by cssdev
Replying to css@…:
I'll need to look more closely at the X11 handling
I'm concerned about messages like:
CMake Warning at Rendering/Testing/Cxx/CMakeLists.txt:29 (ADD_EXECUTABLE): Cannot generate a safe linker search path for target TimeRenderer because there is a cycle in the constraint graph: dir 0 is [.] dir 1 is [/opt/local/var/macports/build/_Users_Shared_macports_dports_graphics_vtk/work/VTK/bin] dir 2 is [/usr/X11R6/lib] dir 3 must precede it due to link library [libSM.dylib] dir 3 is [/opt/local/lib] dir 2 must precede it due to link library [libGLU.dylib] Some of these libraries may not be found correctly.
I'll start a build this morning, and I'll take a look at the results later.
comment:18 Changed 16 years ago by cssdev
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Committed to r47882!
comment:19 Changed 16 years ago by jmroot (Joshua Root)
Type: | enhancement → update |
---|
I checked out the latest version from cvs (-D 2005/07/07), and it works fine with the resolution to BUG #3895 put into place. I can provide VTK-20050707.tar.bz2 for use in compiling the latest development version of VTK 4.5. What might be the best way to differentiate between the different versions? Should I name the new port 'vtk-interim' or 'vtk5', for example?