[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52043] [PATCH v4 0/2] Create instrumentation package
From: |
Olivier Dion |
Subject: |
[bug#52043] [PATCH v4 0/2] Create instrumentation package |
Date: |
Thu, 16 Dec 2021 13:40:15 -0500 |
Had to make last minute changes since recent merges.
* Changes since v3:
- Remove libomp (failed compilation for missing symbol in libgomp)
- Change tbb for tbb-2020 (former version is unrecognized by cmake)
Olivier Dion (2):
gnu: Add instrumentation packages.
gnu: Move instrumentation tools to instrumentation module.
gnu/local.mk | 1 +
gnu/packages/instrumentation.scm | 241 +++++++++++++++++++++++++++++++
gnu/packages/linux.scm | 142 ------------------
3 files changed, 242 insertions(+), 142 deletions(-)
create mode 100644 gnu/packages/instrumentation.scm
--
2.34.0
- [bug#52043] [PATCH v4 0/2] Create instrumentation package,
Olivier Dion <=