Skip to content

Commit 493433c

Browse files
author
Release Manager
committed
Trac #32037: Upgrade to lcalc-2.0.4
The new lcalc 2.0.3 has been released. Note in particular: - sane build system - comes with a pkg-config file - public API header has moved to `lcalc/L.h` - the `find_zeros_via_N_v()` function was removed and replaced by `find_zeros()` In this ticket we upgrade to lcalc 2.0.3 and: - add gengetopt as a new standard SPKG - adjust dependencies - adjust spkg-* files for the saner build system - adjust spkg-configure.m4 to find the new version - adjust tolerance in some doctests URL: https://trac.sagemath.org/32037 Reported by: mjo Ticket author(s): Michael Orlitzky, Frédéric Chapoton Reviewer(s): Antonio Rojas, Dima Pasechnik
2 parents f6de12b + cbb7908 commit 493433c

29 files changed

+281
-813
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gengetopt
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gengetopt

build/pkgs/lcalc/checksums.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
tarball=lcalc-VERSION.tar.bz2
2-
sha1=b530ae73ff6a668a33660a9b4c404dd23e551abe
3-
md5=de7dc4e06cff7a89c5d922b4acc2be01
4-
cksum=1982419061
1+
tarball=lcalc-VERSION.tar.xz
2+
sha1=a5e7aafa6a036815db0c4fd84398baff072fc8b7
3+
md5=ad68ad9f8b9e120d66ba4cbc6b9a8b18
4+
cksum=3132152076
5+
upstream_url=https://gitlab.com/sagemath/lcalc/uploads/4d84022aa5285414eb547121b783601a/lcalc-VERSION.tar.xz

build/pkgs/lcalc/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pari mpfr
1+
pari | gengetopt
22

33
----------
44
All lines of this file are ignored except the first.

build/pkgs/lcalc/distros/gentoo.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
sci-mathematics/lcalc

build/pkgs/lcalc/package-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.23.p20
1+
2.0.4

build/pkgs/lcalc/patches/Lvalue.h.patch

Lines changed: 0 additions & 11 deletions
This file was deleted.

build/pkgs/lcalc/patches/Makefile.patch

Lines changed: 0 additions & 240 deletions
This file was deleted.

build/pkgs/lcalc/patches/clang.patch

Lines changed: 0 additions & 74 deletions
This file was deleted.

build/pkgs/lcalc/patches/lcalc-1.23-gcc11.patch

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)