Boost logo

Boost :

Subject: Re: [boost] NuDB: A fast key/value insert-only database for SSD drives in C++11
From: Peter Dimov (lists_at_[hidden])
Date: 2017-03-27 16:40:12


Vinnie Falco wrote:

> I guess what I need is for the travis.yml or other script, to change 'gcc'
> and 'g++' to link to a different version?

I'm not a Cmake person, but I strongly suspect that CC=gcc-5 CXX=g++-5 will
work.

It's possible that "compiler: gcc-5" will work as well, instead of the
current "compiler: gcc" at

https://github.com/vinniefalco/NuDB/blob/master/.travis.yml#L36

but I've never tried that. Either way, the result will be CXX and CC being
set.

Their current default values are g++ and gcc, as can be seen at

https://travis-ci.org/vinniefalco/NuDB/jobs/213555724#L354


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk