Skip to content

Instantly share code, notes, and snippets.

@dakcarto
Created February 3, 2014 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dakcarto/8794099 to your computer and use it in GitHub Desktop.
Save dakcarto/8794099 to your computer and use it in GitHub Desktop.
PDAL CMake config files for upcoming Homebrew formula
==> Checking out revision bfdf976445582ccdc27a1a6ab1ee5ccd68988759
git checkout-index -a -f --prefix=/Volumes/Scratch/osgeo4mac-tmp/pdal-DFeu/
/usr/local/Library/Taps/dakcarto-osgeo4mac/Formula/pdal.rb: loading /usr/local/Library/Formula/python.rb
==> cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/pdal/1.0.0-bfdf976 -DCMAKE_BUILD_TYPE=None -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DPDAL_EMBED_BOOST=FALSE -DWITH_PKGCONFIG=TRUE -DWITH_NITRO=FALSE -DPYTHON_INCLUDE_DIR=/usr/local/Frameworks/Python.framework/Headers -DPYTHON_LIBRARY=/usr/local/Frameworks/Python.framework/Python -DWITH_SWIG_PYTHON=TRUE -DWITH_P2G=TRUE -DWITH_HEXER=TRUE -DWITH_SQLITE=TRUE -DWITH_MRSID=TRUE -DMRSID_ROOT=/usr/local/opt/mrsid-sdk -DWITH_ORACLE=FALSE
-- The C compiler identification is Clang 5.0.0
-- The CXX compiler identification is Clang 5.0.0
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang
-- Check for working C compiler: /usr/local/Library/ENV/4.3/clang -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++
-- Check for working CXX compiler: /usr/local/Library/ENV/4.3/clang++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Setting PDAL build type - None
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE
-- Boost version: 1.55.0
-- Found the following Boost libraries:
-- program_options
-- thread
-- iostreams
-- filesystem
-- system
-- unit_test_framework
-- random
-- Searching for GDAL 1.9.0+ library
-- Found acceptable GDAL version 1.10.1
-- Found GDAL: /usr/local/Cellar/gdal/1.10.1/lib/libgdal.dylib (Required is at least version "1.9.0")
-- ...building with GDAL
-- Found GEOS: /usr/local/Cellar/geos/3.4.2/lib/libgeos_c.dylib
-- ...building with GEOS
-- Searching for GeoTIFF 1.2.5+ library
-- Found GeoTIFF version: 1.4.0
-- Found GeoTIFF: /usr/local/lib/libgeotiff.dylib (Required is at least version "1.2.5")
-- Found TIFF: /usr/local/lib/libtiff.dylib (found version "4.0.3")
-- Soci found: Looking for plugins
-- * Plugin mysql not found.
-- * Plugin odbc not found.
-- * Plugin postgresql not found.
-- * Plugin sqlite3 found .
-- Found Soci: /usr/local/include/soci (Required is at least version "3.1.0")
-- Found SQLITE3: /usr/local/opt/sqlite/lib/libsqlite3.dylib
-- Found PostgreSQL: /usr/local/include
-- ..building with PgPointCloud
-- Found MsgPack: /usr/local/lib/libmsgpack.dylib
-- ...building with MessagePack
-- Found SWIG: /usr/local/bin/swig (found version "2.0.11")
-- Found Swig version 2.0.11
-- Found PythonLibs: /usr/local/Frameworks/Python.framework/Python (found version "2.7.6")
-- Enabling swig for python
-- Looking for iconv
-- Looking for iconv - not found
-- Found iconv library: /usr/lib/libiconv.dylib
-- Found iconv library: /usr/lib/libiconv.dylib
-- Found LibXml2: /usr/local/opt/libxml2/lib/libxml2.dylib (found version "2.9.1")
-- Searching for LASzip 1.0.1+ library
-- Found LASzip version: 2.2.0
-- Found LASzip: /usr/local/lib/liblaszip.dylib (Required is at least version "1.0.1")
-- Searching for MrSID LiDAR library +
-- Found MrSID: /usr/local/opt/mrsid-sdk/lib/liblti_lidar_dsdk.dylib
-- Searching for Points2Grid + library
-- Found Points2Grid version: 1.1.1
-- Found P2G: /usr/local/lib/libpts2grd.dylib
-- Searching for Hexer + library
-- Found Hexer version: 1.0.0
-- Found Hexer: /usr/local/lib/libhexer.dylib
-- Found PythonInterp: /usr/local/bin/python (found version "2.7.6")
-- Searching for NumPy library
-- Found NumPy: 1.8.0 (Required is at least version "1.5")
-- Found NumPy at /Library/Python/2.7/site-packages/numpy-override/numpy/core/include
-- Found Python: /usr/local/Frameworks/Python.framework/Python
-- Using boost lib: /usr/local/lib/libboost_program_options-mt.dylib;/usr/local/lib/libboost_thread-mt.dylib;/usr/local/lib/libboost_iostreams-mt.dylib;/usr/local/lib/libboost_filesystem-mt.dylib;/usr/local/lib/libboost_system-mt.dylib;/usr/local/lib/libboost_unit_test_framework-mt.dylib;/usr/local/lib/libboost_random-mt.dylib
-- Building with PDAL unit tests
-- No non-embed static boost library found, setting BOOST_TEST_DYN_LINK
-- Configuring done
-- Generating done
-- Build files have been written to: /Volumes/Scratch/osgeo4mac-tmp/pdal-DFeu/build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment