-
Notifications
You must be signed in to change notification settings - Fork 66
Python Static
Cyrus Harrison edited this page Jan 13, 2020
·
1 revision
Notes:
We can build a dynamic lib ascent python module agains a against a static python.
This reqs deferred link of python and building ascent libs static.
spec="%clang~shared ^[email protected]~shared"
The build ascent as static req is due to use embedding our interpreter. It is a bit tricky since we embed python in our lib, and we also create a python module that links our lib.