Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fortran 2008 interface bindings to libgit2

License

NotificationsYou must be signed in to change notification settings

interkosmos/fortran-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A work-in-progress collection of Fortran 2008 ISO C binding interfaces tolibgit2.

Build Instructions

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 build

With make instead:

$ make FC=ifort

The default compiler is set togfortran.

Licence

MIT

About

Fortran 2008 interface bindings to libgit2

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp