Changeset 6285 for issm/trunk/externalpackages/gdal/install.sh
- Timestamp:
- 10/14/10 09:18:08 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/gdal/install.sh
r6081 r6285 24 24 #Configure gdal 25 25 cd src 26 ./configure --prefix="$ISSM_TIER/externalpackages/gdal/install" --without-python --with-netcdf=no --with-jasper=no --without-ld-shared --with-unix-stdio-64=no 26 ./configure --prefix="$ISSM_TIER/externalpackages/gdal/install" --without-python --with-netcdf=no --with-jasper=no --without-ld-shared --with-unix-stdio-64=no --with-expat-lib=/usr/lib64/libexpat.so 27 27 28 28 #Patch GDALmake.opt 29 patch -R GDALmake.opt ../GDALmake.opt.patch 29 patch GDALmake.opt ../GDALmake.opt.patch 30 30 31 31 32 #Compile and install gdal … … 36 37 else 37 38 make -j $NUMCPUS 38 make -j $NUMCPUSinstall39 make install 39 40 fi
Note:
See TracChangeset
for help on using the changeset viewer.