unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Vincent Legoll <vincent.legoll@gmail.com>
To: 40435@debbugs.gnu.org
Cc: Vincent Legoll <vincent.legoll@gmail.com>
Subject: [bug#40435] [PATCH 6/7] gnu: scotch: Make some inputs native.
Date: Sat,  4 Apr 2020 19:49:21 +0200	[thread overview]
Message-ID: <20200404174922.11481-6-vincent.legoll@gmail.com> (raw)
In-Reply-To: <20200404174922.11481-1-vincent.legoll@gmail.com>

* gnu/packages/math.scm (scotch)[inputs]: Move flex & bison from here...
[native-inputs]: ...to this new field.
---
 gnu/packages/maths.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index b66c330711..391b2a26de 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -36,6 +36,7 @@
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;; Copyright © 2020 Felix Gruber <felgru@posteo.net>
 ;;; Copyright © 2020 R Veera Kumar <vkor@vkten.in>
+;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2625,8 +2626,9 @@ implemented in ANSI C, and MPI for communications.")
                                "scotch-integer-declarations.patch"))))
     (build-system gnu-build-system)
     (inputs
-     `(("zlib" ,zlib)
-       ("flex" ,flex)
+     `(("zlib" ,zlib)))
+    (native-inputs
+     `(("flex" ,flex)
        ("bison" ,bison)))
     (outputs '("out" "metis"))
     (arguments
-- 
2.26.0

  parent reply	other threads:[~2020-04-04 17:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-04 17:47 [bug#40435] Another batch of native-inputs Vincent Legoll
2020-04-04 17:49 ` [bug#40435] [PATCH 1/7] gnu: gparted: Make some inputs native Vincent Legoll
2020-04-04 17:49   ` [bug#40435] [PATCH 2/7] gnu: man-db: " Vincent Legoll
2020-04-04 17:49   ` [bug#40435] [PATCH 3/7] gnu: libkate: " Vincent Legoll
2020-04-04 17:49   ` [bug#40435] [PATCH 4/7] gnu: jami: " Vincent Legoll
2020-04-04 17:49   ` [bug#40435] [PATCH 5/7] gnu: telegram-purple: " Vincent Legoll
2020-04-04 17:49   ` Vincent Legoll [this message]
2020-04-04 17:49   ` [bug#40435] [PATCH 7/7] gnu: rubber: " Vincent Legoll
2020-04-04 18:20 ` bug#40435: Another batch of native-inputs Danny Milosavljevic
     [not found] ` <handler.40435.D40435.158602443030571.notifdone@debbugs.gnu.org>
2020-04-04 19:47   ` [bug#40435] closed (Re: [bug#40435] Another batch of native-inputs) Vincent Legoll
2020-04-04 20:03     ` Danny Milosavljevic
2020-04-04 21:17       ` Vincent Legoll

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200404174922.11481-6-vincent.legoll@gmail.com \
    --to=vincent.legoll@gmail.com \
    --cc=40435@debbugs.gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).