summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuriane R <48684432+aurianer@users.noreply.github.com>2023-11-16 10:04:46 +0100
committerGitHub <noreply@github.com>2023-11-16 10:04:46 +0100
commit495252f7f6f1e51842ccf37a44b8bf2c8ddb8950 (patch)
tree19c9987418793b14f68a1dcbebe12dd923ccf75d
parent66dea1d396a92f47e127d24fc4e67a8d9ff0c018 (diff)
downloadspack-495252f7f6f1e51842ccf37a44b8bf2c8ddb8950.tar.gz
spack-495252f7f6f1e51842ccf37a44b8bf2c8ddb8950.tar.bz2
spack-495252f7f6f1e51842ccf37a44b8bf2c8ddb8950.tar.xz
spack-495252f7f6f1e51842ccf37a44b8bf2c8ddb8950.zip
Add patch for libffi@3.4.4 since failing to install using clang@15 (#41083)
-rw-r--r--var/spack/repos/builtin/packages/libffi/package.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/libffi/package.py b/var/spack/repos/builtin/packages/libffi/package.py
index c67bd82ddd..d32400c3cf 100644
--- a/var/spack/repos/builtin/packages/libffi/package.py
+++ b/var/spack/repos/builtin/packages/libffi/package.py
@@ -32,6 +32,11 @@ class Libffi(AutotoolsPackage):
patch("clang-powerpc-3.2.1.patch", when="@3.2.1%clang platform=linux")
# ref.: https://github.com/libffi/libffi/pull/561
patch("powerpc-3.3.patch", when="@3.3")
+ patch(
+ "https://github.com/libffi/libffi/commit/ce077e5565366171aa1b4438749b0922fce887a4.patch?full_index=1",
+ sha256="070b1f3aa87f2b56f83aff38afc42157e1692bfaa580276ecdbad2048b818ed7",
+ when="@3.4.3:3.4.4",
+ )
@property
def headers(self):