-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding support to not native x86 systems for external libraries (#732)
- Filtering of x86 specific directive at both `Makefile` and `setup.py` level. Former needed for libraries that integrate Stim at the binary level (e.g. PyMatching). - Replacing `sys` with `platform` to gain access to additional information on the OS and CPU architecture. - Wrapped up with a function the extensions that shall be built for a specific architecture.
- Loading branch information
Showing
2 changed files
with
27 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters