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

Add non-cuda-sub-pckages action argument #250

Merged
merged 2 commits into from Jul 6, 2023
Merged

Add non-cuda-sub-pckages action argument #250

merged 2 commits into from Jul 6, 2023

Conversation

Jimver
Copy link
Owner

@Jimver Jimver commented Jul 6, 2023

  • When writing this tool I noticed the ubuntu packages had the "cuda-"
    prefix.
  • This is not the case for all packages, so let's add a new argument called
    "non-cuda-sub-packages", which behaves the same as "sub-packages",
    except that it only works for ubuntu network installs, and that it
    doesn't prefix the packages with "cuda-".
  • Decided to go this route for backwards compatibility and OS platform
    compatibility.
  • Fixes #249.

@Jimver Jimver force-pushed the cuda-prefix branch 2 times, most recently from cfa20c0 to 29d2007 Compare July 6, 2023 21:19
- When writing this tool I noticed the ubuntu packages had the "cuda-"
  prefix.
- This is not the case for all packages, so let's add a new argument called
  "non-cuda-sub-packages", which behaves the same as "sub-packages",
  except that it only works for ubuntu network installs, and that it
  doesn't prefix the packages with "cuda-".
- Fixes #249.
@Jimver Jimver merged commit bd00ab9 into master Jul 6, 2023
9 of 13 checks passed
@Jimver Jimver deleted the cuda-prefix branch July 6, 2023 21:30
@Jimver Jimver changed the title Don't prepend cuda- prefix to ubuntu package names Add non-cuda-sub-pckages action argument Jul 6, 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.

Some linux subpackages dont have a cuda- prefix
1 participant