Changeset 27763
- Timestamp:
- 05/18/23 16:58:03 (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/boost/install-1.55-pleiades.sh
r23435 r27763 7 7 #symlinks in externalpackages/python to what boost is expecting. Ther is NO WAY 8 8 #to get the boost library to include python support without doing that. 9 10 export BOOST_ROOT="${ISSM_DIR}/externalpackages/boost" 11 export CXXFLAGS="-D_INTEL_LINUX_ -std=c++11" 12 export CFLAGS="-D_INTEL_LINUX_" 9 13 10 14 #Some cleanup … … 25 29 26 30 #Configure and compile 27 cd src 31 cd src 28 32 ./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 32 35 33 36 #Compile boost
Note:
See TracChangeset
for help on using the changeset viewer.