Closed iparask closed 6 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 38.79%. Comparing base (
1f52ada
) to head (8d05e6d
). Report is 22 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is more for when someone installs
pixell
on a new Macbook for development. It does not replace the wheels that exist.Meson will now check if the system is a MacBook with an M chip. When OpenMP is not found it will just compile without it. If the system is Linux or Intel based Mac it will error out. The same with windows because they are not supported.
If OpenMP is found, then all is well and it will continue as expected.
It also fixes another incompatibility error because of clang.