explosion / cython-blis

💥 Fast matrix-multiplication as a self-contained Python library – no system dependencies!
Other
219 stars 37 forks source link

check for windows before calling os.uname() #27

Closed sebpop closed 4 years ago

sebpop commented 4 years ago

os.uname() only exists on Unix systems.

sebpop commented 4 years ago

This PR fixes a problem that I introduced in #26. I have seen the failures on windows only after #26 got merged.