Skip to content
Snippets Groups Projects
Commit 2a0e3387 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Add PSAPI

parent d08c0703
No related branches found
No related tags found
No related merge requests found
from spack import *
class Psapi(Package):
"""PSAPI is a library and a tool for collecting sampled memory
performance data to view with MemAxes"""
homepage = "https://github.com/scalability-llnl/PSAPI"
url = "http://www.example.com/memaxes-psapi-1.0.tar.gz"
version('0.5', git='https://github.com/scalability-llnl/PSAPI.git', tag='v0.5')
depends_on('dyninst')
def install(self, spec, prefix):
with working_dir('spack-build', create=True):
cmake('..', *std_cmake_args)
make()
make("install")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment