Summary: | dev-python/numpy is passing libraries through append-ldflags | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Christian Ruppert (idl0r) <idl0r> |
Component: | New packages | Assignee: | Python Gentoo Team <python> |
Status: | RESOLVED WONTFIX | ||
Severity: | normal | CC: | sci |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 226863 |
Description
Christian Ruppert (idl0r)
2009-07-02 22:03:36 UTC
Hi, numpy build system is very unstable and does not respect many flags, not only LDFLAGS. Upstream is working slowly in using scons, meanwhile the append-ldflags in the ebuild is necessary as a hack. See http://projects.scipy.org/numpy/ticket/573 and others. Please re-open with a build log if you see your LDFLAGS flags don't get passed. Thanks. Problem is that they get passed with e.g. -Wl,--as-needed which passing libraries with append-ldflags breaks. Nevermind, should have checked the upstream bug before reopening. |