Changeset 23725
- Timestamp:
- 02/14/19 11:18:36 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/boost/install-1.55-stallo.sh
r23660 r23725 24 24 patch src/boost/mpl/aux_/config/adl.hpp ./configs/1.55/adl.hpp.patch 25 25 26 #Setting CXXFLAGS to deal with C++11 incompatibility with Matlab's Boost 27 export CXXFLAGS='-std=c++98' 28 26 29 #Configure and compile 27 30 cd src … … 31 34 32 35 #Compile boost 36 #./bjam install 37 export CC=mpicc 38 export CXX=mpicxx 33 39 ./bjam install 34 40
Note:
See TracChangeset
for help on using the changeset viewer.