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

reverse build/host activation order, to give build exe's higher priority #2686

Merged
merged 2 commits into from
Feb 26, 2018

Conversation

msarahan
Copy link
Contributor

@mingwandroid reported problems building R recipes where he needed the compilers to be in the host section for some reason. This PR is a WIP as we explore this idea - it might break stuff pretty badly.

@mingwandroid
Copy link
Contributor

mingwandroid commented Feb 20, 2018

he needed the compilers to be in the host section for some reason

This is because R users expect to be able to call install.packages() from within the REPL and for things involving compilation that requires compilers (much the same as on Python with sysconfig).

I want our R infrastructure (and MRO) on Linux to use our compilers rather than reporting an error or building broken software.

(and to clarify, the compilers are not in the host section through their own 'volition', they are there transitively due to r-base or mro-base being in the host section).

@github-actions
Copy link

Hi there, thank you for your contribution!

This pull request has been automatically locked because it has not had recent activity after being closed.

Please open a new issue or pull request if needed.

Thanks!

@github-actions github-actions bot added the locked [bot] locked due to inactivity label Apr 22, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 22, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked [bot] locked due to inactivity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants