Changeset 19361


Ignore:
Timestamp:
05/12/15 15:53:21 (10 years ago)
Author:
glperez
Message:

CHG: restored development option to Windows jenkins script.

File:
1 edited

Legend:

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

    r19357 r19361  
    1212        --without-Gia \
    1313        --without-kriging \
    14         --with-matlab-dir=""$ISSM_DIR/externalpackages/matlab/install"" \
     14        --with-matlab-dir="$ISSM_DIR/externalpackages/matlab/install" \
    1515        --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \
    1616        --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
     
    1919        --with-mpi-libdir="$ISSM_DIR/externalpackages/petsc/install/lib" \
    2020        --with-mpi-libflags="-Wl,libpetsc.lib" \
    21         --with-mpi-include="$ISSM_DIR/externalpackages/petsc/install/include/mpiuni"'
     21        --with-mpi-include="$ISSM_DIR/externalpackages/petsc/install/include/mpiuni" \
     22        --enable-development'
    2223
    2324#MATLAB path
Note: See TracChangeset for help on using the changeset viewer.