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

Add make prerequisites target #28606

Closed
armenzg opened this issue Sep 15, 2021 · 1 comment · Fixed by #28607
Closed

Add make prerequisites target #28606

armenzg opened this issue Sep 15, 2021 · 1 comment · Fixed by #28607
Assignees
Labels
Component: Developer Environment This covers issues related to setting up a developer's environment

Comments

@armenzg
Copy link
Member

armenzg commented Sep 15, 2021

Create a new target which installs different libraries via brew depending on the context.

For instance, on Apple M1 machines it should installed a couple more libraries.

@armenzg armenzg self-assigned this Sep 15, 2021
@armenzg armenzg added this to the Apple M1 dev env support milestone Sep 15, 2021
@armenzg armenzg added the Component: Developer Environment This covers issues related to setting up a developer's environment label Sep 15, 2021
armenzg added a commit that referenced this issue Sep 15, 2021
Create a new target which installs different libraries via brew depending on the context.

For instance, on Apple M1 machines it should installed a couple more libraries.

In the future, the bootstrap script and documentation should be using this target.

Fixes #28606
@armenzg
Copy link
Member Author

armenzg commented Sep 15, 2021

This will solve #26465 since the wheel will automatically be built.

armenzg added a commit that referenced this issue Sep 23, 2021
…28607)

Create a new target which installs different libraries via brew depending on the context.

For instance, on Apple M1 machines it should installed a couple more libraries.
This helps to install the psycopg2-binary package since there's no wheel for it.
We also upgrade the version of it in order to avoid needing to set some CPPFLAGS & LDFLAGS.

In the future, the bootstrap script and documentation should be using this target.

Fixes #28606
vuluongj20 pushed a commit that referenced this issue Sep 30, 2021
…28607)

Create a new target which installs different libraries via brew depending on the context.

For instance, on Apple M1 machines it should installed a couple more libraries.
This helps to install the psycopg2-binary package since there's no wheel for it.
We also upgrade the version of it in order to avoid needing to set some CPPFLAGS & LDFLAGS.

In the future, the bootstrap script and documentation should be using this target.

Fixes #28606
@github-actions github-actions bot locked and limited conversation to collaborators Oct 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Component: Developer Environment This covers issues related to setting up a developer's environment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant