opencollab / arpack-ng

Collection of Fortran77 subroutines designed to solve large scale eigenvalue problems.
Other
287 stars 124 forks source link

Meson support #381

Open sampotter opened 1 year ago

sampotter commented 1 year ago

Does anyone have a meson.build file for arpack-ng?

If so, it it were included in mainline, it would make it very easy to include arpack-ng as a subproject in a Meson project. E.g.: https://mesonbuild.com/Wrapdb-projects.html

fghoussen commented 1 year ago

Nope. Feel free to propose a PR (with CI).

sylvestre commented 1 year ago

We already have autotools & cmake. I don't think we want to add a third.

fghoussen commented 1 year ago

Maybe adding conan to handle dependencies for cmake?