From cfd4e356f83bae6f248288e65eacbef826b240d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Lacroix?= Date: Thu, 21 Mar 2024 23:20:00 +0100 Subject: [PATCH] x264: Tag a recent commit: 20240314 (#43304) x264 does not publish releases so tag a newer commit in Spack in order to be able to use an up-to-date version. --- var/spack/repos/builtin/packages/x264/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/var/spack/repos/builtin/packages/x264/package.py b/var/spack/repos/builtin/packages/x264/package.py index 5bd179b8e81..086c83f4500 100644 --- a/var/spack/repos/builtin/packages/x264/package.py +++ b/var/spack/repos/builtin/packages/x264/package.py @@ -13,6 +13,7 @@ class X264(AutotoolsPackage): license("GPL-2.0-or-later") + version("20240314", commit="585e01997f0c7e6d72c8ca466406d955c07de912") version("20210613", commit="5db6aa6cab1b146e07b60cc1736a01f21da01154") depends_on("nasm")