Changeset 10917


Ignore:
Timestamp:
11/24/11 08:41:19 (13 years ago)
Author:
Mathieu Morlighem
Message:

removed macboonmathieu not useful

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

Legend:

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

    r10082 r10917  
    11#!/bin/sh
     2export FCFLAGS=" -m32"
     3export FFLAGS=" -m32"
     4export CFLAGS=" -arch i386"
     5export CXXFLAGS=" -arch i386"
     6
    27./configure \
    38        --prefix=$ISSM_TIER \
     
    2126        --with-cxxoptflags=" -DMATLAB_MEX_FILE -fno-common -no-cpp-precomp -fexceptions -arch i386  -DMX_COMPAT_32 -O3 -DNDEBUG -w " \
    2227        --with-numthreads=8
    23 
    24 #CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
    25 #you have headers in a nonstandard directory <include dir>
    26 #CPP         C preprocessor
    27 #CXX         C++ compiler command
    28 #CXXFLAGS    C++ compiler flags
    29 #F77         Fortran 77 compiler command
    30 #FFLAGS      Fortran 77 compiler flags
  • issm/trunk/configs/macmathieu64/configure.sh

    r10082 r10917  
    11#!/bin/sh
    22
    3 #petsc 3.1
    4 #mpich 1.3
    5 export FCFLAGS=" -m64"
    6 export FFLAGS=" -m64"
    7 export CFLAGS=" -arch x86_64"
    8 export CXXFLAGS=" -arch x86_64"
     3#petsc 3.2
     4#mpich 1.4
    95
    106./configure \
Note: See TracChangeset for help on using the changeset viewer.