-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Remove remaining CDTs #78
Comments
One thing I immediately see is the possibility to switch to |
|
After libglvnd has recently become available in conda-forge, option(
'gbm',
type : 'feature',
deprecated: {'true': 'enabled', 'false': 'disabled'},
description : 'Build support for gbm platform'
)
option(
'gbm-backends-path',
type : 'string',
value : '',
description : 'Locations to search for gbm backends, passed as colon ' +
'separated list. Default: $libdir/gbm.'
)
option(
'shared-glapi',
type : 'feature',
deprecated: {'true': 'enabled', 'false': 'disabled'},
description : 'Whether to build a shared or static glapi. Defaults to ' +
'disabled on Windows, enabled elsewhere'
) Moreover, GLVND support is required to work with the new libglvnd feedstock. option(
'glvnd',
type : 'feature',
deprecated: {'true': 'enabled', 'false': 'disabled'},
description : 'Enable GLVND support.'
) Inclusion of on-screen Mesa libraries can also be fine because there still needs to be a default OpenGL provider, which Ubuntu or Fedora provides as |
Comment:
From: conda-forge/staged-recipes#25919 (comment)
@ehfd identified that there are likely cleanups that can be done on this recipe.
With this prompt, I've noticed we have a few things in
yum_requirements.txt
that we can remove.PRs welcome.
The text was updated successfully, but these errors were encountered: