X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/82536c48772187840279598c1e0f366aa97c99ce..3d8cfac3d0fde0bb7b64299ae37720f02fafb48d:/gnu/packages/profiling.scm diff --git a/gnu/packages/profiling.scm b/gnu/packages/profiling.scm index c58881baa2..4d3c3faca0 100644 --- a/gnu/packages/profiling.scm +++ b/gnu/packages/profiling.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017 Dave Love -;;; Copyright © 2018 Tobias Geerinckx-Rice +;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice ;;; ;;; This file is part of GNU Guix. ;;; @@ -166,28 +166,26 @@ performance measurement opportunites across the hardware and software stack.") #t))))) (home-page "http://www.vi-hps.org/projects/score-p/") (synopsis "Open Trace Format 2 library") - (description "The Open Trace Format 2 (OTF2) is a scalable, memory -efficient event trace data format plus support library.") + (description "The Open Trace Format 2 (@dfn{OTF2}) is a scalable, +memory-efficient event trace data format plus support library.") (license license:bsd-3))) (define-public opari2 (package (name "opari2") - (version "2.0.3") + (version "2.0.5") (source (origin - (method url-fetch) - (uri (let* ((parts (string-split version #\.) ) - (major (car parts)) - (minor (cadr parts))) - (string-append "http://www.vi-hps.org/upload/packages/opari2/opari2-" - version ".tar.gz"))) - (sha256 (base32 "0v785mhw9azj3ln5v7akj5b1cxvzfkxz8kj565pfwllir7xzqbky")))) + (method url-fetch) + (uri (string-append "https://www.vi-hps.org/cms/upload/packages/opari2/" + "opari2-" version ".tar.gz")) + (sha256 + (base32 "1xaf25lcxk4ky1kzfks40ja9mayh8pnmrzch2107c8dcjrsxsd4h")))) (build-system gnu-build-system) (inputs `(("gfortran" ,gfortran))) - (native-inputs `(("gawk" ,gawk) ;for tests + (native-inputs `(("gawk" ,gawk) ; for tests ("which" ,which))) - (home-page "http://www.vi-hps.org/projects/score-p") + (home-page "https://www.vi-hps.org/projects/score-p") (synopsis "OpenMP runtime performance measurement instrumenter") (description "OPARI2 is a source-to-source instrumentation tool for OpenMP and hybrid codes. It surrounds OpenMP directives and runtime library calls @@ -313,7 +311,7 @@ with calls to the POMP2 measurement interface.") (("^source .*frontend.*$") "") (((assoc-ref outputs "out")) lib)) #t)))))) - (home-page "http://www.scalasca.org/software/cube-4.x/download.html") + (home-page "https://www.scalasca.org/software/cube-4.x/download.html") (synopsis "Performance report explorer for parallel programs") (description "CUBE (CUBE Uniform Behavioral Encoding) is a tool to display a variety