Loading pkgs/development/compilers/halide/default.nix→pkgs/by-name/ha/halide/package.nix +4 −1 Original line number Diff line number Diff line { stdenv, llvmPackages, llvmPackages_19, lib, fetchFromGitHub, cmake, Loading @@ -26,6 +26,9 @@ }: assert blas.implementation == "openblas" && lapack.implementation == "openblas"; let llvmPackages = llvmPackages_19; in stdenv.mkDerivation (finalAttrs: { pname = "halide"; Loading pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -2777,10 +2777,6 @@ with pkgs; haste-client = callPackage ../tools/misc/haste-client { }; halide = callPackage ../development/compilers/halide { llvmPackages = llvmPackages_19; }; hareThirdParty = recurseIntoAttrs (callPackage ./hare-third-party.nix { }); hdf5 = callPackage ../tools/misc/hdf5 { Loading Loading
pkgs/development/compilers/halide/default.nix→pkgs/by-name/ha/halide/package.nix +4 −1 Original line number Diff line number Diff line { stdenv, llvmPackages, llvmPackages_19, lib, fetchFromGitHub, cmake, Loading @@ -26,6 +26,9 @@ }: assert blas.implementation == "openblas" && lapack.implementation == "openblas"; let llvmPackages = llvmPackages_19; in stdenv.mkDerivation (finalAttrs: { pname = "halide"; Loading
pkgs/top-level/all-packages.nix +0 −4 Original line number Diff line number Diff line Loading @@ -2777,10 +2777,6 @@ with pkgs; haste-client = callPackage ../tools/misc/haste-client { }; halide = callPackage ../development/compilers/halide { llvmPackages = llvmPackages_19; }; hareThirdParty = recurseIntoAttrs (callPackage ./hare-third-party.nix { }); hdf5 = callPackage ../tools/misc/hdf5 { Loading