Age | Commit message (Expand) | Author |
2022-01-18 | gnu: papi: Update to 6.0.0....* gnu/packages/profiling.scm (papi): Update to 6.0.0.
[source]: Add 'modules' and 'snippet'.
[inputs]: Add LIBPFM4.
[native-inputs]: Remove AUTOCONF.
[arguments]: Use gexps. Pass "--with-shlib-tools" and
"--with-pfm-prefix=". Remove 'autoconf', 'patch-components', and
'components' phases. Add 'change-directory' phase. Adjust file name in
'extra-doc' phase'.
| Ludovic Courtès |
2022-01-18 | gnu: papi: Add 'release-monitoring-url' property....* gnu/packages/profiling.scm (papi)[properties]: New field.
| Ludovic Courtès |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-06-14 | gnu: Rename qtbase to qtbase-5....This change was automated via the following command:
$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc # to clear some spurious changes
This is done so the qtbase package can be upgraded to version 6 in the
following commit.
| Maxim Cournoyer |