Require libunwind

This commit is contained in:
Erik Schnetter 2016-01-08 22:33:55 -05:00
parent 0c9acb0f62
commit 3d7e7c53c5

View File

@ -33,6 +33,8 @@ class Gperftools(Package):
version('2.4', '2171cea3bbe053036fb5d5d25176a160', url="https://github.com/gperftools/gperftools/releases/download/gperftools-2.4/gperftools-2.4.tar.gz")
version('2.3', 'f54dd119f0e46ac1f13264f8d97adf90', url="https://googledrive.com/host/0B6NtGsLhIcf7MWxMMF9JdTN3UVk/gperftools-2.3.tar.gz")
depends_on("libunwind")
def install(self, spec, prefix):
configure("--prefix=" + prefix)
make()