Here I clean a lot of the superfluous files (though note that I have not squashed the history, so none of them are lost.)
The CMakeList.txt is now optimised for conda installation, and compiles well when both boost and tcmalloc are available. I need to do a few more tests to ensure that by optimising for conda we are not losing the ability to compile it by itself.
This is not done yet, please DO NOT MERGE. I will merge once its ready.
There are almost no core changes here, this is all just cleaning up.
Here I clean a lot of the superfluous files (though note that I have not squashed the history, so none of them are lost.)
The
CMakeList.txt
is now optimised forconda
installation, and compiles well when bothboost
andtcmalloc
are available. I need to do a few more tests to ensure that by optimising forconda
we are not losing the ability to compile it by itself.This is not done yet, please DO NOT MERGE. I will merge once its ready.
There are almost no core changes here, this is all just cleaning up.