SHA256
1
0
forked from pool/cm

- Update to snapshot 0.4.0+gb2b8d4bd

OBS-URL: https://build.opensuse.org/package/show/science/cm?expand=0&rev=7
This commit is contained in:
Jan Engelhardt 2022-08-27 06:52:41 +00:00 committed by Git OBS Bridge
parent 215ee03340
commit 39b39d9a48
5 changed files with 18 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:39a398f49240977ee79b8246ba7e6e8fde1fc4ad19e15c32b08050ec948d8312
size 731818

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iHUEABEIAB0WIQStF6Ie+K7Y8cwC29n31cm/dlxh4wUCYnKG0AAKCRD31cm/dlxh
4yvHAP93Vq58ZgbSQ4q4IB5A2/2Tewil0Ebbn0lDwiZ6RWIlugEAl8nQVI2SWt1x
oBngUuAfeU/YZAVQfS8lKZoGrJSo1m8=
=ue9f
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6b5132c316b82b15f1cec0f7f5f6b6006340e138142f5ebd79d9698b092bad3
size 235302

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Aug 27 06:27:27 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to snapshot 0.4.0+gb2b8d4bd
* Fix 32-bit testsuite run
-------------------------------------------------------------------
Thu Jun 16 21:20:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

14
cm.spec
View File

@ -17,17 +17,20 @@
Name: cm
Version: 0.4.0
Version: 0.4.0+gb2b8d4bd
Release: 0
Summary: Class polynomial computation via floating point approximations
License: GPL-3.0-or-later
Group: Productivity/Scientific/Math
URL: http://www.multiprecision.org/cm/
URL: https://www.multiprecision.org/cm/
#Git-Clone: https://gitlab.inria.fr/enge/cm
Source: http://www.multiprecision.org/downloads/%name-%version.tar.gz
Source2: http://www.multiprecision.org/downloads/%name-%version.tar.gz.asc
Source: https://gitlab.inria.fr/enge/cm/-/archive/b2b8d4bda97b158aad539d50b8fda8571db5ead6/cm-b2b8d4bda97b158aad539d50b8fda8571db5ead6.tar.gz
#Source: http://www.multiprecision.org/downloads/%name-%version.tar.gz
#Source2: http://www.multiprecision.org/downloads/%name-%version.tar.gz.asc
Source3: %name.keyring
BuildRequires: gmp-devel >= 4.3.2
BuildRequires: libtool
BuildRequires: makeinfo
BuildRequires: mpc-devel >= 1
BuildRequires: mpfr-devel >= 3
BuildRequires: mpfrcx-devel >= 0.6.3
@ -66,9 +69,10 @@ multiplication via floating point approximations.
It includes libraries that can be called from within a C program.
%prep
%autosetup -p1
%autosetup -p1 -n cm-b2b8d4bda97b158aad539d50b8fda8571db5ead6
%build
autoreconf -fi
%configure --disable-static
%make_build