Ticket #21994: py26-mayavi_Portfile.diff
File py26-mayavi_Portfile.diff, 1.6 KB (added by jjstickel@…, 15 years ago) |
---|
-
python/py26-mayavi/Portfile
old new 9 9 categories-append devel graphics math 10 10 maintainers nomaintainer 11 11 description The Enthought mayavi package 12 long_description 3D Scientific Data Visualization and Plotting using VTK \ 13 as the rendering backend and (wx)python for the (G)UI. \ 14 VTK must be compiled using carbon. 12 long_description 3D Scientific Data Visualization and Plotting using VTK as the \ 13 rendering backend and (wx)python for the (G)UI. VTK must be \ 14 installed using the same framework (cocoa, carbon, x11/gtk) as wxWidgets \ 15 and wxPython. 16 15 17 platforms darwin 16 18 homepage http://code.enthought.com/projects/mayavi/ 17 19 master_sites http://www.enthought.com/repo/ETS/ … … 25 27 26 28 depends_run-append port:py26-ipython 27 29 28 pre-fetch { 29 if {![file exists ${prefix}/include/vtk-5.2/vtkCarbonRenderWindow.h]} { 30 ui_error "vtk must be installed with the +carbon variant" 31 error "vtk must be installed with the +carbon variant" 32 } 33 } 30 # How to check for the framework used to install vtk and wxWidgets? 31 #pre-fetch { 32 # if {![file exists ${prefix}/include/vtk-5.2/vtkCarbonRenderWindow.h]} { 33 # ui_error "vtk must be installed with the +carbon variant" 34 # error "vtk must be installed with the +carbon variant" 35 # } 36 #} 34 37 35 38 patchfiles changeset_r24036.diff 36 39 patch.pre_args -p3