From: Arun Isaac <arunisaac@systemreboot.net>
To: Ivan Gankevich <i.gankevich@spbu.ru>
Cc: Arun Isaac <arunisaac@systemreboot.net>, 49443@debbugs.gnu.org
Subject: [bug#49443] [PATCH v3 0/1] Add blitz.
Date: Thu, 15 Jul 2021 19:09:30 +0530 [thread overview]
Message-ID: <20210715133931.31555-1-arunisaac@systemreboot.net> (raw)
In-Reply-To: <20210714115713.24675-1-i.gankevich@spbu.ru>
Hi Ivan,
Thanks for the quick response! Save a few minor changes, this patch LGTM. I am
sending a v3 patch with the necessary changes in a following email. Let me
know if it works, and I'll push it to master. Below, I note some of the
changes I've made.
1. I added a copyright header for you.
> + (add-after 'build 'build-doc
> + (lambda _
> + (define jobs (format #f "-j~a" (parallel-job-count)))
> + (invoke "make" jobs "blitz-doc")
> + #t))
2. We do not need format for this. See how I've done it. It's simpler and does
not use a heavy-weight function like format.
> + (add-after 'check 'check-examples
> + (lambda _
> + (define jobs (format #f "-j~a" (parallel-job-count)))
> + (invoke "make" jobs "check-examples")
> + #t)))))
3. Just check-testsuite should be good enough. So, this phase is not required.
> + (native-inputs
> + `(("python" ,python)
> + ("texinfo" ,texinfo)
> + ("texlive-tex-texinfo" ,texlive-tex-texinfo)
> + ("texlive" ,(texlive-union (list texlive-epsf))) ;; for texi2dvi
> + ("texi2html" ,texi2html)
4. Actually, I only wanted you to build the info manual, not the pdf and html
manuals. Sorry, I should have been clearer. So, I removed the texlive,
texlive-tex-texinfo, texi2html, doxygen, graphviz dependencies and other
related things from the package.
> + (synopsis "C++ template class library for multidimensional arrays")
> + (description
> + "High-performance multidimensional array containers for scientific computing.")
5. Description should be a complete sentence.
Regards,
Arun
Ivan Gankevich (1):
gnu: Add blitz.
gnu/packages/maths.scm | 37 +++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+)
--
2.32.0
next prev parent reply other threads:[~2021-07-15 13:48 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-06 16:56 [bug#49443] [PATCH] Add blitz Ivan Gankevich
2021-07-13 17:46 ` Arun Isaac
2021-07-14 11:57 ` [bug#49443] [PATCH] gnu: " Ivan Gankevich
2021-07-15 13:39 ` Arun Isaac [this message]
2021-07-15 17:20 ` [bug#49443] [PATCH v3 0/1] " Ivan Gankevich
2021-07-16 4:40 ` bug#49443: " Arun Isaac
2021-07-15 13:39 ` [bug#49443] [PATCH v3 1/1] gnu: " Arun Isaac
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=20210715133931.31555-1-arunisaac@systemreboot.net \
--to=arunisaac@systemreboot.net \
--cc=49443@debbugs.gnu.org \
--cc=i.gankevich@spbu.ru \
/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.