guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: GSL: Remove unnecessary (%current-system) call.


From: guix-commits
Subject: 01/03: gnu: GSL: Remove unnecessary (%current-system) call.
Date: Fri, 3 Apr 2020 13:13:07 -0400 (EDT)

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

commit 0ad05c15e3c198e96f2ded17d22897fb0891f67d
Author: Marius Bakke <address@hidden>
AuthorDate: Fri Apr 3 18:32:56 2020 +0200

    gnu: GSL: Remove unnecessary (%current-system) call.
    
    * gnu/packages/maths.scm (gsl)[arguments]: Use the let-bound SYSTEM variable
    instead of %CURRENT-SYSTEM.
---
 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 05cea47..6d7625c 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -399,7 +399,7 @@ semiconductors.")
                           (substitute* "spmatrix/test.c"
                             ((".*test_complex.*") "\n"))
                           #t)))))
-        ((string-prefix? "i686" (%current-system))
+        ((string-prefix? "i686" system)
          ;; There are rounding issues with these tests on i686:
          ;; https://lists.gnu.org/archive/html/bug-gsl/2016-10/msg00000.html
          ;; https://lists.gnu.org/archive/html/bug-gsl/2020-04/msg00000.html



reply via email to

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