mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 06:00:33 +03:00
llvmPackages_{12,13,14,15,16,17,18,19,20,git}.libclc: move into libclc directory
This commit is contained in:
parent
464d1bd94a
commit
3d9f74651d
2 changed files with 2 additions and 2 deletions
|
@ -468,7 +468,7 @@ let
|
||||||
}
|
}
|
||||||
// lib.optionalAttrs (lib.versionAtLeast metadata.release_version "16") {
|
// lib.optionalAttrs (lib.versionAtLeast metadata.release_version "16") {
|
||||||
mlir = callPackage ./mlir { };
|
mlir = callPackage ./mlir { };
|
||||||
libclc = callPackage ./libclc.nix { };
|
libclc = callPackage ./libclc { };
|
||||||
}
|
}
|
||||||
// lib.optionalAttrs (lib.versionAtLeast metadata.release_version "19") {
|
// lib.optionalAttrs (lib.versionAtLeast metadata.release_version "19") {
|
||||||
bolt = callPackage ./bolt {
|
bolt = callPackage ./bolt {
|
||||||
|
|
|
@ -50,7 +50,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
];
|
];
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
[ ./libclc/libclc-gnu-install-dirs.patch ]
|
[ ./libclc-gnu-install-dirs.patch ]
|
||||||
# LLVM 19 changes how host tools are looked up.
|
# LLVM 19 changes how host tools are looked up.
|
||||||
# Need to remove NO_DEFAULT_PATH and the PATHS arguments for find_program
|
# Need to remove NO_DEFAULT_PATH and the PATHS arguments for find_program
|
||||||
# so CMake can actually find the tools in nativeBuildInputs.
|
# so CMake can actually find the tools in nativeBuildInputs.
|
Loading…
Add table
Add a link
Reference in a new issue