Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Update multibuild to support stripping wheels #25

Closed
wants to merge 1 commit into from

Conversation

xhochy
Copy link

@xhochy xhochy commented Feb 11, 2018

Closes #24

Travis build will probably fail as this PR should not have the permission to upload the wheels in the final step.

@TomAugspurger
Copy link
Contributor

We skip upload on PRs.

Should there be anything in the log output indicating that the strip ran / was successful? I skimmed and didn't see anything.

@xhochy
Copy link
Author

xhochy commented Feb 12, 2018

Yes there should be -Wl,-strip-all in the lines that call gcc which is actually not there.

I have to investigate why it was in my branch but not here :(

gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -L/usr/local/include -fPIC -Ipandas/_libs/src/klib -Ipandas/_libs/src -I/opt/python/cp27-cp27mu/lib/python2.7/site-packages/numpy/core/include -I/opt/python/cp27-cp27mu/include/python2.7 -c pandas/_libs/sparse.c -o build/temp.linux-x86_64-2.7/pandas/_libs/sparse.o -Wno-unused-function

@jreback
Copy link
Contributor

jreback commented Jan 5, 2019

@xhochy shall we revive this?

@simonjayhawkins
Copy link
Collaborator

closing, xref #144 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update multibuild to a version that strips binaries in wheels
4 participants