Skip to content
Snippets Groups Projects
Commit 6a496ef6 authored by Alfredo Gimenez's avatar Alfredo Gimenez
Browse files

PSAPI v0.6 -> Mitos v0.7

parent e97db785
Branches
Tags
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.6', git='https://github.com/scalability-llnl/PSAPI.git', tag='v0.6') 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.
Please register or to comment