conda-forge / conda-forge/conda-forge.github.io
Invalid Dependency Entry in repodata.json for flang-5.0.0-he025d50_20180525.tar.bz2
- Dominant language
- JavaScript
- Stars
- 170
- Forks
- 320
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 5
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.
Contributor guide
Assessment
This issue has not been assessed yet.