Re: Build package so that its python library is automatically in python path when used.

2025-06-17 Thread Simon Tournier
Hi Aristide, > About reviewing it for the main Guix channel Do you want to give a try to open a PR here https://codeberg.org/guix/guix ? For instance, reusing as a start previous Cayetano’s version. :-) Let us know how it goes. Cheers, simon

Re: Build package so that its python library is automatically in python path when used.

2025-06-17 Thread Aristide Doussot via
Hello,     I am the original builder of this CIANNA guix package that has been kindly fixed by Cayetano. About reviewing it for the main Guix channel : I directly asked the creator of CIANNA, David Cornu, and he gladly agreed, so there is no issues regarding this. Thank you all for your help

Re: Build package so that its python library is automatically in python path when used.

2025-06-16 Thread Sharlatan Hellseher
Hi, I might be cut off from the whole thread. I see the WIP link to a package snippet, does it need some love to fix build issues? Let's continue on issues or PR WDYT? VCS: https://github.incerto.xyz/; https://git.sr.ht/~hellseher/ GPG: 9847 81DE 689C 21C2 6418 0867 76D7 27BF F62C D2B5 … наш ра

Re: Build package so that its python library is automatically in python path when used.

2025-06-16 Thread Simon Tournier
Hi, On Sat, 14 Jun 2025 at 00:24, Sharlatan Hellseher wrote: > I would love to review it for main Guix channel if the licence > allows us, let's PR on CodeBerg? It seems Apache version 2.0 so all is fine, no? Cheers, simon

Re: Build package so that its python library is automatically in python path when used.

2025-06-15 Thread Sharlatan Hellseher
Hi, Thanks for tagging, It's not on my radar https://git.sr.ht/~hellseher/ffab/tree/main/item/org/astronomy.org I would love to review it for main Guix channel if the licence allows us, let's PR on CodeBerg? Oleg VCS: https://github.incerto.xyz/; https://git.sr.ht/~hellseher/ GPG: 9847 81DE 6

Re: Build package so that its python library is automatically in python path when used.

2025-06-13 Thread Simon Tournier
Hi, On Sun, 20 Apr 2025 at 18:18, Cayetano Santos wrote: >>> Below is a copy of my current implementation. As I am a beginer I gladly >>> welcome any >>> advices (even unrelated to my question) Cool! Thank you Aristide. Well done. :-) >> What about this (WIP) ? >> >> https://paste.sr.ht

Re: Build package so that its python library is automatically in python path when used.

2025-04-20 Thread Cayetano Santos
>dim. 20 avril 2025 at 12:22, Cayetano Santos wrote: >>jeu. 17 avril 2025 at 15:28, Aristide Doussot >>wrote: > >> Hello, >> >>     I am new to Guix and want to create a guix package for the free machine >> learning >> framework CIANNA. It has little dependencies (openblas mainly), is written

Build package so that its python library is automatically in python path when used.

2025-04-19 Thread Aristide Doussot
Hello,     I am new to Guix and want to create a guix package for the free machine learning framework CIANNA. It has little dependencies (openblas mainly), is written in C and has a python wrapper. The basic installation method is to download the source code then run the compile.cp file insid