Compare commits

..

2 Commits

Author SHA1 Message Date
5dfa211f08
Add meta to intel 2023
Some checks failed
CI / build:all (pull_request) Failing after 4s
2025-10-09 18:09:43 +02:00
c9410dc5ab
Add meta to packages 2025-10-09 18:09:43 +02:00

View File

@ -66,5 +66,13 @@ 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 ];
};
}