boostorg / histogram

Fast multi-dimensional generalized histogram with convenient interface for C++14
Boost Software License 1.0
315 stars 73 forks source link

Fail to run check_odr_test.py with boost release package #276

Closed yuxianch closed 4 years ago

yuxianch commented 4 years ago

Test check_odr_test.py is trying to check header files of histogram. In this test, the path of header files is defined as below: include_path = os.path.join(this_path, "..", "include") This works for this github project, but for the boost package provided in boost.org, the path of header files is changed and there are also many other header files. This differences make this test failed when we're using boost package. I think this test should be updated to fit for this project and also boost package. What do you think?

HDembinski commented 4 years ago

Thank you for reporting this bug, you are right of course. I think I can fix this by restricting the test to headers in the histogram subfolder.

HDembinski commented 4 years ago

Fixed in master