From c6cb111b2397ff433317bc338ddf4298a42a1515 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Fri, 10 Aug 2018 02:26:45 +0200 Subject: gnu: opari2: Remove redundant code. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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(-) (limited to 'gnu/packages/profiling.scm') diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm index 07da23aa15..56e5c48ed7 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 -- cgit v1.2.3