GNU bug report logs -
#31430
[PATCH 0/3] gnu: Add xtensor and its dependencies.
Previous Next
Reported by: Fis Trivial <ybbs.daans <at> hotmail.com>
Date: Sat, 12 May 2018 14:22:02 UTC
Severity: normal
Tags: patch
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
Message #26 received at 31430 <at> debbugs.gnu.org (full text, mbox):
Ludovic Courtès writes:
> Fis Trivial <ybbs.daans <at> hotmail.com> skribis:
>
>> * gnu/packages/cpp.scm (xtl): New variable.
>
> [...]
>
>> + (replace 'check
>> + (lambda* _
>> + (invoke "make" "test_xtl")
>> + (chdir "test")
>> + (invoke "./test_xtl")
>> + (chdir ".."))))))
>
> Instead of chdir, rather do:
>
> (with-directory-excursion "test"
> (invoke "./test_xtl")
> #t)
>
>> + (home-page "https://github.com/QuantStack/xtl")
>> + (build-system cmake-build-system)
>> + (synopsis "C++ template library providing some basic tools")
>> + (description "xtl is a C++ header-only template library providing basic
>> +tools (containers, algorithms) used by other quantstack packages")
>
> I know it’s from upstream, but please s/quantstack/QuantStack/ and add a
> period at the end.
>
> Could you send an updated patch?
>
> Ludo’.
Thanks for the review. I will resend the patches series in a few days if
unbundling json-modern-cxx went well.
This bug report was last modified 6 years and 364 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.