yarp
yarp copied to clipboard
Do not refer anymore to deb binary packages from icub.eu anymore
This repository will be soon be offline, see https://github.com/orgs/robotology/discussions/653 .
See also:
- https://github.com/orgs/robotology/discussions/612
- https://github.com/icub-tech-iit/documentation/issues/261
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update the release notes by adding a file in doc/release/<target_branch>
, based on your changes.
Shouldn't this section point to conda binaries?
Shouldn't this section point to conda binaries?
Good question. The linux from sources section uses apt dependencies, so it may be confusing to mix stuff installed with apt and with conda in the same page. Furthermore, conda packages are also available in macOS and Windows. Probably I can add a separate "installation with conda" page, explaining both how to install binaries and install from source with conda dependencies in a separate PR.
@randaz81 I added the section on how to install yarp with conda, the PR is ready for review, as mentioned in https://github.com/orgs/robotology/discussions/653 the apt repo will soon be offline.
Coverage summary from Codacy
See diff coverage on Codacy
Coverage variation | Diff coverage |
---|---|
:white_check_mark: +27.42% | :white_check_mark: ∅ |
Coverage variation details
Coverable lines | Covered lines | Coverage | |
---|---|---|---|
Common ancestor commit (ee05241669a688a83d479e8fb928158736abec00) | 537598 | 134968 | 25.11% |
Head commit (8d9a261ce969efc9cc7464cdd2827f7ad4b86bbb) | 111967 (-425631) | 58811 (-76157) | 52.53% (+27.42%) |
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>
Diff coverage details
Coverable lines | Covered lines | Diff coverage | |
---|---|---|---|
Pull request (#3082) | 0 | 0 | ∅ (not applicable) |
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%
See your quality gate settings Change summary preferences
Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more