Page MenuHomeSolus

Initial commit of Conan.
ClosedPublic

Authored by ma-renaud on Sep 6 2019, 9:32 PM.
Tags
None
Referenced Files
F11052352: D7102.id.diff
Thu, Aug 10, 9:17 PM
F11052351: D7102.id17046.diff
Thu, Aug 10, 9:17 PM
F11052350: D7102.id18522.diff
Thu, Aug 10, 9:17 PM
F11052349: D7102.id17087.diff
Thu, Aug 10, 9:17 PM
F11052348: D7102.id17039.diff
Thu, Aug 10, 9:17 PM
F11052347: D7102.id18428.diff
Thu, Aug 10, 9:17 PM
F11052346: D7102.id17047.diff
Thu, Aug 10, 9:17 PM
F11052344: D7102.id17045.diff
Thu, Aug 10, 9:17 PM

Details

Summary

Initial commit of Conan. Resolves T8273
Depends on D7103
Depends on D7104
Depends on D7105
Depends on D7106
Depends on D7107

Test Plan

conan remote list - Should list the default repository
conan search zlib -r=all - Should list available versions of zlib
conan install zlib/1.2.11@conan/stable -r=conan-center - Should install zlib and its files should be at $HOME/.conan/data/zlib

Diff Detail

Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ma-renaud edited the summary of this revision. (Show Details)

Update dependencies.

ma-renaud edited the test plan for this revision. (Show Details)

Update test plan.

maverick1 added inline comments.
package.yml
14

You don't need it. Its for python2.

For the dependencies, next time you can use a coma separated list as you initially did (a dot is not a coma, that's why it didn't work for you) : Depends on D7103, D7104, D7105, D7106 and D7107.

This revision now requires changes to proceed.Sep 7 2019, 6:01 AM
DataDrake added a subscriber: DataDrake.

Please alphabetize the rundeps from first to last character, not ignoring the prefix. Thanks.

This revision now requires changes to proceed.Nov 18 2019, 5:27 AM
This revision is now accepted and ready to land.Nov 26 2019, 12:43 AM
This revision was automatically updated to reflect the committed changes.