1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # JJS 6/1/09 |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup python25 1.0 |
---|
6 | |
---|
7 | name py25-mayavi |
---|
8 | version 3.2.0 |
---|
9 | categories-append devel graphics math |
---|
10 | maintainers vcn.com:jjstickel openmaintainer |
---|
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. |
---|
15 | platforms darwin |
---|
16 | homepage http://code.enthought.com/projects/mayavi/ |
---|
17 | master_sites http://www.enthought.com/repo/ETS/ |
---|
18 | distname Mayavi-${version} |
---|
19 | checksums md5 efd2de257e517de54f7697526de9a04c |
---|
20 | |
---|
21 | depends_build-append port:py25-setuptools |
---|
22 | |
---|
23 | depends_lib-append port:vtk5\ |
---|
24 | port:py25-configobj\ |
---|
25 | port:py25-numpy\ |
---|
26 | port:py25-apptools\ |
---|
27 | port:py25-envisageplugins\ |
---|
28 | port:py25-traitsgui |
---|
29 | |
---|
30 | depends_run-append port:py25-ipython |
---|
31 | |
---|
32 | pre-fetch { |
---|
33 | if {![file exists ${prefix}/include/vtk-5.2/vtkCarbonRenderWindow.h]} { |
---|
34 | ui_error "vtk must be installed with the +carbon variant" |
---|
35 | error "vtk must be installed with the +carbon variant" |
---|
36 | } |
---|
37 | } |
---|
38 | |
---|
39 | patchfiles changeset_r24036.diff |
---|
40 | patch.pre_args -p3 |
---|