mpusz / mp-units

The quantities and units library for C++
https://mpusz.github.io/mp-units/
MIT License
994 stars 79 forks source link

No 2.1.0 in Conan center #538

Closed WBurzynski closed 6 months ago

WBurzynski commented 6 months ago

Last released version was 2.1.0, however it's still unavailable in in Conan Center https://conan.io/center/recipes/mp-units?version=2.0.0 . It's not a big issue, as i can just clone repo and make package locally, but still it's less convenient than just taking package from center.

Is there any reason why package was not uploaded and is there anything I could do to help?

mpusz commented 6 months ago

I am sorry about this issue. Conan's team seems overloaded with work lately, and the Christmas season does not help either. We submitted 2.1.0 quite a while ago for inclusion to Conan Center (https://github.com/conan-io/conan-center-index/pull/21697).

WBurzynski commented 6 months ago

It's fine. Setting up package locally is 4 commands:

git clone https://github.com/mpusz/mp-units.git
cd mp-units/
git checkout v2.1.0 
conan create . -c user.build:all=True -b missing

You may close issue when you wish.

mpusz commented 6 months ago

2.1.0 package was added to Conan Center today.