parent
8d7a69fcd4
commit
bf1fa42b2f
@ -1 +1 @@
|
|||||||
gsl-1.13.tar.gz
|
gsl-1.14.tar.gz
|
||||||
|
13
gsl-1.14-link.patch
Normal file
13
gsl-1.14-link.patch
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
diff -up gsl-1.14/Makefile.in.pom gsl-1.14/Makefile.in
|
||||||
|
--- gsl-1.14/Makefile.in.pom 2010-03-10 11:58:31.000000000 +0100
|
||||||
|
+++ gsl-1.14/Makefile.in 2010-05-05 15:20:11.000000000 +0200
|
||||||
|
@@ -309,7 +309,8 @@ top_builddir = @top_builddir@
|
||||||
|
top_srcdir = @top_srcdir@
|
||||||
|
SUBDIRS = gsl utils sys test err const complex cheb block vector matrix permutation combination multiset sort ieee-utils cblas blas linalg eigen specfunc dht qrng rng randist fft poly fit multifit statistics siman sum integration interpolation histogram ode-initval roots multiroots min multimin monte ntuple diff deriv cdf wavelet bspline doc
|
||||||
|
SUBLIBS = block/libgslblock.la blas/libgslblas.la \
|
||||||
|
- bspline/libgslbspline.la complex/libgslcomplex.la \
|
||||||
|
+ bspline/libgslbspline.la cblas/libgslcblas.la \
|
||||||
|
+ complex/libgslcomplex.la \
|
||||||
|
cheb/libgslcheb.la dht/libgsldht.la diff/libgsldiff.la \
|
||||||
|
deriv/libgslderiv.la eigen/libgsleigen.la err/libgslerr.la \
|
||||||
|
fft/libgslfft.la fit/libgslfit.la histogram/libgslhistogram.la \
|
11
gsl.spec
11
gsl.spec
@ -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.13
|
Version: 1.14
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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.14-link.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
|
||||||
@ -32,6 +33,7 @@ developing programs using the GSL (GNU Scientific Library).
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .lib64
|
%patch0 -p1 -b .lib64
|
||||||
|
%patch1 -p1 -b .libs
|
||||||
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
|
||||||
@ -93,6 +95,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 5 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 1.14-1
|
||||||
|
- update to 1.14
|
||||||
|
- Resolves: #560219
|
||||||
|
Library not linked correctly
|
||||||
|
|
||||||
* Wed Mar 3 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 1.13-2
|
* Wed Mar 3 2010 Ivana Hutarova Varekova <varekova@redhat.com> - 1.13-2
|
||||||
- remove the static subpackage
|
- remove the static subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user