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

BLD: fix issue with incomplete threads dependency handling #17200

Merged
merged 1 commit into from Oct 12, 2022

Commits on Oct 11, 2022

  1. BLD: fix issue with incomplete threads dependency handling

    All could using `#include <thread>` needs to have this `thread_dep`
    dependency. HiGHS code was missing it, and for `stats/_qmc_cy.pyx`
    it was incorrectly specified.
    
    It's wrong in the distutils build as well, but let's ignore that
    since it's much harder to change and we'll get rid of that build
    soon.
    
    See scipygh-17193 for the type of compile error this causes.
    rgommers committed Oct 11, 2022
    Copy the full SHA
    e5d9689 View commit details
    Browse the repository at this point in the history