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
Disable -DDART_ENABLE_SIMD as it actually triggers building with
-march=native. This is a wrong idea for building binary packages, but also
for source packages, as this requires all dependent packages to be built
with the same option (in particular, Eigen objects may have different
alignment constraints with and without -march=native).
Bump PKGREVISION.
0 commit comments