[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#40435] [PATCH 6/7] gnu: scotch: Make some inputs native.
From: |
Vincent Legoll |
Subject: |
[bug#40435] [PATCH 6/7] gnu: scotch: Make some inputs native. |
Date: |
Sat, 4 Apr 2020 19:49:21 +0200 |
* 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 <address@hidden>
;;; Copyright © 2020 Felix Gruber <address@hidden>
;;; Copyright © 2020 R Veera Kumar <address@hidden>
+;;; Copyright © 2020 Vincent Legoll <address@hidden>
;;;
;;; 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
- [bug#40435] Another batch of native-inputs, Vincent Legoll, 2020/04/04
- [bug#40435] [PATCH 1/7] gnu: gparted: Make some inputs native., Vincent Legoll, 2020/04/04
- [bug#40435] [PATCH 2/7] gnu: man-db: Make some inputs native., Vincent Legoll, 2020/04/04
- [bug#40435] [PATCH 3/7] gnu: libkate: Make some inputs native., Vincent Legoll, 2020/04/04
- [bug#40435] [PATCH 4/7] gnu: jami: Make some inputs native., Vincent Legoll, 2020/04/04
- [bug#40435] [PATCH 6/7] gnu: scotch: Make some inputs native.,
Vincent Legoll <=
- [bug#40435] [PATCH 7/7] gnu: rubber: Make some inputs native., Vincent Legoll, 2020/04/04
- [bug#40435] [PATCH 5/7] gnu: telegram-purple: Make some inputs native., Vincent Legoll, 2020/04/04
- bug#40435: Another batch of native-inputs, Danny Milosavljevic, 2020/04/04
- Message not available