- 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:
parent
215ee03340
commit
39b39d9a48
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:39a398f49240977ee79b8246ba7e6e8fde1fc4ad19e15c32b08050ec948d8312
|
|
||||||
size 731818
|
|
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABEIAB0WIQStF6Ie+K7Y8cwC29n31cm/dlxh4wUCYnKG0AAKCRD31cm/dlxh
|
|
||||||
4yvHAP93Vq58ZgbSQ4q4IB5A2/2Tewil0Ebbn0lDwiZ6RWIlugEAl8nQVI2SWt1x
|
|
||||||
oBngUuAfeU/YZAVQfS8lKZoGrJSo1m8=
|
|
||||||
=ue9f
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
cm-b2b8d4bda97b158aad539d50b8fda8571db5ead6.tar.gz
Normal file
3
cm-b2b8d4bda97b158aad539d50b8fda8571db5ead6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d6b5132c316b82b15f1cec0f7f5f6b6006340e138142f5ebd79d9698b092bad3
|
||||||
|
size 235302
|
@ -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>
|
Thu Jun 16 21:20:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
14
cm.spec
14
cm.spec
@ -17,17 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cm
|
Name: cm
|
||||||
Version: 0.4.0
|
Version: 0.4.0+gb2b8d4bd
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Class polynomial computation via floating point approximations
|
Summary: Class polynomial computation via floating point approximations
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: http://www.multiprecision.org/cm/
|
URL: https://www.multiprecision.org/cm/
|
||||||
#Git-Clone: https://gitlab.inria.fr/enge/cm
|
#Git-Clone: https://gitlab.inria.fr/enge/cm
|
||||||
Source: http://www.multiprecision.org/downloads/%name-%version.tar.gz
|
Source: https://gitlab.inria.fr/enge/cm/-/archive/b2b8d4bda97b158aad539d50b8fda8571db5ead6/cm-b2b8d4bda97b158aad539d50b8fda8571db5ead6.tar.gz
|
||||||
Source2: http://www.multiprecision.org/downloads/%name-%version.tar.gz.asc
|
#Source: http://www.multiprecision.org/downloads/%name-%version.tar.gz
|
||||||
|
#Source2: http://www.multiprecision.org/downloads/%name-%version.tar.gz.asc
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
BuildRequires: gmp-devel >= 4.3.2
|
BuildRequires: gmp-devel >= 4.3.2
|
||||||
|
BuildRequires: libtool
|
||||||
|
BuildRequires: makeinfo
|
||||||
BuildRequires: mpc-devel >= 1
|
BuildRequires: mpc-devel >= 1
|
||||||
BuildRequires: mpfr-devel >= 3
|
BuildRequires: mpfr-devel >= 3
|
||||||
BuildRequires: mpfrcx-devel >= 0.6.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.
|
It includes libraries that can be called from within a C program.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1 -n cm-b2b8d4bda97b158aad539d50b8fda8571db5ead6
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -fi
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user