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

Homebrew formula: use cstdlib and fifo tasks #23415

Merged
merged 2 commits into from Sep 15, 2023

Conversation

stonea
Copy link
Contributor

@stonea stonea commented Sep 15, 2023

In #23366, I updated the Homebrew formula to use system versions of jemalloc and hwloc.

Unfortunately, this change runs into issues. Some of which may be fixed later by this PR (#23409 (comment)).

And also this issue about the bundled jemalloc makefile being run and failing despite the fact that we're supposed to be using the system one #23409 (comment)).

Given all this and how close we are to the release, we decided to have the formula use cstdlib for memory management instead.

---
Signed-off-by: Andy Stone <stonea@users.noreply.github.com>
@ronawho
Copy link
Contributor

ronawho commented Sep 15, 2023

Oh, should probably remove the depends_on hwloc/jemalloc

---
Signed-off-by: Andy Stone <stonea@users.noreply.github.com>
@stonea
Copy link
Contributor Author

stonea commented Sep 15, 2023

Oh, should probably remove the depends_on hwloc/jemalloc

Good catch; I've removed them.

@stonea stonea merged commit 21aa582 into chapel-lang:main Sep 15, 2023
7 checks passed
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.

None yet

2 participants