Changeset 19131


Ignore:
Timestamp:
02/19/15 22:13:09 (10 years ago)
Author:
glperez
Message:

CHG: Trying something to fix an issue with Petsc involving win32fe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/windows/windows_environment.sh

    r19130 r19131  
    2525
    2626if [[ "$compiler" == "1" ]]; then
    27         source $config_dir/sdk7.1-win32.sh
     27        source $config_dir/sdk7.1.win7-32.sh
    2828elif [[ "$compiler" == "2" ]]; then
    29         source $config_dir/sdk7.1-win64.sh
     29        source $config_dir/sdk7.1.win7-64.sh
    3030elif [[ "$compiler" == "3" ]]; then
    3131        source $config_dir/intel-win7.sh
Note: See TracChangeset for help on using the changeset viewer.