2 Commits

Author SHA1 Message Date
4b4e6e9327 Add meta to intel 2023
Some checks failed
CI / build:all (pull_request) Failing after 11s
2025-10-09 18:15:30 +02:00
54fd9091c8 Add meta to packages 2025-10-09 18:15:30 +02:00

View File

@@ -66,13 +66,5 @@ in wrapCCWith {
'' + optionalString (ompss2rt != null && ompss2rt.pname == "nodes") ''
echo "export NOSV_HOME=${ompss2rt.nosv}" >> $out/nix-support/cc-wrapper-hook
'';
meta = {
homepage = "https://gitlab.pm.bsc.es/llvm-ompss/llvm-mono";
description = "Implementation of OmpSs-2 based on the LLVM infrastructure";
maintainers = with lib.maintainers.bsc; [ rpenacob ];
platforms = lib.platforms.linux;
license = [ lib.licenses.asl20 lib.licenses.llvm-exception ];
};
}