# -*- 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 # $Id: Portfile 132999 2015-02-17 11:57:51Z ryandesign@macports.org $ PortSystem 1.0 PortGroup cmake 1.0 PortGroup github 1.0 PortGroup active_variants 1.1 github.setup PointCloudLibrary pcl 1.7.2 pcl- name libpcl categories gis graphics science platforms darwin license BSD maintainers gmail.com:luminans vince description Point Cloud Library long_description The Point Cloud Library (PCL) is a standalone, large scale, open project \ for 2D/3D image and point cloud processing. homepage http://pointclouds.org checksums rmd160 66e3e08beb98664d069dbcee5d22cf7895bbd5e0 \ sha256 3e764a290f4a7241904a23a81851a018e5b9bb5daaaa0dbd5596e3b43820b2e9 depends_lib port:boost \ port:eigen3 \ port:flann \ port:vtk5 \ port:qhull \ port:openni require_active_variants vtk5 qt4_mac configure.args-append -DOPENNI_INCLUDE_DIR=${prefix}/include/ni variant perf description {Optimize code} { configure.compiler macports-clang-3.3 configure.optflags -O3 -pipe -march=native -mavx }