-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding rudimentary support for Windows in
setup.py
.
This is still a bit shaky. I.e. I can't get it to run outside of the `git` bash shell. I know it has something to do with the path for the installed `gfortran` which is in the same Miniconda environment where `git` bash is installed. Towards #26.
- Loading branch information
Showing
8 changed files
with
287 additions
and
36 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
include README.rst LICENSE | ||
include setup_helpers.py setup_helpers_osx.py | ||
graft src/bezier | ||
global-exclude *.so *.pyd | ||
global-exclude *.o *.obj | ||
global-exclude *.pyc __pycache__ | ||
global-exclude *.a *.def *.exp | ||
global-exclude *.pyx | ||
global-exclude *.so *.a | ||
global-exclude *.pyc __pycache__ |
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
Oops, something went wrong.