summaryrefslogtreecommitdiff
path: root/var/spack/packages/tau/package.py
AgeCommit message (Collapse)AuthorFilesLines
2015-11-26New, cleaner package repository structure.Todd Gamblin1-36/+0
Package repositories now look like this: top-level-dir/ repo.yaml packages/ libelf/ package.py mpich/ package.py ... This leaves room at the top level for additional metadata, source, per-repo configs, indexes, etc., and it makes it easy to see that something is a spack repo (just look for repo.yaml and packages).
2014-08-20Remove development TAU version from package.Todd Gamblin1-3/+1
2014-08-11update tau tarballTodd Gamblin1-1/+1
2014-08-11new prototype TAU tarball from KevinTodd Gamblin1-2/+2
2014-08-11Add Kevin's experimental TAU versionTodd Gamblin1-1/+2
2014-07-30Allow per-version URLs instead of one single URL per package.Todd Gamblin1-1/+2
2014-07-08Adding dotkit support to TAU.Todd Gamblin1-0/+16
- New spack.hooks package - contains modules with pre and post install hooks - New dotkit hook module - generates/removes dotkits on install/uninstall - New spack use, spack unuse commands - use same syntax as install/uninstall - New setup-env.bash script - Sets up path, dotkit support - new spack dotkit command - used by script to parse specs, generate specs of installed pckages for dotkit file names
2014-07-02Add TAU package and routines to filter files, fix sed calls.Todd Gamblin1-0/+20
- TAU doesn't install to directories with '@' in the name. - Need to fix up its scripts. - routines to filter files as sed would, but using python regular expressions. - TAU package uses this.