Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92564 - ncbi-tools-20050429.ebuild does not respect change of CFLAGS on x86
Summary: ncbi-tools-20050429.ebuild does not respect change of CFLAGS on x86
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
: 93060 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-05-14 00:56 UTC by Walter Meinl
Modified: 2005-05-18 12:10 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for the ebuild to exchange the NCBI-CFLAGS on x86 (ncbi-tools.patch,738 bytes, patch)
2005-05-14 00:58 UTC, Walter Meinl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Walter Meinl 2005-05-14 00:56:07 UTC
Due to changes in 'ncbi/platform/linux-x86.ncbi.mk' from "NCBI_LDFLAGS1 = -O3 -mcpu=pentiumpro NCBI_OPTFLAG = -O3 -mcpu=pentiumpro" to "NCBI_LDFLAGS1 = -O3 -mcpu=pentium4 NCBI_OPTFLAG = -O3 -mcpu=pentium4" the NCBI-Flags will not be removed leading to following outputs during compile:

i686-pc-linux-gnu-gcc -pipe -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -O3 -mcpu=pentium4 -c -march=athlon-xp -m3dnow -O2 -pipe -fomit-frame-pointer  -I../include -I/usr/X11R6/include -L/usr/X11R6/lib -DWIN_MOTIF ncbithr.c
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.
`-mcpu=' is deprecated. Use `-mtune=' or '-march=' instead.


Reproducible: Always
Steps to Reproduce:
1. compile the new package on x86
2.
3.



Expected Results:  
removal of the original NCBI-Flags

other platform ncbi.mk files seem not to be changed (however better have a look
on them ;-))
Comment 1 Walter Meinl 2005-05-14 00:58:14 UTC
Created attachment 58854 [details, diff]
patch for the ebuild to exchange the NCBI-CFLAGS on x86

This patch fixes the 20050429.ebuild
Comment 2 Olivier Fisette (RETIRED) gentoo-dev 2005-05-16 14:23:00 UTC
Fixed. Thanks for the tip.
Comment 3 Olivier Fisette (RETIRED) gentoo-dev 2005-05-18 12:10:49 UTC
*** Bug 93060 has been marked as a duplicate of this bug. ***