mosaic-group / openfpm

OpenFPM: A scalable open framework for particle and particle-mesh codes on parallel computers
http://openfpm.mpi-cbg.de/
BSD 3-Clause "New" or "Revised" License
9 stars 6 forks source link

Minter library dependency #2

Open abhinavsns opened 4 months ago

abhinavsns commented 4 months ago

Minter is currently installed via a workaround using CMake and make. Any other advanced build tool like ninja fails to compile. To maintain consistency, minter should be shipped as a dependency.

See: https://github.com/mosaic-group/openfpm_numerics/blob/219d647b64ab80996a2b9b234eeb703f80e72caa/CMakeLists.txt#L39

syaskovets commented 3 months ago

As minter is no longer supported, we decided that parts of minter used in level-set will be rewritten to support openfpm data structures to be included as a part of openfpm_numerics. The rest will be dropped completely, which will solve the issue.

Unfortunately, the link is broken