Changeset 20998
- Timestamp:
- 07/26/16 13:42:30 (9 years ago)
- Location:
- issm/trunk-jpl/externalpackages
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/boost/install-1.55-linux.sh
r19681 r20998 21 21 mv boost_1_55_0/* src 22 22 rm -rf boost_1_55_0 23 24 #Setting CXXFLAGS to deal with C++11 incompatibility with Matlab's Boost 25 export CXXFLAGS='-std=c++98' 26 23 27 #Configure and compile 24 28 cd src -
issm/trunk-jpl/externalpackages/dakota/install-6.2-linux64.sh
r20439 r20998 32 32 patch src/packages/pecos/src/pecos_global_defs.hpp configs/6.2/pecos_global_defs.hpp.patch 33 33 34 #Setting CXXFLAGS to deal with C++11 incompatibility with Matlab's Boost 35 export CXXFLAGS='-std=c++98' 36 34 37 #Configure dakota 35 38 cd $DAK_BUILD
Note:
See TracChangeset
for help on using the changeset viewer.