Opened 18 years ago

Closed 16 years ago

Last modified 15 years ago

#10823 closed submission (fixed)

NEW: vtk5-5.0.2

Reported by: cssdev Owned by: cssdev
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: rene.donner@…
Port:

Description

Original submission made by Rene Donner:

i just hacked together a portfile (not polished / intens-tested yet) for VTK 5.0.2, with python and x11 variants, heavily based on your portfile :-) (please find it attached)

yeah, took me several days to get this vtk beast up and running, too.... it only compiles with stock gcc 4.0.1, no macports gcc.... i happend to have gcc42 installed, and cmake stubbornly ignored any

configure.env-append CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0

(perhaps we should include a warning message about this if gcc42 is installed)

btw, i needed vtk only to use mayavi2 , that's what i want to write a portfile for...

Due to API differences between VTK 4.x and VTK 5.x, adding this as a separate port should allow people to continue using the older version if needed.

Attachments (1)

Portfile (2.8 KB) - added by cssdev 18 years ago.
User-submitted Portfile for VTK v5.0.2

Download all attachments as: .zip

Change History (9)

Changed 18 years ago by cssdev

Attachment: Portfile added

User-submitted Portfile for VTK v5.0.2

comment:1 Changed 18 years ago by cssdev

Status: newassigned

I would like to support all three windowing modes (Cocoa, Carbon, and X11), and I already have the changes required to do this. Also, some of the paths should use ${destroot} rather than hard-coded full paths. As per #4495, the install_name should be set on each ilbrary.

comment:2 Changed 17 years ago by kballard (Lily Ballard)

Milestone: New Ports

comment:3 Changed 17 years ago by jmpp@…

Milestone: New PortsPort Submissions

Milestone New Ports deleted

comment:4 Changed 17 years ago by nox@…

Priority: ExpectedNormal

This would fix the issue presented by #3688, wouldn't it?

comment:5 Changed 16 years ago by bfulgham@…

Resolution: fixed
Status: assignedclosed

comment:6 Changed 16 years ago by cssdev

No, this doesn't fix #3688. VTK4 uses a different API from VTK5. I have a lot of stuff that relies on the VTK4 API that has not yet transitioned to the VTK5 API. They should remain separate ports.

comment:7 Changed 15 years ago by jmroot (Joshua Root)

Type: enhancementsubmission

comment:8 Changed 15 years ago by (none)

Milestone: Port Submissions

Milestone Port Submissions deleted

Note: See TracTickets for help on using tickets.