source: issm/oecreview/Archive/23390-24306/ISSM-23725-23726.diff

Last change on this file was 24307, checked in by Mathieu Morlighem, 5 years ago

NEW: adding Archive/23390-24306

File size: 728 bytes
  • ../trunk-jpl/externalpackages/boost/install-1.55-stallo.sh

     
    2424patch src/boost/mpl/aux_/config/adl.hpp ./configs/1.55/adl.hpp.patch
    2525
    2626#Setting CXXFLAGS to deal with C++11 incompatibility with Matlab's Boost
     27export PATH="/usr/bin":$PATH
    2728export CXXFLAGS='-std=c++98'
     29export CC=mpicc
     30export CXX=mpicxx
    2831
    2932#Configure and compile
    3033cd src
     
    3437
    3538#Compile boost
    3639#./bjam install
    37 export CC=mpicc
    38 export CXX=mpicxx
    3940./bjam install
    4041
    4142#put bjam into install also:
Note: See TracBrowser for help on using the repository browser.