https://github.com/gnikit/gklib-fpm
GKlib repackaging for usage with fpm
https://github.com/gnikit/gklib-fpm
fpm partitioning
Last synced: 10 months ago
JSON representation
GKlib repackaging for usage with fpm
- Host: GitHub
- URL: https://github.com/gnikit/gklib-fpm
- Owner: gnikit
- License: apache-2.0
- Created: 2022-10-08T16:57:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T17:15:42.000Z (10 months ago)
- Last Synced: 2025-08-11T19:24:56.996Z (10 months ago)
- Topics: fpm, partitioning
- Language: C
- Homepage:
- Size: 255 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# GKlib for fpm
This is a repackaging of the [GKlib](https://github.com/KarypisLab/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
```sh
fpm build
```
To use `GKlib` as a dependency in your `fpm` project, add the following to your `fpm.toml` file:
```toml
[dependencies]
gklib = { git="https://github.com/gnikit/GKlib-fpm.git" }
```
## License
> Apache License, Version 2.0
The original [GKlib](https://github.com/karypislab/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.