Changeset 8187 for issm/trunk


Ignore:
Timestamp:
05/06/11 15:28:18 (14 years ago)
Author:
Mathieu Morlighem
Message:

config for petsc 2 does not work

Location:
issm/trunk/configs/macmathieu
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/configs/macmathieu/configure.sh

    r8169 r8187  
    11#!/bin/sh
    2 
    32./configure \
    43        --prefix=$ISSM_TIER \
     
    2120        --with-math-lib="/usr/lib/libm.dylib" \
    2221        --with-graphics-lib="/usr/X11/lib/libX11.dylib" \
    23         --with-cxxoptflags=" -DMATLAB_MEX_FILE -fno-common -no-cpp-precomp -fexceptions -arch i386  -DMX_COMPAT_32 -O3 -DNDEBUG -w -Wwrite-strings" \
     22        --with-cxxoptflags=" -DMATLAB_MEX_FILE -fno-common -no-cpp-precomp -fexceptions -arch i386  -DMX_COMPAT_32 -O3 -DNDEBUG -w " \
    2423        --with-numthreads=8
     24
     25#CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
     26#you have headers in a nonstandard directory <include dir>
     27#CPP         C preprocessor
     28#CXX         C++ compiler command
     29#CXXFLAGS    C++ compiler flags
     30#F77         Fortran 77 compiler command
     31#FFLAGS      Fortran 77 compiler flags
Note: See TracChangeset for help on using the changeset viewer.