Changeset 23725


Ignore:
Timestamp:
02/14/19 11:18:36 (6 years ago)
Author:
schlegel
Message:

CHG: stallo boost needs to build with mpi compilers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/boost/install-1.55-stallo.sh

    r23660 r23725  
    2424patch src/boost/mpl/aux_/config/adl.hpp ./configs/1.55/adl.hpp.patch
    2525
     26#Setting CXXFLAGS to deal with C++11 incompatibility with Matlab's Boost
     27export CXXFLAGS='-std=c++98'
     28
    2629#Configure and compile
    2730cd src
     
    3134
    3235#Compile boost
     36#./bjam install
     37export CC=mpicc
     38export CXX=mpicxx
    3339./bjam install
    3440
Note: See TracChangeset for help on using the changeset viewer.