Changeset 15259


Ignore:
Timestamp:
06/13/13 15:53:35 (12 years ago)
Author:
glperez
Message:

CHG: Changed config variables to Unix style.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configs/config-win7-32.sh

    r12157 r15259  
    11#!/bin/sh
    2 
    3 #Dos style path needed for the windows sdk 7.1 cl compiler:
    4 ISSM_DIR_WIN=`cygpath -m "$ISSM_DIR"`
    52
    63#get configure.sh to pick up the win7 Visual Studio compiler
    74./configure --prefix=$ISSM_DIR \
     5   --disable-static \
    86        --with-vendor=intel-win7-32  \
    9         --with-matlab-dir=$MATLAB_DIR \
    10         --with-triangle-dir="$ISSM_DIR_WIN/externalpackages/triangle/install" \
    11         --with-metis-dir="$ISSM_DIR_WIN/externalpackages/metis/install" \
    12         --with-petsc-dir="$ISSM_DIR_WIN/externalpackages/petsc/install" \
     7        --with-matlab-dir="$MATLAB_DIR" \
     8        --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \
     9        --with-metis-dir="$ISSM_DIR/externalpackages/metis/install" \
     10        --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
    1311        --with-petsc-arch=$ISSM_ARCH  \
    1412        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install/lib/  \
    15         --with-mpi-lib="$ISSM_DIR_WIN/externalpackages/petsc/install/lib/libpetsc.lib" \
    16         --with-mpi-include="$ISSM_DIR_WIN/externalpackages/petsc/install/include/mpiuni"
     13        --with-mpi-lib="$ISSM_DIR/externalpackages/petsc/install/lib/libpetsc.lib" \
     14        --with-mpi-include="$ISSM_DIR/externalpackages/petsc/install/include/mpiuni"
Note: See TracChangeset for help on using the changeset viewer.