From 6c16f5c5d5634e25861355bd01687246b2315486 Mon Sep 17 00:00:00 2001 From: Evili del Rio Date: Wed, 7 Apr 2021 18:10:08 +0200 Subject: Py py spy add libunwind 1 (#22827) * Add missing libunwarp dependency py-py-spy fails to build with: = note: /bin/ld: cannot find -lunwind /bin/ld: cannot find -lunwind-ptrace /bin/ld: cannot find -lunwind-x86_64 collect2: error: ld returned 1 exit status * Correct libunwind instead of libunwarp * Change libunwind dependency to unwind --- var/spack/repos/builtin/packages/py-py-spy/package.py | 1 + 1 file changed, 1 insertion(+) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/py-py-spy/package.py b/var/spack/repos/builtin/packages/py-py-spy/package.py index ec11a6a7ee..f7c048af10 100644 --- a/var/spack/repos/builtin/packages/py-py-spy/package.py +++ b/var/spack/repos/builtin/packages/py-py-spy/package.py @@ -17,3 +17,4 @@ class PyPySpy(PythonPackage): # Need to figure out how to manage these with Spack once we have a # CargoPackage base class. depends_on('rust', type='build') + depends_on('unwind') -- cgit v1.2.3-70-g09d2