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

Parallel STL (PSTL) #180

Closed uilianries closed 5 years ago

uilianries commented 5 years ago

Include PSTL:

https://github.com/intel/parallelstl

uilianries commented 5 years ago

https://github.com/conan-community/conan-parallelstl

solvingj commented 5 years ago

Since last year, most of bincrafters team and even conan team agreed that all-lower-case package names for OSS packages was preferable long-term. I suggest lower-casing this one.

uilianries commented 5 years ago

Agreed. The only restriction will be when using cmake_find_package I think.

solvingj commented 5 years ago

Oh, I had not heard of find_package being a factor, what is the situation there?

uilianries commented 5 years ago

It's not a real problem I think. but parallelstl exports ParallelSTLConfig.cmake file and when conan provides that file with cmake_find_package, is uses the package name so it will be parallelstlConfig.cmake.

solvingj commented 5 years ago

ok

uilianries commented 5 years ago

I'm going to update TBB and after that rename parallelstl

uilianries commented 5 years ago

https://bintray.com/conan-community/conan/parallelstl%3Aconan https://github.com/conan-community/conan-parallelstl/tree/release/20181004

parallelstl/20181004@conan/stable

SSE4 commented 5 years ago

now in conan-center