We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71e459 commit 3b72d40Copy full SHA for 3b72d40
1 file changed
pkgs/development/compilers/halide/default.nix
@@ -15,13 +15,13 @@ assert blas.implementation == "openblas" && lapack.implementation == "openblas";
15
16
llvmPackages.stdenv.mkDerivation rec {
17
pname = "halide";
18
- version = "14.0.0";
+ version = "15.0.0";
19
20
src = fetchFromGitHub {
21
owner = "halide";
22
repo = "Halide";
23
rev = "v${version}";
24
- sha256 = "sha256-/7U2TBcpSAKeEyWncAbtW6Vk/cP+rp1CXtbIjvQMmZA=";
+ sha256 = "sha256-te9Yn/rmA0YSulnxXL/y5d8PFphjQPgZUDWHNn7oqMg=";
25
};
26
27
cmakeFlags = [ "-DWARNINGS_AS_ERRORS=OFF" "-DWITH_PYTHON_BINDINGS=OFF" "-DTARGET_WEBASSEMBLY=OFF" ];
0 commit comments