Changeset 23930
- Timestamp:
- 05/23/19 14:53:41 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/externalpackages/boost/install-1.55-linux64-static.sh
r23929 r23930 17 17 18 18 #Untar 19 tar -zxvf 19 tar -zxvf boost_1_55_0.tar.gz 20 20 21 21 #Move boost into install directory … … 30 30 ./bootstrap.sh \ 31 31 --prefix="$ISSM_DIR/externalpackages/boost/install" \ 32 --with-python -root="$ISSM_DIR/externalpackages/python/install"32 --with-python=python 33 33 34 34 #Compile boost 35 ./bjam link=static runtime-link=static install35 ./bjam toolset=gcc link=static install 36 36 37 37 #put bjam into install also
Note:
See TracChangeset
for help on using the changeset viewer.