guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: openblas-ilp64: Add powerpc64le-linux as a supported system.


From: guix-commits
Subject: 01/03: gnu: openblas-ilp64: Add powerpc64le-linux as a supported system.
Date: Thu, 1 Jun 2023 04:26:55 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 872e1434f1abed2ab75d011b0792d99575567efa
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jun 1 10:49:13 2023 +0300

    gnu: openblas-ilp64: Add powerpc64le-linux as a supported system.
    
    * gnu/packages/maths.scm (openblas-ilp64)[supported-systems]: Add
    powerpc64le-linux.
---
 gnu/packages/maths.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1b34c6e314..663eb0cc10 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2015–2023 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2015 Sou Bunnbu <iyzsong@gmail.com>
 ;;; Copyright © 2015, 2018 Mark H Weaver <mhw@netris.org>
-;;; Copyright © 2015-2022 Efraim Flashner <efraim@flashner.co.il>
+;;; Copyright © 2015-2023 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2015 Fabian Harfert <fhmgufs@web.de>
 ;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
 ;;; Copyright © 2016, 2018, 2020, 2021 Kei Kebreau <kkebreau@posteo.net>
@@ -4645,7 +4645,8 @@ parts of it.")
 (define-public openblas-ilp64
   (package/inherit openblas
     (name "openblas-ilp64")
-    (supported-systems '("x86_64-linux" "aarch64-linux" "mips64el-linux"))
+    (supported-systems '("x86_64-linux" "aarch64-linux" "mips64el-linux"
+                         "powerpc64le-linux"))
     (arguments
      (substitute-keyword-arguments (package-arguments openblas)
        ((#:make-flags flags #~'())



reply via email to

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