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
This commit is contained in:
parent
cfbb4abb79
commit
6c16f5c5d5
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user