Generate Makefiles for modular Fortran programs
Project description
Generate Makefiles for modular Fortran programs
Installation
Either from PyPI:
python3 -m pip install makemake90
Or from GitHub:
python3 -m pip install git+https://github.com/janberges/makemake90
Synopsis
Generate Makefile for all .f90
files in the current directory and its
subdirectories, optionally indicating special directories of your project:
makemake90 src=src obj=build mod=build bin=bin
Customize Makefile preamble (before the line with generated by makemake
):
$EDITOR Makefile
Build your project:
make FC=gfortran FFLAGS=-O3
Update Makefile after further work on project:
makemake90
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
makemake90-0.3.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for makemake90-0.3-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 326135c3bdf39d7a98bd1febe5f291cef6177db342bea35855bd588ccc694a7e |
|
MD5 | 29e4364d1c38432c47da15172e3cfbd3 |
|
BLAKE2b-256 | 222c7511d0636338d9c239367b3a3d535816e2f6721df65687ba3a2a1242e0d3 |