NLESC-JCER / spectra

A header-only C++ library for large scale eigenvalue problems
https://spectralib.org
Mozilla Public License 2.0
0 stars 0 forks source link

Testing with multiple eigen versions #13

Open v1kko opened 4 years ago

v1kko commented 4 years ago

Perhaps we can do this with a workflow checking out the correct eigen version?

v1kko commented 4 years ago

A bit more verbose,

Eigen could be added as a submodule:

git submodule add https://gitlab.com/libeigen/eigen.git external/eigen

Then spectra can be compiled quickly against various versions within the github actions workflow

cd external/eigen && git checkout v-3.4.3