Ignore:
Timestamp:
02/13/15 17:53:55 (10 years ago)
Author:
glperez
Message:

CHG: Modified 'issm_options.m4' and Matlab's 'Makefile.am' to fix the broken Windows build.
CHG: Jenkins Windows script now installs Petsc 3.1 and uses the vendor option MSVC-Win64.
ADD: Added new config script for Win64 environment in externalpackages.
CHG: 'windows_environment.sh' now picks up the new Win64 environment script.
ADD: Added a new config script for Win64 vendor option.

File:
1 edited

Legend:

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

    r16881 r19109  
    1616export PETSC_DIR=`cygpath -u "$ISSM_DIR/externalpackages/petsc/src"`
    1717export PREFIX_DIR=`cygpath -u "$ISSM_DIR/externalpackages/petsc/install"`
     18
     19
     20# Version 3.1 of Petsc is really old. As such, it is likely that newer machines
     21# will not be recognized. As such, the build will fail during configuration.
     22# This can be resolved by simply updated the scripts 'config.guess' and
     23# 'config.sub'.
     24cp ./../autotools/install/share/libtool/config/config.guess ./src/config/configarch/
     25cp ./../autotools/install/share/libtool/config/config.guess ./src/config/BuildSystem/config/packages/
     26cp ./../autotools/install/share/libtool/config/config.sub ./src/config/configarch/
     27cp ./../autotools/install/share/libtool/config/config.sub ./src/config/BuildSystem/config/packages/
    1828
    1929#configure
Note: See TracChangeset for help on using the changeset viewer.