Alexey Veprev

Results 17 comments of Alexey Veprev
trafficstars

@MikeDvorskiy, could you please take a look? As you can see there is a request to install files from `stdlib` along with other Parallel STL headers. If `CMakeLists.txt` is supposed...

@mohd-akram your request is really reasonable. Could you please clarify the use case where you currently need such option? I'm asking because there can be multiple ways to solve the...

There were a lot of changes, so the proposed implementation doesn't work anymore, but the idea may still be actual. @anton-malakhov, does it still make sense? If so maybe you...

Hi @ycollet, packages from [Releases](https://github.com/oneapi-src/oneTBB/releases) page are built using internal scripts, so they can't be easily recreated from public source code. Could you please clarify the use case where you...

Hi @tibi-extera, The issue looks like duplicate of #606. It was fixed, but not released with 2021.5 (see comments in #606)

@tibi-extera, unfortunately I don't. oneTBB has RC for future version available on GitHub, but final release depends on other oneAPI components. Let's keep this issue open until release with the...

Hi @phprus, I'd like to double check that I got the use case properly: you want to have oneTBB added into your project with `add_subdirectory` but don't want oneTBB to...

@jdumas, please try the source code from master branch, you should be able to build static libraries with `BUILD_SHARED_LIBS=OFF`.

@gvollant what CMake version do you use? Have you tried oneTBB from master branch? BTW, consider `-DCMAKE_CXX_STANDARD=17` to pass C++ standard.

Despite the fact that it fails here: https://github.com/oneapi-src/oneTBB/blob/734f0bc0be3f76f45984cb9adf2f93cab603fe94/cmake/utils.cmake#L39 this fail should be prevented by this section https://github.com/oneapi-src/oneTBB/blob/734f0bc0be3f76f45984cb9adf2f93cab603fe94/cmake/utils.cmake#L35 And I was not able to reproduce it on Fedora 34 and Ubuntu...