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

Separate inplace / dist scripts + reduced generation time #138

Closed
wants to merge 10 commits into from

Conversation

cwharris
Copy link
Collaborator

@cwharris cwharris commented Sep 6, 2023

  • Creates dual build script hierarchies - inplace (development), and dist (release)
  • Reduces rapids-generate-scripts time to ~3s, down from ~12s.
  • Re-implements build-all script to just call build-all-inplace

New script structures are as follows:

  • build-all -> build-all-inplace
  • build-all-[inplace|dist] # build all c++ and python libs and packages
  • build-{repo}-[inplace|dist] # build all c++ and python libs and packages for a repo
  • build-{repo}-[inplace|dist]-[cpp|python] # builds all c++ or python libs or packages for a repo
  • build-{repo}-[inplace|dist]-[cpp|python]-{lib/package} # builds a single lib or package for a repo

Additionally I would like to add (but not included in this pr):

  • build-all-[inplace|dist]-[cpp|python] # builds all c++ or python libs and packages

@cwharris cwharris changed the title Separate inplace and dist build scripts Separate inplace / dist scripts + reduced generation time Sep 7, 2023
@cwharris cwharris marked this pull request as ready for review September 7, 2023 18:05
@trxcllnt
Copy link
Collaborator

@cwharris was this superseded by #141?

@cwharris
Copy link
Collaborator Author

yes

@cwharris cwharris closed this Sep 21, 2023
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