QuTech-Delft / libqasm

libQASM: Library to parse cQASM files
https://arxiv.org/abs/1805.09607
Other
15 stars 16 forks source link

Fix GitHub Actions JS and Python macos/x64 jobs #208

Closed rturrado closed 3 months ago

rturrado commented 3 months ago

JS fix

emsdk/3.1.50 uses nodejs/16.3, but the build complains if nodejs/16.20 is not used. We fix that through Conan's replace_requires. Note there is not any newer emsdk Conan package available.

Python macos/x64 fix

I've removed the code that calls delocate_wheel on Darwin. I am not sure this is actually fix or I am removing some code that will be needed in the future.