1 Commits

Author SHA1 Message Date
2c15bfd5b9 Add skeleton meta to intel 2023
All checks were successful
CI / build:all (pull_request) Successful in 15s
2025-10-09 17:05:24 +02:00

View File

@@ -26,13 +26,6 @@
let
meta = {
description = "Intel oneapi hpckit package component";
homepage = "https://www.intel.com/content/www/us/en/developer/tools/oneapi/hpc-toolkit-download.html";
license = lib.licenses.unfree;
maintainers = with lib.maintainers.bsc; [ abonerib ];
};
gcc = gcc13;
v = {
@@ -95,7 +88,12 @@ let
done
'';
inherit meta;
meta = {
description = "";
homepage = "";
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ ];
};
};
joinDebs = name: names:
@@ -155,7 +153,12 @@ let
done
'';
inherit meta;
meta = {
description = "";
homepage = "";
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ ];
};
};
intel-tbb = stdenv.mkDerivation rec {
@@ -195,7 +198,12 @@ let
popd
'';
inherit meta;
meta = {
description = "";
homepage = "";
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ ];
};
};
intel-compiler-shared = stdenv.mkDerivation rec {
@@ -254,7 +262,12 @@ let
popd
'';
inherit meta;
meta = {
description = "";
homepage = "";
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ ];
};
};
@@ -321,7 +334,12 @@ let
popd
'';
inherit meta;
meta = {
description = "";
homepage = "";
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ ];
};
};
intel-compiler = stdenv.mkDerivation rec {
@@ -410,7 +428,12 @@ let
popd
'';
inherit meta;
meta = {
description = "";
homepage = "";
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ ];
};
};
wrapIntel = { cc, mygcc, extraBuild ? "", extraInstall ? "" }: