Changeset 23726
- Timestamp:
- 02/14/19 16:50:48 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/boost/install-1.55-stallo.sh
r23725 r23726 25 25 26 26 #Setting CXXFLAGS to deal with C++11 incompatibility with Matlab's Boost 27 export PATH="/usr/bin":$PATH 27 28 export CXXFLAGS='-std=c++98' 29 export CC=mpicc 30 export CXX=mpicxx 28 31 29 32 #Configure and compile … … 35 38 #Compile boost 36 39 #./bjam install 37 export CC=mpicc38 export CXX=mpicxx39 40 ./bjam install 40 41
Note:
See TracChangeset
for help on using the changeset viewer.