[100683] trunk/dports/gis

vince at macports.org vince at macports.org
Thu Dec 20 03:35:26 PST 2012


Revision: 100683
          https://trac.macports.org/changeset/100683
Author:   vince at macports.org
Date:     2012-12-20 03:35:26 -0800 (Thu, 20 Dec 2012)
Log Message:
-----------
Initial commit.

Added Paths:
-----------
    trunk/dports/gis/libpcl/
    trunk/dports/gis/libpcl/Portfile

Added: trunk/dports/gis/libpcl/Portfile
===================================================================
--- trunk/dports/gis/libpcl/Portfile	                        (rev 0)
+++ trunk/dports/gis/libpcl/Portfile	2012-12-20 11:35:26 UTC (rev 100683)
@@ -0,0 +1,35 @@
+# $Id$
+
+PortSystem          1.0
+PortGroup			cmake 1.0
+
+name                libpcl
+version             1.6.0
+categories          graphics gis 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://www.pointclouds.org
+master_sites        ${homepage}/assets/files/${version}
+distname            PCL-${version}-Source
+use_bzip2           yes
+
+checksums           rmd160  08a251e513c1e7a79b22eb439f3d479ce3cf36e5 \
+                    sha256  3d384a37ce801a75c8995801e650a5e2c13e0d67541aa676cad4fa27996ce346
+
+depends_lib         port:boost \
+                    port:eigen3 \
+                    port:flann \
+                    port:vtk5 \
+                    port:qhull \
+                    port:openni
+
+# PCL 1.6 does not compile with clang or macports-gcc-4.x
+configure.compiler	llvm-gcc-4.2
+
+configure.pre_args  -DCMAKE_INSTALL_PREFIX=${prefix}
+configure.args      -DCMAKE_BUILD_TYPE=Release \
+                    -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121220/c39359c3/attachment.html>


More information about the macports-changes mailing list