summaryrefslogtreecommitdiff
path: root/var
AgeCommit message (Collapse)AuthorFilesLines
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
2014-07-08Adding dotkit support to TAU.Todd Gamblin2-0/+27
- 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.
2014-06-22Make tests use mock compiler configuration.Todd Gamblin2-0/+12
- makes sure tests don't fail on systems that don't have some compilers (e.g. clang). - more control over specific test cases for compilers.
2014-06-22Compiler support now uses configuration files.Todd Gamblin4-16/+0
- no more need for compiler python files. - Default compilers are found in user's environment and added to ~/.spackconfig automatically - User can add new compilers by editing configuration file
2014-06-22Adding per-compiler python filesTodd Gamblin4-0/+16
2014-06-22Initial ability to swap compilers.Todd Gamblin1-0/+2
Fixes SPACK-16 and forces compiler script to build using compiler wrappers. - works with gcc and clang on laptop.
2014-06-05Merge pull request #11 in SCALE/spack from features/tmux to developGeorge Todd Gamblin3-0/+76
# By David Beckingsale # Via David Beckingsale * commit 'e402a2e27cc2942a20916615c8eb06999c0320e6': Added tmux and supporting packages (ncurses and libevent)
2014-06-05Merge pull request #12 in SCALE/spack from features/samrai to developGeorge Todd Gamblin5-0/+130
# By David Beckingsale (1) and Todd Gamblin (1) # Via David Beckingsale * commit '2632bd97459e48404fe3fad0695219bf5bbb6f3f': Package builds and installs SAMRAI and deps with GNU and OpenMPI Preliminary SAMRAI package
2014-06-02Added package for vimDavid Beckingsale1-0/+34
2014-06-02Package builds and installs SAMRAI and deps with GNU and OpenMPIDavid Beckingsale5-22/+108
2014-05-30Added tmux and supporting packages (ncurses and libevent)David Beckingsale3-0/+76
2014-05-29Preliminary SAMRAI packageTodd Gamblin1-0/+44
2014-05-20added patch to STAT to find MPICXXGregory L. Lee2-0/+21
2014-05-07added mrnet-4.1.0 and stat-2.1.0Gregory L. Lee2-7/+2
2014-05-01Make mrnet depend on boost.Todd Gamblin1-2/+6
2014-05-01Merge branch 'features/launchmon' into developTodd Gamblin1-7/+6
2014-05-01Add Dong's 1.0.1 release URL to the launchmon package.Todd Gamblin1-6/+3
2014-04-29SPACK-25: Add package for boost. Works on Linux currently.Todd Gamblin2-0/+61
2014-04-15Starting to get launchmon working.Todd Gamblin1-5/+7
2014-04-14copy config header files to prefix/includeGregory L. Lee1-0/+6
2014-04-13Fix SPACK-21: stage names are too longTodd Gamblin1-13/+5
Stage names now hash dependencies like install prefixes.
2014-03-16Move packages and mock packages to /var/spackTodd Gamblin34-0/+1586