Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Correct f2py doc meson.build example | Namami Shanker | 2022-06-23 | 1 | -10/+3 |
| | |||||
* | DOC: Add f2cmap flag doc | Namami Shanker | 2022-06-23 | 1 | -0/+9 |
| | |||||
* | MAINT,DOC: Fix doc fragments and tests | Rohit Goswami | 2022-06-05 | 4 | -0/+20 |
| | |||||
* | MAINT: Python <3.8 related cleanups | Brigitta Sipőcz | 2022-05-23 | 2 | -3/+3 |
| | |||||
* | Merge pull request #21187 from HaoZeke/f2pyDeterminism | Rohit Goswami | 2022-04-29 | 2 | -6/+6 |
|\ | | | | | ENH: F2PY build output determinism | ||||
| * | ENH: Switch to a negative flag | Rohit Goswami | 2022-03-21 | 2 | -2/+2 |
| | | | | | | | | | | | | Also remove FutureWarning and update documentation Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com> | ||||
| * | DOC: Reword for new emptygen behaviour | Rohit Goswami | 2022-03-21 | 2 | -4/+4 |
| | | |||||
| * | DOC: Update documentation and usage | Rohit Goswami | 2022-03-12 | 2 | -4/+4 |
| | | |||||
* | | DOC: Add F2PY test documentation | Namami Shanker | 2022-04-12 | 1 | -0/+10 |
|/ | |||||
* | Fixing formatting | melissawm | 2022-01-05 | 7 | -74/+74 |
| | |||||
* | Responding to review comments | melissawm | 2022-01-05 | 8 | -0/+102 |
| | |||||
* | DOC: use FindPython instead of FindPython3 (#20447) | Henry Schreiner | 2021-11-29 | 1 | -8/+8 |
| | |||||
* | fix: get scikit-build example working | Henry Schreiner | 2021-11-23 | 3 | -45/+49 |
| | |||||
* | DOC: nicer CMake example | Henry Schreiner | 2021-11-22 | 1 | -32/+17 |
| | | | | | | | | | | This updates the CMake example with several improvements. * The modern CLI usage (3.14+) is used for configurting and building (plain CMake and scikit-build examples) * Removed CXX variable setting (not a CXX project) * Ensured Python 3.7+ is discoverd, and also avoid requiring Development.Embed (component not present in some places like manylinux) * Nicer include directory listing * Drop unused varaible * Use FindPython's integrated module support * Avoid directory-level settings, use only target level settings instead (as noted in the orignal comment - also this was originally directory scope, not project scope) | ||||
* | DOC: Address build system review I | Rohit Goswami | 2021-11-16 | 1 | -6/+12 |
| | | | | | | Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com> Co-authored-by: Christoph Buchner <bilderbuchi@phononoia.at> Co-authored-by: Melissa Weber Mendonça <melissawm@gmail.com> | ||||
* | DOC: Update meson and f2py for automated wrappers | Rohit Goswami | 2021-11-15 | 2 | -4/+49 |
| | |||||
* | DOC: Add F77 scikit-build example | Rohit Goswami | 2021-11-15 | 3 | -0/+104 |
| | | | | Co-authored-by: Nick Wogan <wogan@uw.edu> | ||||
* | DOC: Add CMake with F2PY | Rohit Goswami | 2021-11-15 | 1 | -0/+74 |
| | |||||
* | DOC: Detail Meson and F2PY usage | HaoZeke | 2021-11-15 | 1 | -0/+30 |
| | |||||
* | MAINT,DOC: Refactor, syntax highlighting for f2py | Rohit Goswami | 2021-09-19 | 32 | -0/+616 |