mbox series

[bug#56730,0/2] : gnu: Add libsep (astronopy)

Message ID CAO+9K5p_htCJPeotXwptsQ4cBv98UQ_x_4Zsj6XJUD9GanqDLQ@mail.gmail.com
Headers show
Series : gnu: Add libsep (astronopy) | expand

Message

Sharlatan Hellseher July 23, 2022, 9:18 p.m. UTC
Hi Guix team!

This patch series introduce C library from SEP project as a main
package libsep and inherit python-sep out of it.

> ./pre-inst-env guix build python-sep libsep
/gnu/store/31zbssd2kxn3bafqfg1283vqi7f9adj5-libsep-1.2.1
/gnu/store/d7ww46gygffzdmq48aqi3r787dnsyhlr-python-sep-1.2.1

Sharlatan Hellseher (2):
  gnu: Add libsep
  gnu: python-sep: Update to 1.2.1

 gnu/packages/astronomy.scm | 69 ++++++++++++++++++++++++++++----------
 1 file changed, 51 insertions(+), 18 deletions(-)


base-commit: 7aab4eddd04e4b26986903680b28dce2de0f4db0

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

Comments

Ludovic Courtès Aug. 1, 2022, 9:30 a.m. UTC | #1
Hi,

Sharlatan Hellseher <sharlatanus@gmail.com> skribis:

>   gnu: Add libsep
>   gnu: python-sep: Update to 1.2.1

Applied both, thanks!

It would be nice to see if ‘python-sep’ can be made to depend on
‘libsep’ (currently I think it rebuilds the whole C library and embeds
it into the Python bindings).

Ludo’.