Index: /issm/trunk-jpl/externalpackages/boost/install-1.55-pleiades.sh
===================================================================
--- /issm/trunk-jpl/externalpackages/boost/install-1.55-pleiades.sh	(revision 27762)
+++ /issm/trunk-jpl/externalpackages/boost/install-1.55-pleiades.sh	(revision 27763)
@@ -7,4 +7,8 @@
 #symlinks in externalpackages/python to what boost is expecting. Ther is NO WAY 
 #to get the boost library to include python support without doing that. 
+
+export BOOST_ROOT="${ISSM_DIR}/externalpackages/boost"
+export CXXFLAGS="-D_INTEL_LINUX_ -std=c++11"
+export CFLAGS="-D_INTEL_LINUX_"
 
 #Some cleanup
@@ -25,9 +29,8 @@
 
 #Configure and compile
-cd src 
+cd src
 ./bootstrap.sh \
-	--prefix="$ISSM_DIR/externalpackages/boost/install" \
-	--with-python=python3.2 \
-	--with-python-root="$ISSM_DIR/externalpackages/python/install" 
+	--prefix=${BOOST_ROOT}/install \
+	--with-python=python2.7
 
 #Compile boost
