- Notifications
You must be signed in to change notification settings - Fork1
Fortran 2008 interface bindings to libgit2
License
NotificationsYou must be signed in to change notification settings
interkosmos/fortran-git
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A work-in-progress collection of Fortran 2008 ISO C binding interfaces tolibgit2.
Installlibgit2 either as a package or build the library from source withCMake:
$ git clone --depth 1 https://github.com/libgit2/libgit2$ cd libgit2/$ mkdir build && cd build/$ cmake ..$ cmake --build .This step creates the shared librarylibgit2.so.* in directory./build/.Link against the library and the header files in./include/ (if not installedglobally).
Clone thefortran-git repository and build the static librarylibfortran-git.a (containing the Fortran interface bindings), either withfpm or GNU/BSD make:
$ git clone --depth 1 https://github.com/interkosmos/fortran-git$ cd fortran-git/$ fpm buildWith make instead:
$ make FC=ifortThe default compiler is set togfortran.
MIT
About
Fortran 2008 interface bindings to libgit2
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published