You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Jonathan Gatley (Jira)" <ji...@apache.org> on 2023/04/25 22:08:00 UTC

[jira] [Updated] (QPID-8641) Add support for Conan package manager (C++)

     [ https://issues.apache.org/jira/browse/QPID-8641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Gatley updated QPID-8641:
----------------------------------
    Description: 
[Conan|[https://conan.io/]] is an open-source package manager for C++ projects. it allows developers to manage project dependencies in transparent and declarative manner. 

Currently, installing QPID requires installing pre-requisites such as boost, libuuid, pkgconfig, all which have their own versioning, and then building from source with cmake.

Adding QPID to [ConanCenter|[https://conan.io/center/]] would ease the process of installing and maintaining QPID, as dependencies can be cleanly declared in a single place (conanfile.py), and installation can be done in a single command.

  was:
[Conan|[https://conan.io/]] is an open-source package manager for C++ projects. it allows developers to manage project dependencies in transparent and declarative manner. 

Currently, installing QPID requires installing pre-requisites such as boost, libuuid, pkgconfig, all which have their own versioning, and then building from source with cmake.

Adding QPID to [ConanCenter|[https://conan.io/center/]] would ease the process of installing and maintaining QPID, as dependencies can be cleanly defined, declared and installed in a single place (conanfile.py), and installation can be done in a single command.


> Add support for Conan package manager (C++)
> -------------------------------------------
>
>                 Key: QPID-8641
>                 URL: https://issues.apache.org/jira/browse/QPID-8641
>             Project: Qpid
>          Issue Type: New Feature
>          Components: C++ Build, C++ Tools
>    Affects Versions: qpid-cpp-1.39.0
>            Reporter: Jonathan Gatley
>            Priority: Major
>
> [Conan|[https://conan.io/]] is an open-source package manager for C++ projects. it allows developers to manage project dependencies in transparent and declarative manner. 
> Currently, installing QPID requires installing pre-requisites such as boost, libuuid, pkgconfig, all which have their own versioning, and then building from source with cmake.
> Adding QPID to [ConanCenter|[https://conan.io/center/]] would ease the process of installing and maintaining QPID, as dependencies can be cleanly declared in a single place (conanfile.py), and installation can be done in a single command.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org