Changeset 23726


Ignore:
Timestamp:
02/14/19 16:50:48 (6 years ago)
Author:
schlegel
Message:

CHG: update PATH for boost install

File:
1 edited

Legend:

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

    r23725 r23726  
    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
     
    3538#Compile boost
    3639#./bjam install
    37 export CC=mpicc
    38 export CXX=mpicxx
    3940./bjam install
    4041
Note: See TracChangeset for help on using the changeset viewer.