Ignore:
Timestamp:
03/03/16 20:00:41 (9 years ago)
Author:
glperez
Message:

CHG: Modified Dakota flags to fall in line with the 6.2 MacOSX script.
CHG: Modified Boost 1.55 MacOSX El Capitan (10.11) install script. Now using XCode compilers
DEL: Removed Dakota 6.2 install script for MacOSX El Capitan (10.11).
CHG: Modified Dakota 6.2 install script for MacOSX. Provided options for delayed template parsing and disabled JEGA and Acro packages. These packages are not neede, yet cause compilation problems when using XCode toolchain.
CHG: Jenkins Pine Island config now uses different externalpackages (Dakota 6.2 MacOSX, Boost 1.55 MacOSX El Capitan (10.11)). Also, added Boost and Dakota options to config.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/macosx_pine-island_dakota

    r20240 r20293  
    1515        --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \
    1616        --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \
     17        --with-boost-dir=$ISSM_DIR/externalpackages/boost/install \
     18        --with-dakota-dir=$ISSM_DIR/externalpackages/dakota/install \
    1719        --with-chaco-dir="$ISSM_DIR/externalpackages/chaco/install" \
    1820        --with-numthreads=4 \
     
    2123
    2224#MATLAB path
    23 MATLAB_PATH="/Applications/MATLAB_R2015b.app/"
     25MATLAB_PATH="/Applications/MATLAB_R2015a.app/"
    2426
    2527#PYTHON and MATLAB testing
     
    5052EXTERNALPACKAGES="autotools    install.sh
    5153                                                matlab       install.sh
    52                                                 mpich        install-3.0-macosx64-yosemite-dakota.sh
     54                                                mpich        install-3.0-macosx64.sh
    5355                                                chaco        install-macosx64.sh
    5456                                                m1qn3        install.sh
     
    5658                                                triangle     install-macosx64.sh
    5759                                                boost        install-1.55-macosx-el_capitan.sh
    58                                                 dakota       install-6.2-macosx-el_capitan.sh
     60                                                dakota       install-6.2-macosx64.sh
    5961                                                shell2junit  install.sh"
    6062
Note: See TracChangeset for help on using the changeset viewer.