Compare commits

...

2 Commits

Author SHA1 Message Date
33f41340aa Use standard gcc for intel packages
All checks were successful
CI / build:cross (pull_request) Successful in 1m7s
CI / build:all (pull_request) Successful in 52m27s
2025-10-13 15:07:29 +02:00
87dd7018f8 Update nixpkgs (gcc 14.2.1.20250322 -> 14.3.0)
See: dc2e7bea50
2025-10-13 15:06:43 +02:00
2 changed files with 4 additions and 6 deletions

6
flake.lock generated
View File

@@ -68,11 +68,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1752436162, "lastModified": 1760139962,
"narHash": "sha256-Kt1UIPi7kZqkSc5HVj6UY5YLHHEzPBkgpNUByuyxtlw=", "narHash": "sha256-4xggC56Rub3WInz5eD7EZWXuLXpNvJiUPahGtMkwtuc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "dfcd5b901dbab46c9c6e80b265648481aafb01f8", "rev": "7e297ddff44a3cc93673bb38d0374df8d0ad73e4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -10,7 +10,7 @@
, zlib , zlib
, autoPatchelfHook , autoPatchelfHook
, libfabric , libfabric
, gcc13 , gcc
, wrapCCWith , wrapCCWith
}: }:
@@ -33,8 +33,6 @@ let
maintainers = with lib.maintainers.bsc; [ abonerib ]; maintainers = with lib.maintainers.bsc; [ abonerib ];
}; };
gcc = gcc13;
v = { v = {
hpckit = "2023.1.0"; hpckit = "2023.1.0";
compiler = "2023.1.0"; compiler = "2023.1.0";