You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ^python@3.6.3~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.