QuTech-Delft / libqasm

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

Release 0.5.0 #182

Closed rturrado closed 6 months ago

rturrado commented 6 months ago

A new release feels like changing the minor version. Last release dates from July 15, 2021. 😀

Basically all the changes from this PR are focused on assets.yml, to make manylinux-x64 and manylinux-arm64 jobs work.

I have been forced to downgrade the gtest Conan package from 1.14 to 1.13. I was getting a linkage error in the manylinux-arm64 job, an undefined reference in gmock-all.cc to __libc_single_threaded. I read here that this had to do with a recent version of gcc being needed. And it occured to me that, instead of trying to play with gcc versions, I may as well play with the gtest version. And it worked.

I have also taken the opportunity to: