Trick-17 / clang-build

Clang-based cross platform build system written in Python
https://clang-build.readthedocs.io
MIT License
8 stars 3 forks source link

Get rid of Eigen copy in repository #40

Closed NOhs closed 6 years ago

NOhs commented 6 years ago

There is really no reason to have a copy of the Eigen repository in this repo just to use it in a MWE. We should replace it by a dummy library. That should be enough for the unit tests.

NOhs commented 6 years ago

Closed by #45