Accepting request 1180168 from science
OBS-URL: https://build.opensuse.org/request/show/1180168 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=54
This commit is contained in:
commit
93d67b2d6b
17
gsl-bspline-missing-definition.patch
Normal file
17
gsl-bspline-missing-definition.patch
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
bspline/gsl_bspline.h | 2 ++
|
||||||
|
1 file changed, 2 insertions(+)
|
||||||
|
|
||||||
|
Index: gsl-2.8/bspline/gsl_bspline.h
|
||||||
|
===================================================================
|
||||||
|
--- gsl-2.8.orig/bspline/gsl_bspline.h
|
||||||
|
+++ gsl-2.8/bspline/gsl_bspline.h
|
||||||
|
@@ -191,6 +191,8 @@ size_t gsl_bspline_ncoeffs (gsl_bspline_
|
||||||
|
int gsl_bspline_knots (const gsl_vector * breakpts, gsl_bspline_workspace * w);
|
||||||
|
int gsl_bspline_knots_uniform (const double a, const double b, gsl_bspline_workspace * w);
|
||||||
|
int gsl_bspline_eval (const double x, gsl_vector * B, gsl_bspline_workspace * w);
|
||||||
|
+int gsl_bspline_eval_nonzero (const double x, gsl_vector * Bk, size_t * istart,
|
||||||
|
+ size_t * iend, gsl_bspline_workspace * w);
|
||||||
|
int gsl_bspline_deriv_eval (const double x, const size_t nderiv,
|
||||||
|
gsl_matrix * dB, gsl_bspline_workspace * w);
|
||||||
|
int gsl_bspline_knots_greville (const gsl_vector *abscissae,
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 11 05:03:47 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Add gsl-bspline-missing-definition.patch: Add missing definition
|
||||||
|
for gsl_bspline_eval_nonzero (svg#65868).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 29 12:44:56 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
Wed May 29 12:44:56 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
|
3
gsl.spec
3
gsl.spec
@ -122,6 +122,8 @@ Source1: https://ftp.gnu.org/pub/gnu/%{pname}/%{pname}-%{version}.tar.gz.
|
|||||||
Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=gsl&download=1#/%{pname}.keyring
|
Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=gsl&download=1#/%{pname}.keyring
|
||||||
Patch6: gsl-qawc-test-x86-precision.diff
|
Patch6: gsl-qawc-test-x86-precision.diff
|
||||||
Patch7: gsl-disable-fma.patch
|
Patch7: gsl-disable-fma.patch
|
||||||
|
# PATCH-FIX-UPSTREAM gsl-bspline-missing-definition.patch svg#65868 badshah400@gmail.com -- Add missing definition for gsl_bspline_eval_nonzero
|
||||||
|
Patch8: gsl-bspline-missing-definition.patch
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
@ -259,6 +261,7 @@ library packages.
|
|||||||
%setup -q -n %{pname}-%{version}
|
%setup -q -n %{pname}-%{version}
|
||||||
%patch -P 6
|
%patch -P 6
|
||||||
%patch -P 7 -p1
|
%patch -P 7 -p1
|
||||||
|
%patch -P 8 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user