precice / 6dof-rigid-body-solver

A simple 6dof rigid body solver adapted to preCICE (currently unmaintained)
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Replace scons with cmake #4

Closed davidscn closed 4 years ago

davidscn commented 4 years ago

Replaces scons with cmake.

Only part I am not sure: The Tests.hpp are directly included in the main file. So, we don't set up a ctest target, but compile directly with make, right? We can then chose at runtime, if we want to run a test by passing tests as argument instead of precice-config.xml.

Closes #1

uekerman commented 4 years ago

The tests use (deprecated) data structures from preCICE. I would suggest to not build them at all at the moment. Instead, you could open an issue that tests need to be ported to some independent framework.

davidscn commented 4 years ago

I will merge it first of all, although it will not compile for other reasons.