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
- Host: GitHub
- URL: https://github.com/msyriac/f2pydemo
- Owner: msyriac
- Created: 2020-12-09T18:22:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T18:33:22.000Z (over 4 years ago)
- Last Synced: 2025-02-07T16:19:56.367Z (4 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*'
```