You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to #9431, numpy distutils can now link against OpenBLAS and friends. However, for the functionality to work correctly, distutils depends on Python loading the __config__ module that will add the extra paths. This works well for end users, but doesn't work well for the tests that examine the behavior of f2py because the config module is not loading during testing.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Due to #9431, numpy distutils can now link against OpenBLAS and friends. However, for the functionality to work correctly, distutils depends on Python loading the
__config__
module that will add the extra paths. This works well for end users, but doesn't work well for the tests that examine the behavior of f2py because the config module is not loading during testing.The text was updated successfully, but these errors were encountered: