- add -fgnu89-inline flag to solve gcc4.3 problem remove gcc43 patch
This commit is contained in:
parent
111a8a40b8
commit
d08d26a591
1384
gsl-1.11-gcc43.patch
1384
gsl-1.11-gcc43.patch
File diff suppressed because it is too large
Load Diff
8
gsl.spec
8
gsl.spec
@ -5,7 +5,6 @@ Release: 2%{?dist}
|
||||
URL: http://www.gnu.org/software/gsl/
|
||||
Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
|
||||
Patch0: gsl-1.10-lib64.patch
|
||||
Patch1: gsl-1.11-gcc43.patch
|
||||
# info part of this package is under GFDL license
|
||||
# eigen/nonsymmv.c and eigen/schur.c
|
||||
# contains rutiens which are part of LAPACK - under BSD style license
|
||||
@ -41,13 +40,12 @@ The gsl-static package includes static libraries of GSL.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .lib64
|
||||
%patch1 -p1 -b .gcc43
|
||||
iconv -f windows-1252 -t utf-8 THANKS > THANKS.aux
|
||||
touch -r THANKS THANKS.aux
|
||||
mv THANKS.aux THANKS
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure CFLAGS="$CFLAGS -fgnu89-inline"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -101,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.a
|
||||
|
||||
%changelog
|
||||
* Mon Jul 28 2008 Ivana Varekova <varekova@redhat.com> - 1.11-3
|
||||
- add -fgnu89-inline flag to solve gcc4.3 problem
|
||||
remove gcc43 patch
|
||||
|
||||
* Wed Jun 18 2008 Ivana Varekova <varekova@redhat.com> - 1.11-2
|
||||
- Resolves: #451006
|
||||
programs build with gcc 4.3 based on gsl require -fgnu89-inline
|
||||
|
Loading…
Reference in New Issue
Block a user