Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zoziha/fgsl-binary-objs

🗺`fgsl-binary-objs`: Compiled FGSL binary components for Fortran.
https://github.com/zoziha/fgsl-binary-objs

fgsl fortran fortran-package-manager fpm gsl gsl-bindings

Last synced: 25 days ago
JSON representation

🗺`fgsl-binary-objs`: Compiled FGSL binary components for Fortran.

Awesome Lists containing this project

README

        

# FGSL Library Binary Objects for Fortran

Compiled FGSL binary components for Fortran.

*Suggestions and code contributions are welcome.*

```fortran
use fgsl
```

## Build with [fortran-lang/fpm](https://github.com/fortran-lang/fpm)

- gfortran version in msys2: 11.2.0
- fgsl version in msys2: 1.5.0-1

```toml
[dependencies]
fgsl-binary-objs = { git = "https://github.com/zoziha/fgsl-binary-objs.git" }
```

## Reference

- [reinh-bader/fgsl](https://github.com/reinh-bader/fgsl)