Changeset 21688


Ignore:
Timestamp:
04/26/17 13:34:24 (8 years ago)
Author:
schlegel
Message:

CHG: we only need 1 pfe boost install script now

Location:
issm/trunk-jpl/externalpackages/boost
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/boost/install-1.55-pleiades.sh

    r21686 r21688  
    2828./bootstrap.sh \
    2929        --prefix="$ISSM_DIR/externalpackages/boost/install" \
    30         --with-python=python2.7 \
    31         --with-python-root="$ISSM_DIR/externalpackages/python/install" \
    32         --with-toolset=intel-linux
     30        --with-python=python3.2 \
     31        --with-python-root="$ISSM_DIR/externalpackages/python/install"
    3332
    3433#Compile boost
    35 # Need gcc with iconv installed in a location that has been added to your path
    36 ./b2 toolset=intel-linux cxxflags=-static-libstdc++ linkflags=-static-libstdc++ threading=multi install
    37 #./bjam install
    38 
    39 #./b2 toolset=clang cxxflags=-stdlib=libstdc++ linkflags=-stdlib=libstdc++ -j2 variant=release link=static threading=multi instal
     34./bjam install
    4035
    4136#put bjam into install also:
Note: See TracChangeset for help on using the changeset viewer.