Hi, I'm trying to package bgen (and then python cbgen) in guix.
The trick is that guix does not permit network access during build so the cpmaddpackage commands do not work.
I've noticed it also comes in the dependency almosthere.
So the idea is package every dependency independently, and use those libraries for compiling.
My question is this, how do you compile your projects with local libraries located on the system.
NB: I am not well versed in C compilation
Thanks
Hi, I'm trying to package bgen (and then python cbgen) in guix.
The trick is that guix does not permit network access during build so the cpmaddpackage commands do not work.
I've noticed it also comes in the dependency almosthere.
So the idea is package every dependency independently, and use those libraries for compiling.
My question is this, how do you compile your projects with local libraries located on the system.
NB: I am not well versed in C compilation
Thanks