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

Is there a way to create a "metapackage"? #4454

Closed
pigsflew opened this issue Sep 8, 2021 · 3 comments
Closed

Is there a way to create a "metapackage"? #4454

pigsflew opened this issue Sep 8, 2021 · 3 comments

Comments

@pigsflew
Copy link

pigsflew commented Sep 8, 2021

This would be a package that contains a list of packages that should be installed as dependencies, and otherwise does nothing.

I attempted to create the following:

graalvm.json

{
    "description": "Alias for `graalvm-jdk11`: GraalVM Community Edition; powered by OpenJDK 11.",
    "version": "1.0",
    "depends": "graalvm-jdk11"
}

but attempting to install it says graalvm does not support 64bit architecture.

I'd like it to simply do nothing and install the dependencies.

@Deide
Copy link

Deide commented Sep 10, 2021

No, but it could be tangentially connected to #3934

EDIT: You could probably work around it by defining a dummy program though. But I'd have imagined that the point of something like this is to keep the versions of dependencies in sync somewhat.

@pigsflew
Copy link
Author

That would work, yeah--I'll give it a shot. I still think It'd be cool to have this as a feature though, maybe with a type flag or something.

Thanks for the help!

@rashil2000
Copy link
Member

#2155

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants