Add meta to intel 2023
All checks were successful
CI / build:all (pull_request) Successful in 16s

This commit is contained in:
2025-10-06 16:42:40 +02:00
parent 391a27454b
commit 5d861077b4
7 changed files with 40 additions and 4 deletions

View File

@@ -91,7 +91,8 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "https://github.com/bsc-performance-tools/wxparaver";
homepage = "https://tools.bsc.es/paraver";
downloadPage = "https://github.com/bsc-performance-tools/wxparaver";
description = "Performance analyzer based on event traces";
longDescription = ''
Trace-based visualization and analysis tool designed to study quantitative

View File

@@ -1,5 +1,6 @@
{
stdenv
, lib
, fetchFromGitHub
, autoreconfHook
, boost
@@ -57,4 +58,13 @@ stdenv.mkDerivation rec {
xml2
zlib
];
meta = {
homepage = "https://tools.bsc.es/paraver";
downloadPage = "https://github.com/bsc-performance-tools/paraver-kernel";
description = "Kernel library used by wxparaver";
maintainers = with lib.maintainers.bsc; [ rarias ];
platforms = lib.platforms.linux;
license = lib.licenses.lgpl21Plus;
};
}