/GKlib-fpm

GKlib repackaging for usage with fpm

Primary LanguageCApache License 2.0Apache-2.0

GKlib for fpm

This is a repackaging of the GKlib library, developed by Karypis Lab for use with the Fortran Package Manager (fpm).

TODO

  • Run tests in CI
  • Make CI open a PR for changes if the repository is dirty

Usage

fpm build

To use GKlib as a dependency in your fpm project, add the following to your fpm.toml file:

[dependencies]
gklib = { git="https://github.com/gnikit/GKlib-fpm.git" }

License

Apache License, Version 2.0

The original GKlib is licensed under Apache License, Version 2.0. This repository is a repackaging of the original GKlib without any significant modifications or improvements. As such we believe that attribution should still be given to the original authors and hence choose to distribute the repackaged version under the same license as the original.