Yes, I forgot the logfile(s). Here they are:
**
rlemmon@parton ~/heppy$ ./external/fastjet/build.sh
[ building fastjet /home/rlemmon/heppy/external/fastjet ]
-[ configuratio
Hi,
More information ...
In fact it does NOT download the file ... Well it starts to download it
because the name appears in the right directory
(/home/rlemmon/heppy/external/fastjet/download/fastjet-3.3.3.tar.gz). However
it has zero size, whereas the Docker version that works has a large
size.
Hello Guix Users!
I have questions regarding the sending of patches and associated process of
releasing a package via GNU Guix:
What is the usual process, after one has sent in a patch adding a new package to
GNU Guix?
The background of the question is, that approximately 2 months ago, I sent in
Hi,
What is the usual process, after one has sent in a patch adding
a new package to
GNU Guix?
Someone would review it, apply the patch, and then push.
The background of the question is, that approximately 2 months
ago, I sent in a
patch adding `guile-fslib`
2 months is too long. If y
Hi Ricardo!
Thank you for your quick reply!
I submitted the patch via e-mail attachment. It was recently said on the mailing
list, that it should not matter, or even be more reliable, when submitting it as
an attachment. However, as I see mostly patches being submitted in the e-mail
body, perhaps
Hi Zelphir,
I submitted the patch via e-mail attachment. It was recently
said on the mailing
list, that it should not matter, or even be more reliable, when
submitting it as
an attachment. However, as I see mostly patches being submitted
in the e-mail
body, perhaps something automated does n
Hello folks,
I want to enable support for loadable extensions in python's sqlite3
module. This should be enabled by passing
`--enable-loadable-sqlite-extensions' to `./configure'.
I've spend an embarassing amount of time on this, so perhaps someone out
there understands python better than I do