An open API service indexing awesome lists of open source software.

https://github.com/msyriac/f2pydemo

A demonstration of my annoyance with / ignorance of setuptools + f2py
https://github.com/msyriac/f2pydemo

Last synced: about 2 months ago
JSON representation

A demonstration of my annoyance with / ignorance of setuptools + f2py

Awesome Lists containing this project

README

        

f2pydemo
========

A demonstration of my annoyance with / ignorance of setuptools + f2py.

First do:
```
python setup.py build_ext -i
```
which should produce an error.

Then check where the compiled library ends up going:
```
find . -iname '*mod2*'
```