Skip to content
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.

Proposal for packaging native libraries as wheels #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

njsmith
Copy link
Member

@njsmith njsmith commented Apr 11, 2016

No description provided.

passed to the compiler; for example, there's no argument you can pass
to ``gfortran`` to tell it "please link against
``pynativelib_libgfortran__libgfortran`` instead of
``libgfortran``. Maybe we need some additional function in the
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't quote me on this until we try it, but I think with gfortran and g++ if you build just .o object files using -c with the fortran/c++ specific driver, but then link with gcc, I think you should be able to add your own custom linking to a different libgfortran or libstdc++. Doing the same with libgcc_s, if ever necessary, requires dropping down to linking with ld I think which can get messier.

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.

None yet

2 participants