Ticket #41518: libpcl-1.7.1.diff
File libpcl-1.7.1.diff, 1.6 KB (added by ryandesign (Ryan Carsten Schmidt), 11 years ago) |
---|
-
Portfile
6 6 PortGroup github 1.0 7 7 PortGroup active_variants 1.1 8 8 9 github.setup PointCloudLibrary pcl 1.7.1 pcl- 9 10 name libpcl 10 version 1.7.011 11 categories gis graphics science 12 12 platforms darwin 13 13 license BSD … … 18 18 19 19 homepage http://pointclouds.org 20 20 21 github.author 22 github.project PointCloudLibrary 23 github.version ${version} 24 github.master_sites https://github.com/PointCloudLibrary/pcl/archive 25 distname pcl-${version} 21 checksums rmd160 2f4341afeaff9b458c90cee724de87e115981e59 \ 22 sha256 e482c9e6eabb8b4abc1ae9f093e09b999e8da078ea7f918008742e57e42af5a7 26 23 27 extract.suffix .zip28 use_zip yes29 30 checksums rmd160 2cbb28277d2bed5f9c633e7eee191f1e918287b4 \31 sha256 3dddf5e7b1170f59d35152697a037cdd0fac66ab99c215271a3c4e6f3bfee36732 33 worksrcdir pcl-${distname}34 35 24 depends_lib port:boost \ 36 25 port:eigen3 \ 37 26 port:flann \ … … 39 28 port:qhull \ 40 29 port:openni 41 30 42 pre-configure { 43 if {![active_variants vtk5 "qt4_mac" ""]} { 44 return -code error "VTK5 toolkit must be built over Qt4.\ 45 Please reinstall with +qt4_mac variant." 46 } 47 } 31 require_active_variants vtk5 qt4_mac 48 32 49 33 configure.args-append -DOPENNI_INCLUDE_DIR=${prefix}/include/ni 50 34