-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Windows builds and rely on MinGW64 (#28)
* Do static builds instead of shared * shared on unix and static on win * fix lib name * openblas * Allow setting to build static * Optionally build static for Unix * more openblas * var * move import * move again * Build win wheels * always --import-mode=importlib * xml cov * No more static builds... need to be shared for ctypes * revert * move * editable install * link against numpy * style * dll * Use numpy * no copy * missing va * no numpy * load openbloas * fix * win * old * move * fix syntax * use full_path * full path * use bin * joinpath * just copy in ci * echo * load from C:/msys64/mingw64/bin * no pfapack/libopenblas.dll * Add common BLAS paths * Update README
- Loading branch information
1 parent
ba556e7
commit 7e3f3c9
Showing
7 changed files
with
117 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters