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

building on macOS with ARM #32

Open
qacwnfq opened this issue Mar 6, 2024 · 1 comment
Open

building on macOS with ARM #32

qacwnfq opened this issue Mar 6, 2024 · 1 comment

Comments

@qacwnfq
Copy link

qacwnfq commented Mar 6, 2024

Hey,

FluxML relies on sys/prctl.h and other sys files. These files are not available on linux.
Perhaps we can find a way to replace/remove them for macOS builds.

@mbeyss
Copy link
Contributor

mbeyss commented Mar 6, 2024

prctl is just used to attach a debugger. I never found that to be particularly useful anyhow.

The other includes from sys are all POSIX. could you confirm those are present?

  • sys/types.h
  • sys/stat.h
  • sys/socket.h
  • sys/un.h
  • sys/utsname.h
  • sys/wait.h

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

When branches are created from issues, their pull requests are automatically linked.

2 participants