You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately we did not have gcc 12 in our unit testing (we do now!), so we missed an annoying compilation error that prevents the conda PR tests from all succeeding, and thus the conda packages for release 3.6.0 from being deployed.
I am trying to make a quick workaround and a release 3.6.1 out the door asap, and then we have to revisit this compilation error after a few weeks when there might be time.
The text was updated successfully, but these errors were encountered:
This will be addressed in the upcoming v3.7.0 release. The aligned allocator was rewritten for better portability (and correctness!), and additionally, the SmallVector::clear method needed to be rewritten in a very specific way before gcc12 would stop giving (wrong!) errors.
Unfortunately we did not have gcc 12 in our unit testing (we do now!), so we missed an annoying compilation error that prevents the conda PR tests from all succeeding, and thus the conda packages for release 3.6.0 from being deployed.
I am trying to make a quick workaround and a release 3.6.1 out the door asap, and then we have to revisit this compilation error after a few weeks when there might be time.
The text was updated successfully, but these errors were encountered: