forked from mirrors/nixpkgs
Build libLAS with LASzip support
This commit is contained in:
parent
b5ca7fefc4
commit
30c9c54271
|
@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DGDAL_CONFIG=${gdal}/bin/gdal-config"
|
"-DGDAL_CONFIG=${gdal}/bin/gdal-config"
|
||||||
|
"-DWITH_LASZIP=ON"
|
||||||
|
"-DLASZIP_INCLUDE_DIR=${LASzip}/include"
|
||||||
];
|
];
|
||||||
|
|
||||||
postFixup = stdenv.lib.optionalString stdenv.isDarwin ''
|
postFixup = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||||
|
|
Loading…
Reference in a new issue