- Resolves: #451006 programs build with gcc 4.3 based on gsl require

-fgnu89-inline
This commit is contained in:
Ivana Varekova 2008-06-18 06:46:44 +00:00
parent 5215b6f5be
commit 111a8a40b8
2 changed files with 1391 additions and 1 deletions

1384
gsl-1.11-gcc43.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,10 +1,11 @@
Summary: The GNU Scientific Library for numerical analysis Summary: The GNU Scientific Library for numerical analysis
Name: gsl Name: gsl
Version: 1.11 Version: 1.11
Release: 1%{?dist} Release: 2%{?dist}
URL: http://www.gnu.org/software/gsl/ URL: http://www.gnu.org/software/gsl/
Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz Source: ftp://ftp.gnu.org/gnu/gsl/%{name}-%{version}.tar.gz
Patch0: gsl-1.10-lib64.patch Patch0: gsl-1.10-lib64.patch
Patch1: gsl-1.11-gcc43.patch
# info part of this package is under GFDL license # info part of this package is under GFDL license
# eigen/nonsymmv.c and eigen/schur.c # eigen/nonsymmv.c and eigen/schur.c
# contains rutiens which are part of LAPACK - under BSD style license # contains rutiens which are part of LAPACK - under BSD style license
@ -40,6 +41,7 @@ The gsl-static package includes static libraries of GSL.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .lib64 %patch0 -p1 -b .lib64
%patch1 -p1 -b .gcc43
iconv -f windows-1252 -t utf-8 THANKS > THANKS.aux iconv -f windows-1252 -t utf-8 THANKS > THANKS.aux
touch -r THANKS THANKS.aux touch -r THANKS THANKS.aux
mv THANKS.aux THANKS mv THANKS.aux THANKS
@ -99,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.a %{_libdir}/*.a
%changelog %changelog
* 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
* Mon Jun 16 2008 Ivana Varekova <varekova@redhat.com> - 1.11-1 * Mon Jun 16 2008 Ivana Varekova <varekova@redhat.com> - 1.11-1
- update to 1.11 - update to 1.11