mpfi-1.5.3
OBS-URL: https://build.opensuse.org/package/show/science/mpfi?expand=0&rev=3
This commit is contained in:
BIN
mpfi-1.5.1.tar.bz2
(Stored with Git LFS)
BIN
mpfi-1.5.1.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
mpfi-1.5.3.tar.bz2
(Stored with Git LFS)
Normal file
BIN
mpfi-1.5.3.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
18
mpfi.changes
18
mpfi.changes
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 00:06:44 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.5.3
|
||||
* be compatible with MPFR version 4.0.0
|
||||
- Changes introduced with 1.5.2
|
||||
* fix documentation of comparison functions
|
||||
* fix bug in mpfi_sub_fr
|
||||
* new symbols MPFI_VERSION_MAJOR, MPFI_VERSION_MINOR,
|
||||
MPFI_VERSION_PATCHLEVEL, and MPFI_VERSION_STRING in mpfi.h
|
||||
* detect availability of mpfr_z_sub, mpfr_z_div, and mpfr_q_sub
|
||||
and use a custom implementation for the ones not provided by
|
||||
MPFR (mpfr_z_sub appeared in MPFR 3.1.0, the other ones are
|
||||
used in tests only)
|
||||
* tadd_q does no more check overflow by default (required too
|
||||
much memory)
|
||||
* sign of zeros choice documented
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 13 23:03:23 UTC 2012 - jengelh@inai.de
|
||||
|
||||
|
30
mpfi.spec
30
mpfi.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mpfi
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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
|
||||
@@ -15,20 +15,24 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: mpfi
|
||||
%define lname libmpfi0
|
||||
Version: 1.5.1
|
||||
Version: 1.5.3
|
||||
Release: 0
|
||||
Group: Productivity/Scientific/Math
|
||||
Summary: Multi-precision floating-point interval arithmetic computation library
|
||||
Summary: Multi-precision floating-point interval arithmetic computation library
|
||||
License: LGPL-2.1+
|
||||
URL: http://mpfi.gforge.inria.fr/
|
||||
Group: Productivity/Scientific/Math
|
||||
Url: http://mpfi.gforge.inria.fr/
|
||||
|
||||
#SVN-Clone: svn://scm.gforge.inria.fr/svnroot/mpfi/trunk
|
||||
Source: %name-%version.tar.bz2
|
||||
# Download depends on the file ID, not the filename!
|
||||
Source: https://gforge.inria.fr/frs/download.php/file/37331/mpfi-1.5.3.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gmp-devel >= 4.1.0, mpfr-devel >= 2.4.2, pkgconfig
|
||||
Prereq: %install_info_prereq
|
||||
BuildRequires: gmp-devel >= 4.1.0
|
||||
BuildRequires: mpfr-devel >= 2.4.2
|
||||
BuildRequires: pkgconfig
|
||||
PreReq: %install_info_prereq
|
||||
|
||||
%description
|
||||
MPFI is a C library for arbitrary precision interval arithmetic with
|
||||
@@ -40,8 +44,8 @@ and on the other hand to obtain accurate results, thanks to multiple
|
||||
precision arithmetic.
|
||||
|
||||
%package -n %lname
|
||||
Summary: Multi-precision floating-point interval arithmetic computation library
|
||||
Group: System/Libraries
|
||||
Summary: Multi-precision floating-point interval arithmetic computation library
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %lname
|
||||
MPFI is a C library for arbitrary precision interval arithmetic with
|
||||
@@ -53,9 +57,9 @@ and on the other hand to obtain accurate results, thanks to multiple
|
||||
precision arithmetic.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the MPFI interval arithmetic computation library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
Summary: Development files for the MPFI interval arithmetic computation library
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
|
||||
%description devel
|
||||
MPFI is a C library for arbitrary precision interval arithmetic with
|
||||
|
Reference in New Issue
Block a user