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
And I found that _simulateDSM.py ignore cblas extend pyd under windows:
try:
if'nt'inos.name:
# if somebody actually goes through the trouble of compiling# it on Windows, we'll make available a patch to re-enable it.# In most cases now, users only get error messages from BLAS# not being available.raiseImportError('CBLAS extension disabled on Windows')
When I put all together, the extension works.
My question is: How to make sure this is correct?
The text was updated successfully, but these errors were encountered:
I install mingw-w64 with gcc version 9.1.0 (Rev3, Built by MSYS2 project) and mingw-openblas.
Compile ok with this Makefile:
libopenblas.lib generated from gendef.exe
And I found that
_simulateDSM.py
ignore cblas extend pyd under windows:When I put all together, the extension works.
My question is: How to make sure this is correct?
The text was updated successfully, but these errors were encountered: