[info=07b6b976e0b7c9d220a5c9259ebcb8cb537534a1fa2aa1e58ee54b18e7a4c98a]
OBS-URL: https://build.opensuse.org/package/show/science/mpfi?expand=0&rev=7
This commit is contained in:
commit
d309727195
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
mtime: 1566894105
|
||||
commit: 07b6b976e0b7c9d220a5c9259ebcb8cb537534a1fa2aa1e58ee54b18e7a4c98a
|
||||
url: https://src.opensuse.org/jengelh/mpfi
|
||||
revision: master
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1e3e46f4666ad7463c8cdb2edf6be127570f42f341cb9e72512c55641c16fe43
|
||||
size 256
|
3
mpfi-1.5.4.tgz
Normal file
3
mpfi-1.5.4.tgz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b3938595d720af17973deaf727cfc0dd41c8b16c20adc103a970f4a43ae3a56
|
||||
size 261696
|
30
mpfi.changes
Normal file
30
mpfi.changes
Normal file
@ -0,0 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 24 20:24:49 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to new upstream release 1.5.4
|
||||
* mp_exp_t replaced by mpfr_exp_t, mp_prec_t replaced by
|
||||
mpfr_prec_t, mp_rnd_t replaced by mpfr_rnd_t GMP_RNDx
|
||||
replaced by MPFR_RNDx.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Initial package (version 1.5.1) for build.opensuse.org
|
106
mpfi.spec
Normal file
106
mpfi.spec
Normal file
@ -0,0 +1,106 @@
|
||||
#
|
||||
# spec file for package mpfi
|
||||
#
|
||||
# Copyright (c) 2019 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: mpfi
|
||||
%define lname libmpfi0
|
||||
Version: 1.5.4
|
||||
Release: 0
|
||||
Summary: Multi-precision floating-point interval arithmetic computation library
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Productivity/Scientific/Math
|
||||
URL: http://mpfi.gforge.inria.fr/
|
||||
|
||||
#SVN-Clone: svn://scm.gforge.inria.fr/svnroot/mpfi/trunk
|
||||
# Download depends on the file ID, not the filename!
|
||||
Source: https://gforge.inria.fr/frs/download.php/file/38111/mpfi-1.5.4.tgz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gmp-devel >= 4.1.0
|
||||
BuildRequires: libtool
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: mpfr-devel >= 3
|
||||
BuildRequires: pkgconfig
|
||||
Requires(post): %install_info_prereq
|
||||
Requires(postun): %install_info_prereq
|
||||
|
||||
%description
|
||||
MPFI is a C library for arbitrary precision interval arithmetic with
|
||||
intervals represented using MPFR reliable floating-point numbers.
|
||||
|
||||
The purpose of an arbitrary precision interval arithmetic is on the
|
||||
one hand to get "guaranteed" results, thanks to interval computation,
|
||||
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
|
||||
|
||||
%description -n %lname
|
||||
MPFI is a C library for arbitrary precision interval arithmetic with
|
||||
intervals represented using MPFR reliable floating-point numbers.
|
||||
|
||||
The purpose of an arbitrary precision interval arithmetic is on the
|
||||
one hand to get "guaranteed" results, thanks to interval computation,
|
||||
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
|
||||
|
||||
%description devel
|
||||
MPFI is a C library for arbitrary precision interval arithmetic with
|
||||
intervals represented using MPFR reliable floating-point numbers.
|
||||
|
||||
This subpackage provides the development headers and libraries for it.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
./autogen.sh
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
%make_install
|
||||
rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%check
|
||||
#make check #upstream broke it in 1.5.4
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
|
||||
%post devel
|
||||
%install_info --info-dir="%_infodir" "%_infodir/mpfi.info.gz"
|
||||
|
||||
%postun devel
|
||||
%install_info_delete --info-dir="%_infodir" "%_infodir/mpfi.info.gz"
|
||||
|
||||
%files -n %lname
|
||||
%_libdir/libmpfi.so.0*
|
||||
|
||||
%files devel
|
||||
%_includedir/mpfi*.h
|
||||
%_libdir/libmpfi.so
|
||||
%_infodir/mpfi.info*
|
||||
|
||||
%changelog
|
Loading…
x
Reference in New Issue
Block a user