/
gdal

gdal

 

Introduction

 

Usage

module load library/gdal/2.3.0
module load library/gdal/svn38433

 

Installation

module load NetCDF/4.4.1.1-gnu
module load library/hdf5/1.8.18
module load intel-mpi/5.0.3.048
module load ics/2013
module list
Currently Loaded Modulefiles:
  1) library/hdf5/1.8.18   2) intel-mpi/5.0.3.048   3) ics/2013              4) library/zlib/1.2.5    5) NetCDF/4.4.1.1-gnu

svn checkout https://svn.osgeo.org/gdal/trunk/gdal gdal
CC=icc CXX=icpc   ./configure   --prefix=/sw/library/gdal/svn38433 -with-png=internal --with-jpeg=internal --with-gif=internal --with-geotiff=internal --with-libtiff=/sw/library/libtiff/tiff-4.0.7   --with-hdf5=/sw/library/hdf5/1.8.18    --with-netcdf=/sw/NetCDF/4.4.1.1/4.4.1.1-gnu   --with-liblzma=yes   2>&1 | tee configureLog.txt


>>>>>>>> 
GDAL is now configured for x86_64-pc-linux-gnu

  Installation directory:    /sw/library/gdal/svn38433
  C compiler:                icc -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/sw/NetCDF/4.4.1.1/4.4.1.1-gnu/include:-I/sw/library/hdf5/1.8.18/include
  C++ compiler:              icpc -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/sw/NetCDF/4.4.1.1/4.4.1.1-gnu/include:-I/sw/library/hdf5/1.8.18/include
  C++11 support:             no

  LIBTOOL support:           yes

  LIBZ support:              external
  LIBLZMA support:           no
  cryptopp support:          no
  GRASS support:             no
  CFITSIO support:           no
  PCRaster support:          internal
  LIBPNG support:            internal
  DDS support:               no
  GTA support:               no
  LIBTIFF support:           external (BigTIFF=yes)
  LIBGEOTIFF support:        internal
  LIBJPEG support:           internal
  12 bit JPEG:               no
  12 bit JPEG-in-TIFF:       no
  LIBGIF support:            internal
  OGDI support:              no
  HDF4 support:              no
  HDF5 support:              yes
  Kea support:               no
  NetCDF support:            no
  Kakadu support:            no
  JasPer support:            no
  OpenJPEG support:          no
  ECW support:               no
  MrSID support:             no
  MrSID/MG4 Lidar support:   no
  JP2Lura support:           no
  MSG support:               no
  GRIB support:              yes
  EPSILON support:           no
  WebP support:              no
  cURL support (wms/wcs/...):yes
  PostgreSQL support:        yes
  MRF support:               yes
  MySQL support:             no
  Ingres support:            no
  Xerces-C support:          no
  NAS support:               no
  Expat support:             yes
  libxml2 support:           yes
  Google libkml support:     no
  ODBC support:              yes
  PGeo support:              yes
  FGDB support:              no
  MDB support:               no
  PCIDSK support:            internal
  OCI support:               no
  GEORASTER support:         no
  SDE support:               no
  Rasdaman support:          no
  DODS support:              no
  SQLite support:            yes
  PCRE support:              yes
  SpatiaLite support:        no
  RasterLite2 support:       no
  Teigha (DWG and DGNv8):    no
  INFORMIX DataBlade support:no
  GEOS support:              yes
  SFCGAL support:            no
  QHull support:             internal
  Poppler support:           no
  Podofo support:            no
  PDFium support:            no
  OpenCL support:            no
  Armadillo support:         no
  FreeXL support:            no
  SOSI support:              no
  MongoDB support:           no


  SWIG Bindings:             no

  Statically link PROJ.4:    no
  enable GNM building:       yes
  enable pthread support:    yes
  enable POSIX iconv support:yes
  hide internal symbols:     no

>>>>>>>>>


make  VERBOSE=10  2>&1 | tee makeLog.txt
make install  2>&1 | tee makeInstallLog.txt

 

 

Installation of version 2.3.0

module load NetCDF/4.4.1.1-gnu
module load library/hdf5/1.8.18
module load library/zlib/1.2.5


