Changeset 23930


Ignore:
Timestamp:
05/23/19 14:53:41 (6 years ago)
Author:
jdquinn
Message:

CHG: Removed bjam option runtime-link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/boost/install-1.55-linux64-static.sh

    r23929 r23930  
    1717
    1818#Untar
    19 tar -zxvf  boost_1_55_0.tar.gz
     19tar -zxvf boost_1_55_0.tar.gz
    2020
    2121#Move boost into install directory
     
    3030./bootstrap.sh \
    3131        --prefix="$ISSM_DIR/externalpackages/boost/install" \
    32         --with-python-root="$ISSM_DIR/externalpackages/python/install"
     32        --with-python=python
    3333
    3434#Compile boost
    35 ./bjam link=static runtime-link=static install
     35./bjam toolset=gcc link=static install
    3636
    3737#put bjam into install also
Note: See TracChangeset for help on using the changeset viewer.