LKedward / fhash

fpm package implementing a hash table with support for generic keys and values.
https://lkedward.github.io/fhash/
MIT License
38 stars 8 forks source link

Remove erroneous dependencies #14

Closed jhaiduce closed 2 years ago

jhaiduce commented 2 years ago

Realized one of my earlier commits included CMake commands that try to bring in dependencies (system_mpi and fortran_exceptions) that fhash doesn't actually use. This PR removes those.

jhaiduce commented 2 years ago

I might be missing something, but at first glance the test failures appear unrelated to the changes in this PR.

LKedward commented 2 years ago

Yes, you're right. It's this problem: https://github.com/fortran-lang/setup-fpm/issues/6. I'll fix the workflow this weekend. Thanks for this 👍