- Resolves: #451006 programs build with gcc 4.3 based on gsl require
-fgnu89-inline
This commit is contained in:
parent
5215b6f5be
commit
111a8a40b8
1384
gsl-1.11-gcc43.patch
Normal file
1384
gsl-1.11-gcc43.patch
Normal file
File diff suppressed because it is too large
Load Diff
8
gsl.spec
8
gsl.spec
@ -1,10 +1,11 @@
|
||||
Summary: The GNU Scientific Library for numerical analysis
|
||||
Name: gsl
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
@ -40,6 +41,7 @@ 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
|
||||
@ -99,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.a
|
||||
|
||||
%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
|
||||
- update to 1.11
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user