Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 404 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 404 Bytes

Mixing C, C++, Fortran, and Python using Python CFFI

This final recipe shows how it is possible to extend Python with compiled code in C or Fortran. We use the CFFI Python module for this purpose and show how CMake can greatly help in managing the build system for such a project.