Compare commits

..

2 Commits

Author SHA1 Message Date
6962899586 MEGA MERGE 2025-12-19 16:53:42 +01:00
3f61c55364 Add llvm intel 2025-12-19 16:53:41 +01:00

View File

@@ -120,7 +120,7 @@ stdenv.mkDerivation {
cudaPackages.cudatoolkit
];
patches = [ ./fix-ur.patch ]; # Has been fixed in next release
patches = [ ./fix-ur.patch ]; # Has been fixed Fixed in next release
preBuild = ''
chmod -R u+w /build/source
@@ -189,7 +189,7 @@ stdenv.mkDerivation {
meta = {
homepage = "https://github.com/intel/llvm";
description = "Intel staging area for llvm.org contribution";
description = " Intel staging area for llvm.org contribution";
maintainers = with lib.maintainers.bsc; [ abonerib ];
platforms = lib.platforms.linux;
license = [