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

Automate extra setup required for Mac M1 machines #1247

Open
ryanbogan opened this issue Oct 12, 2023 · 1 comment
Open

Automate extra setup required for Mac M1 machines #1247

ryanbogan opened this issue Oct 12, 2023 · 1 comment

Comments

@ryanbogan
Copy link
Member

Is your feature request related to a problem?
There is a lot of extra setup required to run k-NN on Mac M1 machines. These steps could potentially be automated to make the user experience much easier.

What solution would you like?
The first part of this issue is to detect the Mac architecture in the build.gradle file. Then, we can modify the gradle build task to automatically run the bash commands necessary for M1 machines only when the current machine is a Mac.

Do you have any additional context?
#1222

@jmazanec15
Copy link
Member

I think better yet we should not have to run manual patches. Users should just install dependencies and then be able to run the build system

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

No branches or pull requests

3 participants