[Bug 444735] Review Request: staden-io_lib - General purpose library to handle gene sequencing machine trace files

bugzilla at redhat.com bugzilla at redhat.com
Sun Aug 10 11:52:15 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=444735





--- Comment #20 from Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>  2008-08-10 07:52:14 EDT ---
Well, by the time gcc issue is fixed on F-9, I propose a workaround like:

%build
#%% configure --disable-static
%configure --enable-shared
%if 0%{?fedora} == 9
# First build source as much as possible
# Next downgrade optimization level due to gcc ICE (bug 450889)
make -k %{?_smp_mflags} || :
make %{?_smp_mflags} CFLAGS="`echo %optflags | sed -e 's|-O2|-O|'`"
%else
make %{?_smp_mflags}
%endif

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list