First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 147275
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Science Related Packages <sci@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Matthias Schwarzott <zzam@gentoo.org>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 147275 depends on: Show dependency tree
Bug 147275 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-12 01:46 0000
The ebuild sci-libs/fftw-2.1.5-r1 has this code in global-scope:
--cut--
#this one is reported to cause trouble on pentium4 m series
filter-mfpmath "sse"

#here I need (surprise) to increase optimization:
#--enable-i386-hacks requires -fomit-frame-pointer to work properly
if [ "${ARCH}" != "amd64" ]; then
    is-flag "-fomit-frame-pointer" || append-flags "-fomit-frame-pointer"
fi
--cut--

The is-flag call outputs true for my system (even when only scanning ebuilds
for emerge -u world).
It should be moved to pkg_setup (or similar).

------- Comment #1 From Donnie Berkholz 2006-09-12 13:48:18 0000 -------
Fixed

First Last Prev Next    No search results available      Search page      Enter new bug