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

Depend on libgccjit and gcc to ensure they're installed at runtime (v28, v29) #757

Conversation

tkareine
Copy link
Contributor

When using the --with-native-comp install option, require libgccjit and gcc as dependencies that are available when running Emacs and the editor compiles *.elc files asynchronously (JIT).

Continues #754 for Emacs v28 and v29.

Before the change, the following command produces empty output:

brew uses --recursive --installed gcc

After the change the command produces:

d12frosted/emacs-plus/emacs-plus@29

Now brew cleanup -s doesn't remove the gcc formula after installing emacs-plus@29 (or @28).

…28, v29)

When using the `--with-native-comp` install option, require `libgccjit`
and `gcc` as dependencies that are available when running Emacs and the
editor compiles `*.elc` files asynchronously (JIT).

Continues d12frosted#754 for Emacs v28 and v29.
@d12frosted d12frosted merged commit b963aae into d12frosted:master Nov 17, 2024
12 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.

2 participants