diff options
author | Alexis Hildebrandt <afh@surryhill.net> | 2014-04-21 12:35:54 +0200 |
---|---|---|
committer | Alexis Hildebrandt <afh@surryhill.net> | 2014-04-23 11:30:44 +0200 |
commit | 4c4367fe6b7f184605c900735fc5b646f45311c1 (patch) | |
tree | abcd2570eef45b492f4b7396d74ed8d03ff2211e /acprep | |
parent | 4707122eede9746b36bbaa0dab0b419e11b0433b (diff) | |
download | fork-ledger-4c4367fe6b7f184605c900735fc5b646f45311c1.tar.gz fork-ledger-4c4367fe6b7f184605c900735fc5b646f45311c1.tar.bz2 fork-ledger-4c4367fe6b7f184605c900735fc5b646f45311c1.zip |
Fix Travis CI build
- Install and use GNU GCC 4.8 to support required C++11 standard
- Build Boost (1.55.0) libraries needed by ledger
- Export build and cmake variables to find locally built Boost
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -868,6 +868,7 @@ class PrepareBuild(CommandLineApp): if self.options.boost_root: conf_args.append('-DBOOST_ROOT=%s' % self.options.boost_root) + conf_args.append('-DBoost_NO_SYSTEM_PATHS=TRUE') if self.options.boost_suffix: conf_args.append('-DBoost_COMPILER=%s' % self.options.boost_suffix) |