Changeset 16610


Ignore:
Timestamp:
11/04/13 10:17:08 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: no need to use llvm-gcc most of the time

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/mpich/install-3.0-macosx64.sh

    r15031 r16610  
    2020./configure \
    2121        --prefix="$ISSM_DIR/externalpackages/mpich/install" \
    22         --enable-shared \
    23         CC=llvm-gcc \
    24         FC=gfortran \
    25         F77=gfortran
     22        --enable-shared
     23
     24        #CC=llvm-gcc \
    2625
    2726#Compile mpich (this new version supports parallel make)
Note: See TracChangeset for help on using the changeset viewer.