Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/zoziha/fgsl-binary-objs
- Owner: zoziha
- License: gpl-2.0
- Created: 2022-03-09T14:36:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T14:45:05.000Z (almost 3 years ago)
- Last Synced: 2024-01-29T08:48:01.033Z (12 months ago)
- Topics: fgsl, fortran, fortran-package-manager, fpm, gsl, gsl-bindings
- Homepage:
- Size: 165 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)