svn checkout https://svn.osgeo.org/gdal/trunk/gdal gdal
./configure   --prefix=/sw/library/gdal/2.3.0 -with-png=internal --with-jpeg=internal --with-gif=internal --with-geotiff=internal --with-libtiff=/sw/library/libtiff/tiff-4.0.7   --with-hdf5=/sw/library/hdf5/1.8.18    --with-netcdf=/sw/NetCDF/4.4.1.1/4.4.1.1-gnu   --with-liblzma=yes   2>&1 | tee configureLog.txt

make 2>&1 | tee makeLog.txt
make install 2>&1 | tee makeInstallLog.txt

>>>>>>>
GDAL is now configured for x86_64-pc-linux-gnu

  Installation directory:    /sw/library/gdal/2.3.0
  C compiler:                gcc -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/sw/openMPI/1.8.5-gcc4.9.0/include/openmpi/ompi/mpi/cxx:-I/sw/openMPI/1.8.5-gcc4.9.0/include:-I/sw/library/hdf5/1.8.18/include:-I/sw/NetCDF/4.4.1.1/4.4.1.1-gnu/include:-I/sw/library/hdf5/1.8.18-parallel/include:-I/sw/library/mpfr/3.1.2/include
  C++ compiler:              g++ -std=gnu++11 -DHAVE_AVX_AT_COMPILE_TIME -DHAVE_SSSE3_AT_COMPILE_TIME -DHAVE_SSE_AT_COMPILE_TIME -I/sw/openMPI/1.8.5-gcc4.9.0/include/openmpi/ompi/mpi/cxx:-I/sw/openMPI/1.8.5-gcc4.9.0/include:-I/sw/library/hdf5/1.8.18/include:-I/sw/NetCDF/4.4.1.1/4.4.1.1-gnu/include:-I/sw/library/hdf5/1.8.18-parallel/include
  C++11 support:             yes

  LIBTOOL support:           yes

  LIBZ support:              external
  LIBLZMA support:           no
  cryptopp support:          no
  GRASS support:             no
  CFITSIO support:           no
  PCRaster support:          internal
  LIBPNG support:            internal
  DDS support:               no
  GTA support:               no
  LIBTIFF support:           external (BigTIFF=yes)
  LIBGEOTIFF support:        internal
  LIBJPEG support:           internal
  12 bit JPEG:               no
  12 bit JPEG-in-TIFF:       no
  LIBGIF support:            internal
  OGDI support:              no
  HDF4 support:              no
  HDF5 support:              yes
  Kea support:               no
  NetCDF support:            no
  Kakadu support:            no
  JasPer support:            no
  OpenJPEG support:          no
  ECW support:               no
  MrSID support:             no
  MrSID/MG4 Lidar support:   no
  JP2Lura support:           no
  MSG support:               no
  GRIB support:              yes
  EPSILON support:           no
  WebP support:              no
  cURL support (wms/wcs/...):yes
  PostgreSQL support:        yes
  MRF support:               yes
  MySQL support:             no
  Ingres support:            no
  Xerces-C support:          no
  NAS support:               no
  Expat support:             yes
  libxml2 support:           yes
  Google libkml support:     no
  ODBC support:              yes
  PGeo support:              yes
 FGDB support:              no
  MDB support:               no
  PCIDSK support:            internal
  OCI support:               no
  GEORASTER support:         no
  SDE support:               no
  Rasdaman support:          no
  DODS support:              no
  SQLite support:            yes
  PCRE support:              yes
  SpatiaLite support:        no
  RasterLite2 support:       no
  Teigha (DWG and DGNv8):    no
  INFORMIX DataBlade support:no
  GEOS support:              no
  SFCGAL support:            no
  QHull support:             internal
  Poppler support:           no
  Podofo support:            no
  PDFium support:            no
  OpenCL support:            no
  Armadillo support:         no
  FreeXL support:            no
  SOSI support:              no
  MongoDB support:           no


  SWIG Bindings:             no

  Statically link PROJ.4:    no
  enable GNM building:       yes
  enable pthread support:    yes
  enable POSIX iconv support:yes
  hide internal symbols:     no

>>>>>>

 

Reference