source:
issm/oecreview/Archive/23390-24306/ISSM-23725-23726.diff
Last change on this file was 24307, checked in by , 5 years ago | |
---|---|
File size: 728 bytes |
-
../trunk-jpl/externalpackages/boost/install-1.55-stallo.sh
24 24 patch src/boost/mpl/aux_/config/adl.hpp ./configs/1.55/adl.hpp.patch 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 30 33 cd src … … 34 37 35 38 #Compile boost 36 39 #./bjam install 37 export CC=mpicc38 export CXX=mpicxx39 40 ./bjam install 40 41 41 42 #put bjam into install also:
Note:
See TracBrowser
for help on using the repository browser.