-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
23 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,3 +75,5 @@ data/bufr/*test | |
build/ | ||
*.back | ||
trash | ||
|
||
*swp |
Binary file not shown.
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,6 +1,7 @@ | ||
#!/bin/bash | ||
|
||
mkdir /tmp/eccodes/auditwheel | ||
auditwheel repair -w /tmp/eccodes/auditwheel /tmp/eccodes/build/wheel/*whl | ||
rm /tmp/eccodes/build/wheel/*whl | ||
mv /tmp/eccodes/auditwheel/*whl /tmp/eccodes/build/wheel/ | ||
: | ||
# NOTE auditwheel is problematic since it changes libnames -- all is well from | ||
# the pov # of this very package's libs, but subsequent packages compiled with | ||
# this as a dependency end up not working | ||
# auditwheel repair -w /tmp/eccodes/auditwheel /tmp/eccodes/build/wheel/*whl |
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