-
-
Notifications
You must be signed in to change notification settings - Fork 307
Open
Description
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
Labels
No labels