gnu: opari2: Use HTTPS home page.
* gnu/packages/profiling.scm (opari2)[home-page]: Use HTTPS.
This commit is contained in:
parent
2cea4ac780
commit
9f53d58ae1
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ (define-public opari2
|
||||||
(inputs `(("gfortran" ,gfortran)))
|
(inputs `(("gfortran" ,gfortran)))
|
||||||
(native-inputs `(("gawk" ,gawk) ; for tests
|
(native-inputs `(("gawk" ,gawk) ; for tests
|
||||||
("which" ,which)))
|
("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")
|
(synopsis "OpenMP runtime performance measurement instrumenter")
|
||||||
(description "OPARI2 is a source-to-source instrumentation tool for OpenMP
|
(description "OPARI2 is a source-to-source instrumentation tool for OpenMP
|
||||||
and hybrid codes. It surrounds OpenMP directives and runtime library calls
|
and hybrid codes. It surrounds OpenMP directives and runtime library calls
|
||||||
|
|
Loading…
Reference in a new issue