3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00
yosys/.github/workflows
Mohamed Gaber 407343a7a1
Pyosys Wheels
* Created `setup.py`: Python package manifest to build `pyosys` wheels with a custom extension to build and include `libyosys.so` using Make
* `.gitignore`: Added byproducts of the Python wheel build process
* `Makefile`: Added `-undefined dynamic_lookup` to `libyosys.so` so missing symbols can be resolved by importing into a Python interpreter
* `kernel/yosys.cc`: Gated `PyImport_AppendInittab` with `!Py_IsInitialized`; as of Python 3.12, the interpreter is already initialized and `PyImport_AppendInittab` would cause an exception to be raised
* Created `wheels.yml`: CI workflow for building wheels for CPython on:
  * Linux (glibc, musl) and Darwin
  * x86-64 and arm64
2024-10-07 16:39:54 +03:00
..
codeql.yml Add YosysHQ/abc as a submodule located in abc 2024-05-08 00:32:18 +02:00
extra-builds.yml Run nix build also on macos. Build with more logs 2024-07-30 22:47:30 +02:00
prepare-docs.yml Add -j flag to make docs CI 2024-10-07 10:07:17 +13:00
test-build.yml Add Get vcd2fst step to test-yosys job 2024-09-30 16:25:32 +02:00
test-compile.yml test-compile: Downgrade to focal 2024-08-15 09:44:20 +12:00
test-verific.yml Merge pull request #4536 from YosysHQ/functional 2024-09-06 10:05:04 +02:00
update-flake-lock.yml Update flake lock workflow 2024-06-02 19:25:05 +02:00
version.yml Add YosysHQ/abc as a submodule located in abc 2024-05-08 00:32:18 +02:00
wheels.yml Pyosys Wheels 2024-10-07 16:39:54 +03:00