Ignore:
Timestamp:
10/14/10 09:18:08 (15 years ago)
Author:
Eric.Larour
Message:

Fix to gdal installation on linux 64 bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/gdal/install.sh

    r6081 r6285  
    2424#Configure gdal
    2525cd 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
    2727
    2828#Patch GDALmake.opt
    29 patch -R GDALmake.opt ../GDALmake.opt.patch
     29patch GDALmake.opt ../GDALmake.opt.patch
     30
    3031
    3132#Compile and install gdal
     
    3637else
    3738        make -j $NUMCPUS
    38         make -j $NUMCPUS install
     39        make install
    3940fi
Note: See TracChangeset for help on using the changeset viewer.