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

Revise build to completely install each package #1558

Closed
ashiklom opened this issue Jul 31, 2017 · 1 comment
Closed

Revise build to completely install each package #1558

ashiklom opened this issue Jul 31, 2017 · 1 comment

Comments

@ashiklom
Copy link
Member

Description

Currently, a command like make document install will run document on every package, and then run install for every package. What it should do is document and install one package, then document and install the next package, etc.

Context

This should resolve some of the dependency issues we're currently encountering with package installations.

Possible Implementation

One option is to merge the document and install features into a single command that is modulated instead by environment variables. For instance, the default command could be something like make build that would document and install each package, and the equivalent to make document could be something like NODOC=true make build.

@ashiklom ashiklom self-assigned this Jul 31, 2017
@tonygardella tonygardella added this to Suggested, unconfirmed in PEcAn bugfix sprint: DUE Sep 15th. Aug 17, 2017
@ashiklom ashiklom moved this from Suggested, unconfirmed to In progress in PEcAn bugfix sprint: DUE Sep 15th. Aug 22, 2017
@ashiklom ashiklom moved this from In progress to Completed, in review in PEcAn bugfix sprint: DUE Sep 15th. Aug 22, 2017
@ashiklom ashiklom mentioned this issue Aug 22, 2017
9 tasks
@ashiklom
Copy link
Member Author

Closed by #1598

@ashiklom ashiklom moved this from Completed, in review to Closed in PEcAn bugfix sprint: DUE Sep 15th. Aug 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant