We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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#
The text was updated successfully, but these errors were encountered:
Already reported in #285, we'll update the installation instructions in the upcoming release.
Sorry, something went wrong.
Addressed in #340.
Fixed.
No branches or pull requests
Building pagmo2 now requires TBB or one gets the error:
The solution in Ubuntu is:
This should be documented in https://esa.github.io/pagmo2/install.html#
The text was updated successfully, but these errors were encountered: