Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fortran-lang/fpm-on-wheels
Fortran package manager on wheels
https://github.com/fortran-lang/fpm-on-wheels
cmake fortran-package-manager pypi-package
Last synced: about 23 hours ago
JSON representation
Fortran package manager on wheels
- Host: GitHub
- URL: https://github.com/fortran-lang/fpm-on-wheels
- Owner: fortran-lang
- License: mit
- Created: 2022-12-19T21:23:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T14:15:53.000Z (8 months ago)
- Last Synced: 2024-05-01T16:52:11.040Z (6 months ago)
- Topics: cmake, fortran-package-manager, pypi-package
- Language: Shell
- Homepage: https://pypi.org/project/fpm
- Size: 54.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fpm-on-wheels
This project is responsible for generating the wheels and the source
distribution for the fpm project that is uploaded to PyPI.The wheels are generated with `CMake`, `scikit-build` and `cibuildwheel`,
using a GNU Fortran (gfortran) compiler. They are also equipped by default
with OpenMP support, for parallel compilation.## Supported platforms
The wheels are generated for the following platforms:
| Python version | Operating System | Architecture |
| -------------- | ---------------- | --------------------- |
| >= 3.7 | Linux | x86_64, i686, aarch64 |
| >= 3.7 | macOS | x86_64, arm64 |
| >= 3.7 | Windows | x86_64 |## Release Instructions
1. Update the git tags and/or git commit IDs in `CMakeLists.txt` for:
[`fpm`](https://github.com/fortran-lang/fpm.git),
[`toml-f`](https://github.com/toml-f/toml-f.git) and
[`M_CLI2`](https://github.com/urbanjost/M_CLI2.git)
2. Update the `docs/README.md` with the README file of the fpm project
3. Update the paths and flags in `pyproject.toml`'s
`[tool.cibuildwheel.overrides.environment]` table for `FC` and `LDFLAGS`
to match those printed by `tools/wheels/cibw_before_build_macos.sh` when
run on a GitHub runner.
4. Commit the changes via a pull-request to `main` and ask one of the admins
to merge it.
5. Admins: Issue a new release on GitHub with the same version number as
in `pyproject.toml` using the prefix `v` e.g. `v0.1.0`.## Development Instructions
Ensure that the following scripts and license notices are up to date:
- `tools/wheels/gfortran_utils.sh` from