From: ludo@gnu.org (Ludovic Courtès)
To: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
Cc: Guix-devel <guix-devel@gnu.org>
Subject: Re: [PATCH]: gnu: Add bedops.
Date: Fri, 13 Feb 2015 14:40:18 +0100 [thread overview]
Message-ID: <87bnkyylod.fsf@gnu.org> (raw)
In-Reply-To: <idjsiecl9lk.fsf@bimsb-sys02.mdc-berlin.net> (Ricardo Wurmus's message of "Wed, 11 Feb 2015 17:02:47 +0100")
Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de> skribis:
> The build process for this application is a bit messy because the
> sources include tarballs of modified upstream libraries (jansson, bzip2,
> zlib), so we cannot just swap them out for system libraries.
>
> I'm in touch with the developers to see if we can get a build option to
> link against system libraries instead of the bundled copies. To achieve
> this, though, the patches have to be extracted first (already submitted
> a patch upstream), and any feature that has been added by patching
> upstream library sources would have to be implemented a different way.
> Until then we can't do anything but go along with building these patched
> library copies even though it isn't pretty.
Uh, OK. I hope that’ll be resolved quickly because it’s really
unpleasant, notably for security reasons.
> From 270b5a501c251e80a040342d4d39d4e236b90c97 Mon Sep 17 00:00:00 2001
> From: Ricardo Wurmus <ricardo.wurmus@mdc-berlin.de>
> Date: Wed, 11 Feb 2015 16:55:33 +0100
> Subject: [PATCH] gnu: Add bedops.
>
> * gnu/packages/bioinformatics.scm (bedops): New variable.
[...]
> + 'unpack 'unpack-tarballs
> + (lambda _
> + ;; XXX Bedops includes tarballs of minimally patched upstream
> + ;; libraries jansson, zlib, and bzip2. We cannot just use stock
> + ;; libraries because at least one of the libraries (zlib) is
> + ;; patched to add a C++ function definition (deflateInit2cpp).
> + ;; Until the Bedops developers offer a way to link against system
> + ;; libraries we have to build the in-tree copies of these three
> + ;; libraries.
Could you s/XXX/FIXME/ and add a link to the upstream discussion, if
possible?
> + (alist-delete 'check %standard-phases)))))
Could you use #:tests? #f instead? I find it clearer.
OK with these changes!
Thanks,
Ludo’.
prev parent reply other threads:[~2015-02-13 13:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-11 16:02 [PATCH]: gnu: Add bedops Ricardo Wurmus
2015-02-13 13:40 ` Ludovic Courtès [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87bnkyylod.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=ricardo.wurmus@mdc-berlin.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.