Skip to content

mpi-astronomy/meson-f90

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To install:

pip install .

You cannot do editable installs with compiled packages, pip install -e . will not work.

To test:

python -c "import fibonacci.fibby; import numpy as np; a=np.empty(7); fibonacci.fibby.fib1(a); print(a); exit();"

About

An example of building f90 code with meson.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published