Changeset 15289


Ignore:
Timestamp:
06/19/13 22:37:27 (12 years ago)
Author:
Eric.Larour
Message:

CHG; new libtools compatible config file

File:
1 edited

Legend:

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

    r15115 r15289  
    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-64  \
    9         --with-matlab-dir="C:/MATLAB/R2012b/"\
    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  \
    14         --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"
     12        --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install/lib/  \
     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.