Skip to content

Invalid Dependency Entry in repodata.json for flang-5.0.0-he025d50_20180525.tar.bz2 #2685

@tlegier80

Description

@tlegier80

I have encountered an issue with the repodata.json file entry for flang-5.0.0-he025d50_20180525.tar.bz2. The dependency entry "clangdev * flang*" is invalidly formatted. This entry does not follow the valid versioning scheme and breaks the functionality of the conda.exports.MatchSpec.conda_build_form() function.

Details:

  • Package: flang
  • Version: 5.0.0
  • Build: he025d50_20180525
  • File: repodata.json
  • Invalid Entry: "clangdev * flang*"
  • Issue: The entry does not include a valid version, causing the assert(version) line in conda.exports.MatchSpec.conda_build_form() to fail.

Steps to Reproduce:

  • Attempt to use the flang-5.0.0-he025d50_20180525.tar.bz2 package.
  • Observe the failure in the conda.exports.MatchSpec.conda_build_form() function due to the invalid dependency entry.

Expected Behavior: The dependency entry should follow a valid versioning scheme to ensure compatibility with the conda.exports.MatchSpec.conda_build_form() function.

Additional Information: Please update the repodata.json file to correct the dependency entry for flang-5.0.0-he025d50_20180525.tar.bz2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions