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
{{ message }}
This repository was archived by the owner on Jul 1, 2023. It is now read-only.
build: add a hard dependency on PythonKit with SPM (#1151)
Unlike CMake, SPM does not permit any control over build configuration.
Make PythonKit a hard dependency for the package. This along with the
remainder of the changes that have been made to the build system now
enable building Swift APIs with SPM in a complete configuration of
PythonKit + Swift Numerics + X10. This simplifies the path towards
getting a SPM built Swift APIs with X10 and PythonKit support with a
standard toolchain.
0 commit comments