This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
build universal2 wheel #104
Merged
Merged
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
8b042bd
build universal2 wheel
isuruf 1374d20
macos 10.15
isuruf 4f77063
Use BUILD_PREFIX instead of /usr/local
isuruf ab4a1a1
update multibuild and wrap wheel builder
isuruf 8112543
verbose
isuruf 63948af
update multibuild
isuruf 13a37f2
update multibuild
isuruf 5e528c4
Update posix.yml
isuruf 28d31d4
Update posix.yml
isuruf a0d8a11
Update posix.yml
isuruf c3d6faf
Update posix.yml
isuruf 449dfce
Update posix.yml
isuruf 003de3c
update multibuild
isuruf bf23b4e
update multibuild
isuruf 0e2c0e8
Update posix.yml
isuruf 20f1b20
Update posix.yml
isuruf 361b436
Fix OpenBLAS directory
isuruf b2357a4
Fix calling wrap_wheel_builder
isuruf 25c6d9a
update multibuild and remove hacks
isuruf 6f57fb5
fix ppc64le builds
isuruf bea046f
reduce diff
isuruf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Submodule multibuild
updated
14 files
+1 −0 | .travis.yml | |
+1 −1 | LICENSE | |
+50 −5 | README.rst | |
+29 −9 | common_utils.sh | |
+23 −10 | configure_build.sh | |
+3 −1 | docker_build_wrap.sh | |
+12 −12 | library_builders.sh | |
+116 −9 | osx_utils.sh | |
+4 −4 | tests/test_library_builders.sh | |
+2 −2 | tests/test_multibuild.sh | |
+4 −0 | tests/test_osx_utils.sh | |
+8 −4 | tests/test_python_install.sh | |
+14 −0 | travis_osx_steps.sh | |
+1 −1 | travis_steps.sh |
Submodule numpy
updated
1461 files
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!