guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: scotch: Build with flex-2.6.1.


From: Efraim Flashner
Subject: 02/02: gnu: scotch: Build with flex-2.6.1.
Date: Thu, 23 Mar 2017 01:33:19 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit d5ceeb5a2d1a44bda98c9ff44cf8d652d938a646
Author: Efraim Flashner <address@hidden>
Date:   Thu Mar 23 07:32:00 2017 +0200

    gnu: scotch: Build with flex-2.6.1.
    
    * gnu/packages/maths.scm (scotch)[native-inputs]: Use flex-2.6.1 and not
    flex.
---
 gnu/packages/maths.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 166926d..ec8316b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1799,7 +1799,7 @@ implemented in ANSI C, and MPI for communications.")
     (build-system gnu-build-system)
     (inputs
      `(("zlib" ,zlib)
-       ("flex" ,flex)
+       ("flex" ,flex-2.6.1) ; A bug in flex prevents building with flex-2.6.3.
        ("bison" ,bison)))
     (arguments
      `(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]