summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
2014-10-04Added test for Mercurial fetching.Todd Gamblin2-1/+11
2014-10-03Add Mercurial fetch strategy and lwm2.Todd Gamblin1-0/+18
2014-10-03add tests for svn fetching.Todd Gamblin1-0/+10
2014-10-03Add test case for git fetching.Todd Gamblin1-0/+10
2014-10-03Callpath build works when a tag is fetched from git.Todd Gamblin1-0/+2
2014-09-23Added SWIG package.Todd Gamblin1-0/+44
2014-09-18Merge branch 'features/llvm' into developTodd Gamblin3-0/+143
- merging parts of LLVM that can be built now. - need to wait for standalone builds for some of the others.
2014-09-18Better C++11 support, remove non-standalone llvm-compiler-rt.Todd Gamblin4-61/+4
- LLVM non-standalone add-ons are difficult to build outside LLVM. - May have to wait for future versions of LLVM to build some of these
2014-09-18Merge branch 'features/fileutils-deps' into developTodd Gamblin5-4/+154
2014-09-18Take fileutils out and just merge the deps into develop.Todd Gamblin1-22/+0
2014-09-18Fileutils successfully finds libarchive; can't find dtcmp despite config arg.Todd Gamblin1-2/+2
2014-09-17update libcircle to download tarball from github/hpcAdam Moody1-2/+2
2014-09-17Merge branch 'features/scorep-packages' into developTodd Gamblin5-0/+312
2014-09-17Add Score-P 1.3 release. Works for gcc, still some issues with Intel builds.David Boehme4-13/+86
2014-09-17added mpileaks (finally!)Adam Moody1-3/+10
2014-09-16Merge branch 'develop' into features/fileutilsTodd Gamblin8-4/+175
Conflicts: lib/spack/spack/packages.py
2014-09-16Some fixups for Adam's callpath and adept-utils packages.Todd Gamblin2-7/+9
- Make spack packages RPATH *ALL* dependencies (i.e. the whole tree) - prevents callpath link from finding wrong libelf -- always uses the one dyninst used.
2014-09-16add adeptutils and callpath packagesAdam Moody2-3/+49
2014-09-05Remove examples from default STAT build to avoid MPI dependence.Todd Gamblin1-0/+1
2014-08-21Merge branch 'features/postgresql' into developTodd Gamblin3-1/+46
- add spack cd command. - Fix bug in modules hook Conflicts: lib/spack/spack/cmd/stage.py lib/spack/spack/hooks/dotkit.py share/spack/setup-env.bash
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-08-11Add package for openssl, have postgres use it.Todd Gamblin2-4/+30
- Updated version wildcard to include [a-z]|alpha|beta to accommodate all the letter suffixes on openssl.
2014-08-11Package for postgresql.Todd Gamblin1-0/+24
2014-08-04Partial commit of more packages.Todd Gamblin4-8/+160
2014-08-04Added LLVM packageDavid Beckingsale1-0/+48
2014-08-04Fix up versions to match new version format, minor formatting.Todd Gamblin5-17/+14
2014-08-04adding libarchiveAdam Moody1-0/+15
2014-08-04add libcircle packageAdam Moody1-0/+22
2014-08-04fileutils packageAdam Moody1-0/+23
2014-08-04adding dtcmp packageAdam Moody1-0/+20
2014-08-04add lwgrp packageAdam Moody1-0/+17
2014-08-04add mvapich2 package to handle different compilers and variantsAdam Moody1-4/+82
2014-08-03Fix up Matt's openss packages.Todd Gamblin2-1/+7
2014-08-01Fix cube compiler configurationDavid Boehme1-8/+31
2014-08-01Add sqlite to spackMatthew LeGendre1-0/+35
2014-08-01Add libmonitor to spack. Still needs svn support for checkoutMatthew LeGendre1-0/+36
2014-08-01Improve compiler configuration in otf2 packageDavid Boehme1-8/+38
2014-08-01Got version 1.2.1 building, but 1.3 and onwards are different.Todd Gamblin1-10/+16
2014-07-31Add Score-P packages.David Boehme5-0/+180
2014-07-31Converting Luc's packages to the new version format.Todd Gamblin7-22/+63
2014-07-31Addind missing dependency nanos->extrae necessary for tracesLuc Jaulmes1-1/+2
2014-07-31Added Paraver and dependencies, restricted Extrae to OpenMPI 1.6Luc Jaulmes5-3/+80
2014-07-31Adding Extrae and OmpSs with some of their dependencies, hwloc and PAPI.Luc Jaulmes5-12/+82
Extrae does not compile for latest versions of any MPI implementation.
2014-07-31first try for ompss build scriptLuc Jaulmes1-0/+41
2014-07-30Allow per-version URLs instead of one single URL per package.Todd Gamblin37-128/+124
2014-07-09Fix Jeff Keasler's issues and add parmetis package.v0.8Todd Gamblin1-0/+26
2014-07-09Fix for SPACK-35: Fortran not working properlyTodd Gamblin1-1/+3
- Spack needed symlinks in env for fortran compilers. - 'fc' is a bash bulitin, so can't use it for fortran compiler. - switched to 'f90' for this. - mpich 3 builds with fortran now. - enabled shared libs in mpich package