mbox series

[bug#66896,0/5] elemental: Update to 0.87.7-0.6eb15a0, fix build.

Message ID cover.1698938938.git.sharlatanus@gmail.com
Headers show
Series elemental: Update to 0.87.7-0.6eb15a0, fix build. | expand

Message

Sharlatan Hellseher Nov. 2, 2023, 3:36 p.m. UTC
Hi Guix!

During update process of python-spherical-geometry I faced with failing build
due to issue with qd package, see
https://github.com/spacetelescope/spherical_geometry/issues/227 for more
detail.

I've prepared patch for qd based on the proposed in discussion, also there is
dependent package - elemental, which failed for a long time and fixed with
update to the latest commit.

This patch series include updates of qd and elemental packages and fixing
their styles.

Sharlatan Hellseher (5):
  gnu: qd: Use G-expressions.
  gnu: qd: Apply patch to fix accuracy in angle computation.
  gnu: elemental: Update to 0.87.7-0.6eb15a0.
  gnu: elemental: Remove input labels.
  gnu: elemental: Update package style.

 gnu/local.mk                                  |   1 +
 gnu/packages/maths.scm                        | 109 ++++----
 gnu/packages/multiprecision.scm               |  28 +-
 ...qd-fix-accuracy-in-angle-computation.patch | 258 ++++++++++++++++++
 4 files changed, 331 insertions(+), 65 deletions(-)
 create mode 100644 gnu/packages/patches/qd-fix-accuracy-in-angle-computation.patch


base-commit: 0647f308b46b7ba7aa136068712f8d82d69d1a35

Comments

Sharlatan Hellseher Nov. 4, 2023, 1:58 a.m. UTC | #1
Hi Guix!

Mean while author of QD accepted patch and release new version! I'm
sending v2 of
patch series.

QA is green!

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.
Sharlatan Hellseher Nov. 5, 2023, 2:55 p.m. UTC | #2
The source of the package was updated with refreshed version and re-generated
build scripts.

Sending V3 patch series.


-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.