Changeset 19619


Ignore:
Timestamp:
10/02/15 14:56:19 (10 years ago)
Author:
glperez
Message:

CHG: Minor changes to Windows parallel build to update paths.

File:
1 edited

Legend:

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

    r19397 r19619  
    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" \
    1717        --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \
    1818        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install/lib/  \
    19         --with-mpi-include="C:/Programs/MPICH2/include" \
    20         --with-mpi-libflags="-Wl,mpi.lib -Wl,-L/cygdrive/c/Programs/MPICH2/lib" \
     19        --with-mpi-include="/cygdrive/c/Programs/MPICH2/include" \
     20        --with-mpi-libflags="-Wl,mpi.lib -Wl,/LIBPATH:C:/Programs/MPICH2/lib" \
    2121        --enable-development \
    2222        --enable-debugging '
    2323
    2424#MATLAB path
    25 MATLAB_PATH="C:/MATLAB/R2013a/"
     25MATLAB_PATH="/cygdrive/c/Programs/MATLAB/R2015a/"
    2626
    2727#PYTHON and MATLAB testing
Note: See TracChangeset for help on using the changeset viewer.