Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: 12cbc0e76d0ccc49eb78f987b05b69cbc3652fef
https://github.com/dyninst/dyninst/commit/12cbc0e76d0ccc49eb78f987b05b69cbc3652fef
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2019-05-02 (Thu, 02 May 2019)
Changed paths:
M .gitmodules
M CMakeLists.txt
R cmake/Modules/FindTBB
M cmake/Modules/FindTBB.cmake
A cmake/ThreadingBuildingBlocks.cmake
A cmake/ThreadingBuildingBlocks.install.cmake
M cmake/packages.cmake
Log Message:
-----------
TBB Cleanup (#584)
- Remove FindTBB submodule
- Consolidate all TBB stuff into cmake/ThreadingBuildingBlocks.cmake
- Explicitly die on non-UNIX platforms when building from source (previously, it did nothing)
- Minimum TBB version is 2018.0 (I'm not sure this is necessary or sufficient)
- Export include/library directories into the CMake cache for consumption by Testsuite
- Libraries and headers are exported to CMAKE_INSTALL_PREFIX when building from source
- Correctly handles broken TBB install (intel/tbb#98)
- Explicitly die on non-UNIX platforms when building from source (previously, it did nothing)
- Minimum TBB version is 2018.0 (I'm not sure this is necessary or sufficient)
- Export include/library directories into the CMake cache for consumption by Testsuite
- Default version to build from source is 2019_U5
- Libraries and headers are exported to CMAKE_INSTALL_PREFIX when building from source
- Correctly handles broken TBB install (intel/tbb#98)
|