We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Name: version
This abridged syntax is accepted by dependencies: in .yeb files::
dependencies:
.yeb
dependencies: - Autoconf: 2.69
However, the same syntax is not accepted in the builddependencies (and possibly other) sections; EB errors out:
builddependencies
ERROR: Failed to process easyconfig /net/nfs4/nfs.hydra/home/rmurri/givaro.yeb: Dependency specified without name: {'external_module_metadata': {}, 'full_mod_name': None, 'build_only': True, 'versionsuffix': '', 'external_module': False, 'dummy': False, 'Autoconf': 2.69, 'toolchain': {'version': '2015a', 'name': 'foss'}, 'name': None, 'short_mod_name': None, 'version': None, 'hidden': False}
The text was updated successfully, but these errors were encountered:
fixed in #1818, thanks for reporting this @riccardomurri!
Sorry, something went wrong.
No branches or pull requests
This abridged syntax is accepted by
dependencies:
in.yeb
files::However, the same syntax is not accepted in the
builddependencies
(and possibly other) sections; EB errors out:
The text was updated successfully, but these errors were encountered: