conan-io / wishlist

This repo is to propose libraries, frameworks, and code in general that users would like to have in conan
MIT License
49 stars 5 forks source link

Cpp-Taskflow #236

Closed clin99 closed 4 years ago

clin99 commented 5 years ago

Cpp-Taskflow 2.2.0: https://github.com/cpp-taskflow/cpp-taskflow

From the repository:

A fast C++ header-only library to help you quickly write parallel programs with complex task dependencies.

Hopobcn commented 4 years ago

I would like to contribute with this implementation https://github.com/Hopobcn/conan-cpp-taskflow

Current decisions:

SSE4 commented 4 years ago

hi @Hopobcn as you already have a working recipe, would you like to try to submit it to the conan center index? thanks

Hopobcn commented 4 years ago

I'll have a look

Hopobcn commented 4 years ago

I've added a PR https://github.com/conan-io/conan-center-index/pull/431 to add v2.2.0 (finally! :-P)

Hopobcn commented 4 years ago

https://github.com/conan-io/conan-center-index/pull/431 has been merged. Maybe we could close this issue.

danimtb commented 4 years ago

Sure! Thanks for your contribution!!