Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions sphinx_presentation/source/binaries_dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,26 @@
Binaries and Dependencies
*************************

Introduction
------------

This section discusses the creation of Python packages that contain native
binaries. First, we explain why building Python packages with native binaries
is often necessary or desirable for scientific applications. Next, an overview
of the requirements to build native binaries is provided. Within this the
context, we explain how *scikit-build* and *conda-build* make life easier when
we want to satisfy these requirements. Finally, we conclude with an exercise
where we build a native Python wth native binaries package and analyze the
different stages of the build process.

Motivation
----------

Build Requirements
------------------

Scientific Python Build Tools
-----------------------------

Exercise
--------