Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

TBB build dependency not documented #311

Closed
MLopez-Ibanez opened this issue Jun 19, 2019 · 3 comments
Closed

TBB build dependency not documented #311

MLopez-Ibanez opened this issue Jun 19, 2019 · 3 comments

Comments

@MLopez-Ibanez
Copy link
Contributor

MLopez-Ibanez commented Jun 19, 2019

Building pagmo2 now requires TBB or one gets the error:

-- Looking for TBB...
CMake Error at /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  Could NOT find TBB (missing: TBB_INCLUDE_DIR tbb)
Call Stack (most recent call first):
  /usr/share/cmake-3.10/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  cmake_modules/FindTBB.cmake:513 (find_package_handle_standard_args)
  CMakeLists.txt:106 (find_package)

The solution in Ubuntu is:

sudo apt install libtbb-dev

This should be documented in https://esa.github.io/pagmo2/install.html#

@bluescarni
Copy link
Member

Already reported in #285, we'll update the installation instructions in the upcoming release.

@bluescarni
Copy link
Member

Addressed in #340.

@bluescarni
Copy link
Member

Fixed.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants