-
Notifications
You must be signed in to change notification settings - Fork 110
Specify for single package manager #264
Comments
Hi @vsoch! I don't think we can do that right now, but it's definitely something we can integrate. Incidentally, which package manager are you developing for? |
I'd like to add spack. I could try to tackle the issue above first though - is that something that would be accepted, and if so, what design preferences do you have? |
I'm not sure at this time. Although dependency collection is within scope of the project, we'd like to create a plugin model where external tools can be used. Meanwhile, there seems to be some way of adding an enhancement: https://github.com/opensbom-generator/spdx-sbom-generator#how-to-register-a-new-plugin |
hey @nishakm ! Finally started working on this today - yay! A quick question - I'm assuming the model for a Package:
The "modules" below it should be dependencies for the module? And for the string should that be the For spack, it supports environments, but since just having a spack root with packages installed is simpler and more common I'm doing that first. |
Hi! I'd like to develop for a specific package manager, and I'd rather just be able to target it to run / test instead of running all of them at once. Is there a way to do that? Thanks!
The text was updated successfully, but these errors were encountered: