Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[docs] Python wrapper doesn't support params in form of list of pairs #2078

Merged
merged 4 commits into from Apr 10, 2019

Conversation

StrikerRUS
Copy link
Collaborator

params is only supported in form of dict.
Also, fixed some typos.

@StrikerRUS
Copy link
Collaborator Author

GPU test fails.

Seems it's due to new Boost release:

CMake Warning at /usr/local/share/cmake-3.12/Modules/FindBoost.cmake:847 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  /usr/local/share/cmake-3.12/Modules/FindBoost.cmake:963 (_Boost_COMPONENT_DEPENDENCIES)
  /usr/local/share/cmake-3.12/Modules/FindBoost.cmake:1622 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:100 (find_package)


CMake Warning at /usr/local/share/cmake-3.12/Modules/FindBoost.cmake:847 (message):
  New Boost version may have incorrect or missing dependencies and imported
  targets
Call Stack (most recent call first):
  /usr/local/share/cmake-3.12/Modules/FindBoost.cmake:963 (_Boost_COMPONENT_DEPENDENCIES)
  /usr/local/share/cmake-3.12/Modules/FindBoost.cmake:1622 (_Boost_MISSING_DEPENDENCIES)
  CMakeLists.txt:100 (find_package)


-- Boost version: 1.69.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- Configuring done
-- Generating done

Compare with yesterday's master:

-- Boost version: 1.58.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- Configuring done
-- Generating done

@huanzhang12 Can you please take a look?

@StrikerRUS StrikerRUS mentioned this pull request Apr 5, 2019
@StrikerRUS StrikerRUS merged commit b3c31c4 into master Apr 10, 2019
@StrikerRUS StrikerRUS deleted the python-docs branch April 10, 2019 10:26
@lock lock bot locked as resolved and limited conversation to collaborators Mar 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants