Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brian-rose/minimalf2py
A minimal package to diagnose issues with building Python / Fortran packages with f2py
https://github.com/brian-rose/minimalf2py
Last synced: about 5 hours ago
JSON representation
A minimal package to diagnose issues with building Python / Fortran packages with f2py
- Host: GitHub
- URL: https://github.com/brian-rose/minimalf2py
- Owner: brian-rose
- License: mit
- Created: 2019-03-19T16:10:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T17:18:52.000Z (4 months ago)
- Last Synced: 2024-07-08T22:02:46.163Z (4 months ago)
- Language: Python
- Size: 54.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minimalf2py
[![Build and test](https://github.com/brian-rose/minimalf2py/actions/workflows/build-and-test.yaml/badge.svg)](https://github.com/brian-rose/minimalf2py/actions/workflows/build-and-test.yaml) [![Conda build](https://github.com/brian-rose/minimalf2py/actions/workflows/conda-build.yaml/badge.svg)](https://github.com/brian-rose/minimalf2py/actions/workflows/conda-build.yaml)
A minimal package to diagnose issues with building Python / Fortran packages with f2py
Also a useful working example of how to use GitHub Actions to build this kind of package for Linux, MacOs, and Windows.
[Brian E. J. Rose](https://brian-rose.github.io)