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
RevLine 
[24307]1Index: ../trunk-jpl/externalpackages/boost/install-1.55-stallo.sh
2===================================================================
3--- ../trunk-jpl/externalpackages/boost/install-1.55-stallo.sh (revision 23725)
4+++ ../trunk-jpl/externalpackages/boost/install-1.55-stallo.sh (revision 23726)
5@@ -24,7 +24,10 @@
6 patch src/boost/mpl/aux_/config/adl.hpp ./configs/1.55/adl.hpp.patch
7
8 #Setting CXXFLAGS to deal with C++11 incompatibility with Matlab's Boost
9+export PATH="/usr/bin":$PATH
10 export CXXFLAGS='-std=c++98'
11+export CC=mpicc
12+export CXX=mpicxx
13
14 #Configure and compile
15 cd src
16@@ -34,8 +37,6 @@
17
18 #Compile boost
19 #./bjam install
20-export CC=mpicc
21-export CXX=mpicxx
22 ./bjam install
23
24 #put bjam into install also:
Note: See TracBrowser for help on using the repository browser.