Compare commits

...

2 Commits

Author SHA1 Message Date
33f41340aa
Use standard gcc for intel packages 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": {
"locked": {
"lastModified": 1752436162,
"narHash": "sha256-Kt1UIPi7kZqkSc5HVj6UY5YLHHEzPBkgpNUByuyxtlw=",
"lastModified": 1760139962,
"narHash": "sha256-4xggC56Rub3WInz5eD7EZWXuLXpNvJiUPahGtMkwtuc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "dfcd5b901dbab46c9c6e80b265648481aafb01f8",
"rev": "7e297ddff44a3cc93673bb38d0374df8d0ad73e4",
"type": "github"
},
"original": {

View File

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