Ignore:
Timestamp:
08/17/18 11:10:52 (7 years ago)
Author:
jdquinn
Message:

CHG: Added netCDF back into build config scripts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/linux64_ross_python

    r23101 r23106  
    88
    99#ISSM CONFIGURATION
    10 ISSM_CONFIG='--prefix=$ISSM_DIR\
     10ISSM_CONFIG='--prefix=$ISSM_DIR \
    1111        --disable-static \
     12        --with-python-dir=/usr \
     13        --with-python-numpy-dir=/usr/lib/python2.7/dist-packages/numpy \
    1214        --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \
    1315        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include  \
     
    1618        --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
    1719        --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \
    18         --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
     20        --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    1921        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \
    20         --with-python-dir=/usr \
    21         --with-python-numpy-dir=/usr/lib/python2.7/dist-packages/numpy \
    2222        --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \
    2323        --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9/ -lgfortran" \
     
    3535#-----------------------------------#
    3636
    37 #List of external pakages to be installed and their installation scripts
     37#List of external packages to be installed and their installation scripts
    3838EXTERNALPACKAGES="mpich         install-3.2-linux64.sh
    3939                                                cmake         install.sh
Note: See TracChangeset for help on using the changeset viewer.