- update to 1.15
This commit is contained in:
parent
e20bf5bab8
commit
3e81e525fc
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
gsl-1.14.tar.gz
|
||||
/gsl-1.15.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -up gsl-1.10/gsl-config.in.pom gsl-1.10/gsl-config.in
|
||||
--- gsl-1.10/gsl-config.in.pom 2001-03-21 15:22:44.000000000 +0100
|
||||
+++ gsl-1.10/gsl-config.in 2007-10-24 12:55:20.000000000 +0200
|
||||
diff -up gsl-1.15/gsl-config.in.pom gsl-1.15/gsl-config.in
|
||||
--- gsl-1.15/gsl-config.in.pom 2010-12-26 18:57:08.000000000 +0100
|
||||
+++ gsl-1.15/gsl-config.in 2011-05-09 08:33:05.000000000 +0200
|
||||
@@ -58,16 +58,16 @@ while test $# -gt 0; do
|
||||
;;
|
||||
|
||||
@ -11,13 +11,13 @@ diff -up gsl-1.10/gsl-config.in.pom gsl-1.10/gsl-config.in
|
||||
|
||||
--libs)
|
||||
: ${GSL_CBLAS_LIB=-lgslcblas}
|
||||
- echo @GSL_LIBS@ $GSL_CBLAS_LIB -lm
|
||||
+ echo -lgsl $GSL_CBLAS_LIB -lm
|
||||
- echo @GSL_LIBS@ $GSL_CBLAS_LIB @GSL_LIBM@
|
||||
+ echo -lgsl $GSL_CBLAS_LIB -lm
|
||||
;;
|
||||
|
||||
--libs-without-cblas)
|
||||
- echo @GSL_LIBS@ -lm
|
||||
+ echo -lgsl -lm
|
||||
- echo @GSL_LIBS@ @GSL_LIBM@
|
||||
+ echo -lgsl -lm
|
||||
;;
|
||||
*)
|
||||
usage
|
||||
|
@ -1,9 +1,9 @@
|
||||
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@
|
||||
diff -up gsl-1.15/Makefile.in.pom gsl-1.15/Makefile.in
|
||||
--- gsl-1.15/Makefile.in.pom 2011-05-04 23:10:41.000000000 +0200
|
||||
+++ gsl-1.15/Makefile.in 2011-05-09 08:51:48.000000000 +0200
|
||||
@@ -313,7 +313,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
|
||||
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 ode-initval2 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 \
|
||||
|
7
gsl.spec
7
gsl.spec
@ -1,7 +1,7 @@
|
||||
Summary: The GNU Scientific Library for numerical analysis
|
||||
Name: gsl
|
||||
Version: 1.14
|
||||
Release: 2%{?dist}
|
||||
Version: 1.15
|
||||
Release: 1%{?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
|
||||
@ -95,6 +95,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Mon May 9 2011 Ivana Hutarova Varekova <varekova@redhat.com> - 1.15-1
|
||||
- update to 1.15
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user