SHA256
1
0
forked from pool/gsl

Accepting request 403452 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/403452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsl?expand=0&rev=34
This commit is contained in:
2016-07-26 10:55:43 +00:00
committed by Git OBS Bridge
parent c17287f785
commit 6edef63f9c
9 changed files with 137 additions and 89 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package gsl
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
#
%define lname libgsl0
%define lname libgsl19
Name: gsl
Version: 1.16
Version: 2.1
Release: 0
Summary: GNU Scientific Library
License: GPL-3.0+
@@ -32,7 +32,10 @@ Patch5: gsl-wrap.diff
Patch6: gsl-qawc-test-x86-precision.diff
Patch7: gsl-disable-fma.patch
Patch8: gsl-fsf_address.patch
Patch9: gsl-sorting-complex-numbers.patch
# PATCH-FIX-UPSTREAM gsl-disable-multifit-test.patch -- Disable multifit test, knows issue for 32-bit systems
Patch9: gsl-disable-multifit-test.patch
# PATCH-FIX-UPSTREAM gsl-rstat-test-powerpc.patch
Patch10: gsl-rstat-test-powerpc.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: blas-devel
@@ -135,7 +138,12 @@ Least-Squares Fitting - Physical Constants - IEEE Floating-Point
%patch6
%patch7 -p1
%patch8
%ifarch %ix86
%patch9 -p1
%endif
%ifarch ppc ppc64 ppc64le
%patch10 -p1
%endif
%build
autoreconf -fi
@@ -171,7 +179,7 @@ rm -f %{buildroot}%{_infodir}/dir
%files -n %{lname}
%defattr(-,root,root)
%doc COPYING
%{_libdir}/libgsl*.so.0*
%{_libdir}/libgsl*.so.*
%files devel
%defattr(-,root,root)