Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac build support #568

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from
Open

Mac build support #568

wants to merge 11 commits into from

Conversation

LeftOfHere
Copy link

Adds support for mac builds.

To do this I did the following.

  • Removed tbb requirement when on mac
  • Added ifs for all parallel segments in the code to not use it.
  • Added Mac support in unsuck to get system info. This is not accurate at the moment. Someone with more apple and c++ knowledge needs to look at that.

I got the sysinfo from https://github.com/thewtex/tmux-mem-cpu-load.

Tested with 10+GB files and worked.

tested Apple M1 Max and someone else claimed it work on an intel mac.

@SiggyF
Copy link

SiggyF commented May 24, 2022

I tested this version and reviewed the code. Looks good to me.

@920364637
Copy link

worked for me on my M1 chip mac.

@fahu
Copy link

fahu commented May 3, 2024

I can confirm that it works on macOS (v14.4.1), M1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants