Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

fPIC missing in Scipy build #128

Open
pv opened this issue Nov 4, 2012 · 1 comment
Open

fPIC missing in Scipy build #128

pv opened this issue Nov 4, 2012 · 1 comment

Comments

@pv
Copy link
Contributor

pv commented Nov 4, 2012

The Scipy build seems broken (in addition to FLAPACK -> LAPACK rename) at the moment, as cstlib static libraries do not get the -fPIC compiler flag appended.

This makes the CompiledLibrary feature not work on 64-bit systems.

@rgommers
Copy link
Contributor

rgommers commented May 5, 2013

Always adding -fPIC to static libraries may not be so hard, maybe a matter of adding a modified cstlib class to backends/waf_tools/ordered_c.py. Adding that flag only if the static library is linked into a Python extension seems a lot more painful though.

@cournape how do you want to see this fixed?

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

No branches or pull requests

2 participants