summaryrefslogtreecommitdiff
path: root/doc/source/f2py/code
Commit message (Collapse)AuthorAgeFilesLines
* MAINT,TST: No printing in f2py testsRohit Goswami2023-04-161-1/+1
|
* BLD: enable building NumPy with MesonRalf Gommers2022-11-252-32/+37
| | | | | | | | | | | | | | | | | | | This enables building with NumPy on Linux and macOS. Windows support should be complete to, but is untested as of now and may need a few tweaks. This contains: - A set of `meson.build` files and related code generation script tweaks, header templates, etc. - One CI job on Linux - Basic docs on using Meson to build NumPy (not yet integrated in the html docs, it's too early for that - this is for early adopters right now). The build should be complete, with the major exception of SIMD support. The full test suite passes. See gh-22546 for the tracking issue with detailed notes on the plan for switching NumPy to Meson as its build system. Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu>
* DOC: Correct f2py doc meson.build exampleNamami Shanker2022-06-231-10/+3
|
* DOC: Add f2cmap flag docNamami Shanker2022-06-231-0/+9
|
* MAINT,DOC: Fix doc fragments and testsRohit Goswami2022-06-054-0/+20
|
* MAINT: Python <3.8 related cleanupsBrigitta Sipőcz2022-05-232-3/+3
|
* Merge pull request #21187 from HaoZeke/f2pyDeterminismRohit Goswami2022-04-292-6/+6
|\ | | | | ENH: F2PY build output determinism
| * ENH: Switch to a negative flagRohit Goswami2022-03-212-2/+2
| | | | | | | | | | | | Also remove FutureWarning and update documentation Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com>
| * DOC: Reword for new emptygen behaviourRohit Goswami2022-03-212-4/+4
| |
| * DOC: Update documentation and usageRohit Goswami2022-03-122-4/+4
| |
* | DOC: Add F2PY test documentationNamami Shanker2022-04-121-0/+10
|/
* Fixing formattingmelissawm2022-01-057-74/+74
|
* Responding to review commentsmelissawm2022-01-058-0/+102
|
* DOC: use FindPython instead of FindPython3 (#20447)Henry Schreiner2021-11-291-8/+8
|
* fix: get scikit-build example workingHenry Schreiner2021-11-233-45/+49
|
* DOC: nicer CMake exampleHenry Schreiner2021-11-221-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 IRohit Goswami2021-11-161-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 wrappersRohit Goswami2021-11-152-4/+49
|
* DOC: Add F77 scikit-build exampleRohit Goswami2021-11-153-0/+104
| | | | Co-authored-by: Nick Wogan <wogan@uw.edu>
* DOC: Add CMake with F2PYRohit Goswami2021-11-151-0/+74
|
* DOC: Detail Meson and F2PY usageHaoZeke2021-11-151-0/+30
|
* MAINT,DOC: Refactor, syntax highlighting for f2pyRohit Goswami2021-09-1932-0/+616