Changeset 11825


Ignore:
Timestamp:
03/30/12 12:52:31 (13 years ago)
Author:
schlegel
Message:

petsc tries to use gcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.1-win7.sh

    r11386 r11825  
    1919        --with-debugging=0 \
    2020        --with-mpi=0 \
    21         --download-c-blas-lapack=1
     21        --download-c-blas-lapack=yes \
     22        --with-cc='win32fe cl' \
     23        --with-fc=0 \
     24        --with-cxx='win32fe cl' \
     25        --with-clanguage=cxx
    2226
    2327#./config/configure.py  \
Note: See TracChangeset for help on using the changeset viewer.