guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mpi.scm: Use 'license:' prefix.


From: guix-commits
Subject: branch master updated: gnu: mpi.scm: Use 'license:' prefix.
Date: Mon, 17 Feb 2020 13:53:38 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 15e6262  gnu: mpi.scm: Use 'license:' prefix.
15e6262 is described below

commit 15e62623cc6cd0cff719e1a77f4dbf91d12379a0
Author: Efraim Flashner <address@hidden>
AuthorDate: Mon Feb 17 20:53:16 2020 +0200

    gnu: mpi.scm: Use 'license:' prefix.
    
    * gnu/packages/mpi.scm: Import (guix licenses) with the 'license:'
    prefix.
---
 gnu/packages/mpi.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/mpi.scm b/gnu/packages/mpi.scm
index 7c16af7..fc4950f 100644
--- a/gnu/packages/mpi.scm
+++ b/gnu/packages/mpi.scm
@@ -26,8 +26,7 @@
 
 (define-module (gnu packages mpi)
   #:use-module (guix packages)
-  #:use-module ((guix licenses)
-                #:hide (expat zlib))
+  #:use-module ((guix licenses) #:prefix license:)
   #:use-module (guix download)
   #:use-module (guix utils)
   #:use-module (guix deprecation)
@@ -130,7 +129,7 @@ exploit it accordingly and efficiently.
 hwloc may display the topology in multiple convenient formats.  It also offers
 a powerful programming interface to gather information about the hardware,
 bind processes, and much more.")
-    (license bsd-3)))
+    (license license:bsd-3)))
 
 (define-public hwloc-2
   ;; Note: 2.0 isn't the default yet, see above.
@@ -275,7 +274,7 @@ from all across the High Performance Computing community in 
order to build the
 best MPI library available.  Open MPI offers advantages for system and
 software vendors, application developers and computer science researchers.")
     ;; See file://LICENSE
-    (license bsd-2)))
+    (license license:bsd-2)))
 
 ;; TODO: javadoc files contain timestamps.
 (define-public java-openmpi
@@ -394,7 +393,7 @@ object oriented interface which closely follows MPI-2 C++ 
bindings.  It
 supports point-to-point and collective communications of any picklable Python
 object as well as optimized communications of Python objects (such as NumPy
 arrays) that expose a buffer interface.")
-    (license bsd-3)))
+    (license license:bsd-3)))
 
 (define-public mpich
   (package
@@ -471,4 +470,4 @@ communication platforms including commodity clusters, 
high-speed networks (10
 Gigabit Ethernet, InfiniBand, Myrinet, Quadrics), and proprietary high-end
 computing systems (Blue Gene, Cray).  It enables research in MPI through a
 modular framework for other derived implementations.")
-    (license bsd-2)))
+    (license license:bsd-2)))



reply via email to

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