LLNL / libROM

Data-driven model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
204 stars 36 forks source link

[feature/remove-perl-dependency] Remove all references to Perl from the build system and project #26

Closed goxberry closed 4 years ago

goxberry commented 5 years ago

Our build system currently requires a path to a Perl binary, but our project does not need Perl:

Given that our project does not need Perl, this PR sets about removing all traces of Perl from the project. This cleanup should also help with making the GNU Autotools and CMake build systems consistent (fewer macros to worry about).

goxberry commented 5 years ago

Fixes #18.