GNU bug report logs -
#36623
[PATCH] gnu: gdal: add python support
Previous Next
Reported by: arne_bab <at> web.de
Date: Fri, 12 Jul 2019 21:34:01 UTC
Severity: normal
Tags: patch
Done: iyzsong <at> member.fsf.org (宋文武)
Bug is archived. No further changes may be made.
Full log
Message #14 received at 36623 <at> debbugs.gnu.org (full text, mbox):
Hello!
Complementing Julien’s feedback…
Arne Babenhauserheide <arne_bab <at> web.de> skribis:
> From 5f8b1dc1bb5ce7b061bcca10174f9330cf89696c Mon Sep 17 00:00:00 2001
> From: Arne Babenhauserheide <arne_bab <at> web.de>
> Date: Sat, 11 May 2019 15:16:22 +0200
> Subject: [PATCH] gnu: gdal: add python support
>
> * gnu/packages/geo.scm (gdal): add python support
> ---
> gnu/packages/geo.scm | 29 +++++++++++++++++++++++++++--
> 1 file changed, 27 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
> index 4cccd97643..a6942d2a45 100644
> --- a/gnu/packages/geo.scm
> +++ b/gnu/packages/geo.scm
> @@ -537,6 +537,8 @@ development.")
> (build-system gnu-build-system)
> (arguments
> `(#:tests? #f
> + ;; validating runpath does not work yet for Python, so skip this phase.
> + #:validate-runpath? #f
What happens when you let the ‘validate-runpath’ phase run?
Thanks,
Ludo’.
This bug report was last modified 6 years and 2 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.