guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: opari2: Remove redundant code.


From: Tobias Geerinckx-Rice
Subject: 07/12: gnu: opari2: Remove redundant code.
Date: Fri, 10 Aug 2018 20:09:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c6cb111b2397ff433317bc338ddf4298a42a1515
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 10 02:26:45 2018 +0200

    gnu: opari2: Remove redundant code.
    
    * gnu/packages/profiling.scm (opari2)[arguments]: Remove ‘licence’
    installation phase now handled by the build system.
---
 gnu/packages/profiling.scm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm
index 07da23a..56e5c48 100644
--- a/gnu/packages/profiling.scm
+++ b/gnu/packages/profiling.scm
@@ -187,15 +187,6 @@ efficient event trace data format plus support library.")
     (inputs `(("gfortran" ,gfortran)))
     (native-inputs `(("gawk" ,gawk)     ;for tests
                      ("which" ,which)))
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (add-after 'install 'licence
-           (lambda* (#:key outputs #:allow-other-keys)
-             (let ((doc (string-append (assoc-ref outputs "out")
-                                       "/share/doc/opari2")))
-               (install-file "COPYING" doc)
-               #t))))))
     (home-page "http://www.vi-hps.org/projects/score-p";)
     (synopsis "OpenMP runtime performance measurement instrumenter")
     (description "OPARI2 is a source-to-source instrumentation tool for OpenMP



reply via email to

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