Changeset 27763


Ignore:
Timestamp:
05/18/23 16:58:03 (22 months ago)
Author:
schlegel
Message:

CHG: build with new toss4

File:
1 edited

Legend:

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

    r23435 r27763  
    77#symlinks in externalpackages/python to what boost is expecting. Ther is NO WAY
    88#to get the boost library to include python support without doing that.
     9
     10export BOOST_ROOT="${ISSM_DIR}/externalpackages/boost"
     11export CXXFLAGS="-D_INTEL_LINUX_ -std=c++11"
     12export CFLAGS="-D_INTEL_LINUX_"
    913
    1014#Some cleanup
     
    2529
    2630#Configure and compile
    27 cd src 
     31cd src
    2832./bootstrap.sh \
    29         --prefix="$ISSM_DIR/externalpackages/boost/install" \
    30         --with-python=python3.2 \
    31         --with-python-root="$ISSM_DIR/externalpackages/python/install"
     33        --prefix=${BOOST_ROOT}/install \
     34        --with-python=python2.7
    3235
    3336#Compile boost
Note: See TracChangeset for help on using the changeset viewer.