Changeset 19397


Ignore:
Timestamp:
06/10/15 16:47:48 (10 years ago)
Author:
glperez
Message:

CHG: added logic for Windows-par and Jenkins file for Windows-par as well.

Location:
issm/trunk-jpl
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r19390 r19397  
    293293               MEXLINK="-Wl,/LIBPATH:`cygpath -m ${MATLAB_DIR}/extern/lib/win64/microsoft` -Wl,/export:mexFunction -Wl,/LD"
    294294                                        MEXEXT=".mexw64"
    295                                 elif test $VENDOR = MSVC-Win64; then
     295                                elif test $VENDOR = MSVC-Win64 || test $VENDOR = MSVC-Win64-par; then
    296296                                        MEXLIB="-Wl,libmx.lib -Wl,libmex.lib -Wl,libmat.lib ${OSLIBS} -Wl,libf2cblas.lib -Wl,libf2clapack.lib"
    297297               MEXLINK="-Wl,/LIBPATH:`cygpath -m ${MATLAB_DIR}/extern/lib/win64/microsoft` -Wl,/export:mexFunction -Wl,/LD"
     
    915915                        MPI_LIBDIR=`cygpath -m $MPI_LIBDIR`
    916916                        MPI_INCLUDE=`cygpath -m $MPI_INCLUDE`
    917                 elif test x$VENDOR = xMSVC-Win64; then
     917                elif test x$VENDOR = xMSVC-Win64 || test x$VENDOR = xMSVC-Win64-par; then
    918918                        MPI_LIBDIR=`cygpath -m $MPI_LIBDIR`
    919919                        MPI_INCLUDE=`cygpath -m $MPI_INCLUDE`
     
    10261026        dnl }}}
    10271027        dnl metis{{{
    1028         if test "$HAVE_PETSC" = "yes" && test "x$PETSC_MAJOR" = "x3" && test $PETSC_MINOR -ge 3 && test "x$VENDOR" != "xMSVC-Win64"; then
     1028        if test "$HAVE_PETSC" = "yes" && test "x$PETSC_MAJOR" = "x3" && test $PETSC_MINOR -ge 3 && test "x$VENDOR" != "xMSVC-Win64" && test "x$VENDOR" != "xMSVC-Win64-par"; then
    10291029                dnl in petsc >=3.3, metis is provided
    10301030                HAVE_METIS="yes"
Note: See TracChangeset for help on using the changeset viewer.