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

allow user specified build/installation order for R packages #10

Open
russHyde opened this issue Jan 10, 2019 · 2 comments
Open

allow user specified build/installation order for R packages #10

russHyde opened this issue Jan 10, 2019 · 2 comments
Labels
01 : feature New feature or request 13 : sidekick Relevant to `sidekick` scripts and config

Comments

@russHyde
Copy link
Owner

R packages may depend on each other for installation.

Typically, copied packages may depend on cloned packages and project-specific package may depend on either copied or cloned packages.

User should be able to configure which gets built / installed in which order.

@russHyde russHyde added the 01 : feature New feature or request label Jan 18, 2019
@russHyde russHyde added 12 : buddy Relevant to `buddy` python package 13 : sidekick Relevant to `sidekick` scripts and config labels Feb 8, 2019
@russHyde
Copy link
Owner Author

russHyde commented Sep 4, 2019

Could just parse clone_these_repos, copy_these_dirs and build / install in order (filtered by presence in lib/[cloned|copied]_packages). Then install a project-specific package, if required.

@russHyde russHyde removed the 12 : buddy Relevant to `buddy` python package label Oct 8, 2019
@russHyde
Copy link
Owner Author

russHyde commented Mar 24, 2020

We no longer use lib/[cloned|copied]_packages (as of #91 ), we use lib/remote and lib/local; anything in lib/remote is built/installed before anything in lib/local. Have not yet implemented an installation ordering script/config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
01 : feature New feature or request 13 : sidekick Relevant to `sidekick` scripts and config
Projects
None yet
Development

No branches or pull requests

1 participant