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

Merge pull request #15 from ch4i/features/memaxes

Mitos package
parents 51ed0d3f 6a496ef6
No related branches found
No related tags found
No related merge requests found
from spack import * from spack import *
class Psapi(Package): class Mitos(Package):
"""PSAPI is a library and a tool for collecting sampled memory """Mitos is a library and a tool for collecting sampled memory
performance data to view with MemAxes""" performance data to view with MemAxes"""
homepage = "https://github.com/scalability-llnl/PSAPI" homepage = "https://github.com/scalability-llnl/Mitos"
url = "http://www.example.com/memaxes-psapi-1.0.tar.gz" url = "https://github.com/scalability-llnl/Mitos"
version('0.5', git='https://github.com/scalability-llnl/PSAPI.git', tag='v0.5') version('0.7', git='https://github.com/scalability-llnl/Mitos.git', tag='v0.7')
depends_on('dyninst') depends_on('dyninst')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment