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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user