Patrick Dupuis
Patrick Dupuis
yes! 👍 Then we can move on to Debian packaging.
The problem seems to be related to Boost. It appears that SC is being built with some non-default cmake flag values such as `-DSYSTEM_BOOST=on`. Does this need to be the...
That might be the problem. Normally, we build SC using Boost found in `external_libraries/`. I know this is from a while ago, but could you retry building with `DSYSTEM_BOOST=OFF` and...
In order to compile using a compatible version of Boost, wouldn't we simply have to turn off -DSYSTEM_BOOST like I suggested above?
When working on fixing unittests, is it a good idea to have SC built `Debug`? or, does it not matter?
ok, I'm currently going through the entire collection of tests in the test suite to see whick ones fail on my system. Hopefully, some of them are easy fixes.
#5360 is going to be less fun...
I wrote a little scirpt that generates a list of all UnitTests that can be annotated. Gist: https://gist.github.com/patrickdupuis/960d1fdd90f9651f368ab6c0f5e8a0c4
See #5363 for a small fix to the UnitTest class.
With #5363 applied to `develop`, here are the tests that fail on my system (Fedora 33): https://gist.github.com/patrickdupuis/e7ca9441f77a0bd97458d8393475581b