Closed junghans closed 6 years ago
That piece got reverted in 9fb1189234e1f9299b73b2e166519ea8f6ed04e1, so master is now broken with gcc-8!
Ubuntu will have gcc-8 only in July (unless I force the LTS upgrade now). Debian we have at work is gcc-6. Why to rush so much?
Fedora 28 has it now.
And OpenSuse Leap 15.0 has it, too!
Anyhow the VOTCA docker container is Fedora based and hence:
docker run -it votca/votca /bin/bash
cannot contain the latest version of ctp until fixed!
Build error fixed in 0b9dd083a0153ce34f2a07973f8408ca1b236b70
CI passed, thanks, closing!
Following up on https://github.com/votca/ctp/commit/91f6e4aaa9ea23b4984cc912d525e1cc40247702#commitcomment-28912652
when undoing:
gcc-8 fails with:
So we need to add a way to convert
votca::tools::Property
into a string.