Skip to content

Commit

Permalink
add p2g as a default config
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jan 21, 2013
1 parent 723ed92 commit 280a910
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hobu-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ TIFF_HOME=$USR_LOCAL
LASZIP_HOME=$USR_LOCAL
LIBXML2_HOME=$USR
GEOTIFF_HOME=$USR_LOCAL
P2G_HOME=$USR_LOCAL
SO_EXT=dylib
EMBED=ON
CC=/Users/hobu/bin/clang
Expand All @@ -28,9 +29,12 @@ cmake -G "$CONFIG" \
-DWITH_PYTHON=ON \
-DWITH_FLANN=ON \
-DWITH_SOCI=ON \
-DWITH_P2G=ON \
-DGEOTIFF_INCLUDE_DIR=${GEOTIFF_HOME}/include/ \
-DGEOTIFF_LIBRARY=${GEOTIFF_HOME}/lib/libgeotiff.${SO_EXT} \
-DICONV_INCLUDE_DIR=/usr/include \
-DP2G_INCLUDE_DIR=${P2G_HOME}/include \
-DP2G_LIBRARY=${P2G_HOME}/lib/libpts2grd.${SO_EXT} \
-DLASZIP_INCLUDE_DIR=${LASZIP_HOME}/include \
-DLASZIP_LIBRARY=${LASZIP_HOME}/lib/liblaszip.${SO_EXT} \
-DLIBXML2_INCLUDE_DIR=${LIBXML2_HOME}/include/libxml2 \
Expand Down

0 comments on commit 280a910

Please sign in to comment.