summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorEvili del Rio <evili.del.rio@gmail.com>2021-04-07 18:10:08 +0200
committerGitHub <noreply@github.com>2021-04-07 16:10:08 +0000
commit6c16f5c5d5634e25861355bd01687246b2315486 (patch)
treeb0e7bdc4faf0280454d24b01e8724a74c65756f9 /var
parentcfbb4abb799cae17d53ecb75f41ad3fc9bb2b722 (diff)
downloadspack-6c16f5c5d5634e25861355bd01687246b2315486.tar.gz
spack-6c16f5c5d5634e25861355bd01687246b2315486.tar.bz2
spack-6c16f5c5d5634e25861355bd01687246b2315486.tar.xz
spack-6c16f5c5d5634e25861355bd01687246b2315486.zip
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
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/py-py-spy/package.py1
1 files changed, 1 insertions, 0 deletions
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')