quil-lang / qvm

The high-performance and featureful Quil simulator.
Other
413 stars 57 forks source link

fix: catch unbound alien variable when building on arm64 #308

Closed erichulburd closed 1 year ago

erichulburd commented 1 year ago

Closes #306 . I've confirmed this change enabled a smooth build on our Ampere box.

This alone doesn't solve the ARM64 build - there are some changes needed in cffi as well, which I'll take a look at later this week.