Changeset 19397
- Timestamp:
- 06/10/15 16:47:48 (10 years ago)
- Location:
- issm/trunk-jpl
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r19390 r19397 293 293 MEXLINK="-Wl,/LIBPATH:`cygpath -m ${MATLAB_DIR}/extern/lib/win64/microsoft` -Wl,/export:mexFunction -Wl,/LD" 294 294 MEXEXT=".mexw64" 295 elif test $VENDOR = MSVC-Win64 ; then295 elif test $VENDOR = MSVC-Win64 || test $VENDOR = MSVC-Win64-par; then 296 296 MEXLIB="-Wl,libmx.lib -Wl,libmex.lib -Wl,libmat.lib ${OSLIBS} -Wl,libf2cblas.lib -Wl,libf2clapack.lib" 297 297 MEXLINK="-Wl,/LIBPATH:`cygpath -m ${MATLAB_DIR}/extern/lib/win64/microsoft` -Wl,/export:mexFunction -Wl,/LD" … … 915 915 MPI_LIBDIR=`cygpath -m $MPI_LIBDIR` 916 916 MPI_INCLUDE=`cygpath -m $MPI_INCLUDE` 917 elif test x$VENDOR = xMSVC-Win64 ; then917 elif test x$VENDOR = xMSVC-Win64 || test x$VENDOR = xMSVC-Win64-par; then 918 918 MPI_LIBDIR=`cygpath -m $MPI_LIBDIR` 919 919 MPI_INCLUDE=`cygpath -m $MPI_INCLUDE` … … 1026 1026 dnl }}} 1027 1027 dnl metis{{{ 1028 if test "$HAVE_PETSC" = "yes" && test "x$PETSC_MAJOR" = "x3" && test $PETSC_MINOR -ge 3 && test "x$VENDOR" != "xMSVC-Win64" ; then1028 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 1029 1029 dnl in petsc >=3.3, metis is provided 1030 1030 HAVE_METIS="yes"
Note:
See TracChangeset
for help on using the changeset viewer.