Changeset 21688
- Timestamp:
- 04/26/17 13:34:24 (8 years ago)
- 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 28 28 ./bootstrap.sh \ 29 29 --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" 33 32 34 33 #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 40 35 41 36 #put bjam into install also:
Note:
See TracChangeset
for help on using the changeset viewer.