Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-23 | Modify MPI installs to work without fortran. | Todd Gamblin | 3 | -15/+35 | |
2014-09-19 | First version of AutomaDeD package. | Todd Gamblin | 1 | -0/+51 | |
2014-09-19 | Change git URL to https URL in all docs. | Todd Gamblin | 3 | -3/+3 | |
2014-09-19 | Fix for bug in create introduced by LLVM merge. | Todd Gamblin | 1 | -13/+14 | |
2014-09-18 | Merge branch 'features/llvm' into develop | Todd Gamblin | 11 | -28/+225 | |
- merging parts of LLVM that can be built now. - need to wait for standalone builds for some of the others. | |||||
2014-09-18 | Better C++11 support, remove non-standalone llvm-compiler-rt. | Todd Gamblin | 10 | -62/+161 | |
- 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-18 | Merge branch 'features/fileutils-deps' into develop | Todd Gamblin | 8 | -7/+177 | |
2014-09-18 | Take fileutils out and just merge the deps into develop. | Todd Gamblin | 1 | -22/+0 | |
2014-09-18 | Fileutils successfully finds libarchive; can't find dtcmp despite config arg. | Todd Gamblin | 1 | -2/+2 | |
2014-09-18 | Support for pkg-config. | Todd Gamblin | 1 | -1/+9 | |
2014-09-17 | update libcircle to download tarball from github/hpc | Adam Moody | 1 | -2/+2 | |
2014-09-17 | Add command to show packages added in particular git revisions. | Todd Gamblin | 1 | -0/+124 | |
spack pkg list [rev] list packages for revision. spack pkg diff [rev1] [rev2] diff bt/w packages in rev1 and rev2 spack pkg added [rev1] [rev2] pkgs added since rev1 spack pkg removed [rev1] [rev2] pkgs removed since rev2 | |||||
2014-09-17 | Add command to show packages added in particular git revisions. | Todd Gamblin | 1 | -0/+124 | |
spack pkg list [rev] list packages for revision. spack pkg diff [rev1] [rev2] diff bt/w packages in rev1 and rev2 spack pkg added [rev1] [rev2] pkgs added since rev1 spack pkg removed [rev1] [rev2] pkgs removed since rev2 | |||||
2014-09-17 | Merge branch 'features/scorep-packages' into develop | Todd Gamblin | 5 | -0/+312 | |
2014-09-17 | Add Score-P 1.3 release. Works for gcc, still some issues with Intel builds. | David Boehme | 4 | -13/+86 | |
2014-09-17 | added mpileaks (finally!) | Adam Moody | 1 | -3/+10 | |
2014-09-16 | Merge branch 'develop' into features/fileutils | Todd Gamblin | 74 | -692/+5151 | |
Conflicts: lib/spack/spack/packages.py | |||||
2014-09-16 | Merge branch 'features/callpath' into develop | Todd Gamblin | 5 | -6/+54 | |
2014-09-16 | Some fixups for Adam's callpath and adept-utils packages. | Todd Gamblin | 5 | -10/+12 | |
- 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-16 | add adeptutils and callpath packages | Adam Moody | 2 | -3/+49 | |
2014-09-05 | Remove examples from default STAT build to avoid MPI dependence. | Todd Gamblin | 1 | -0/+1 | |
2014-08-22 | Merge pull request #23 in SCALE/spack from features/cmake-prefix-path to develop | George Todd Gamblin | 1 | -0/+4 | |
# By David Beckingsale # Via Todd Gamblin * commit '42ca6c8bfc2b7598acd880a013f7898db5245004': Add dependency prefixes to CMAKE_PREFIX_PATH | |||||
2014-08-22 | Add dependency prefixes to CMAKE_PREFIX_PATH | David Beckingsale | 1 | -0/+4 | |
2014-08-22 | Add spack cd and spack location commands. | Todd Gamblin | 9 | -73/+186 | |
- Better shell support for cd'ing into directories - Fix some csh weirdness with nested aliases. | |||||
2014-08-21 | Merge branch 'features/postgresql' into develop | Todd Gamblin | 8 | -27/+115 | |
- 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-20 | Remove development TAU version from package. | Todd Gamblin | 1 | -3/+1 | |
2014-08-20 | Make EnvModule class use spec instead of package, fix using module of ↵ | Todd Gamblin | 4 | -27/+28 | |
non-present package. - Using the spec doesn't require the package to be there. - Restore ability to use non-present packages (which was broken) | |||||
2014-08-20 | Merge branch 'features/python-2.6-compatibility' into develop | Todd Gamblin | 44 | -187/+3375 | |
- Changed 'import argparse' to 'from external import argparse' in conflicts. Conflicts: lib/spack/spack/cmd/dotkit.py lib/spack/spack/cmd/unuse.py lib/spack/spack/cmd/use.py | |||||
2014-08-18 | Merge pull request #19 in SCALE/spack from features/modules to develop | George Todd Gamblin | 18 | -305/+824 | |
# By Todd Gamblin (4) and David Beckingsale (2) # Via Todd Gamblin * commit 'b601fd08caf21b5fc11e6998a5ebd20a04ac57ad': Bugfixes for csh environment modules. Bugfixes, more consolidation of modules code. Add csh/tcsh support for modules Consolidate most module code into spack.modules and spack.cmd.module Fixed up module support Added inital module support | |||||
2014-08-17 | Bugfixes for csh environment modules. | Todd Gamblin | 5 | -30/+81 | |
2014-08-16 | Bugfixes, more consolidation of modules code. | Todd Gamblin | 4 | -21/+50 | |
- specific module classes use __metaclass__ to register themselves. - bugfixes in module writing. | |||||
2014-08-16 | Add csh/tcsh support for modules | Todd Gamblin | 4 | -0/+141 | |
- csh scripting is a GIANT pain in the ass - hopefully the thin script layer doesn't get much more complex. | |||||
2014-08-16 | Consolidate most module code into spack.modules and spack.cmd.module | Todd Gamblin | 13 | -461/+348 | |
- One file with all the module classes (spack/modules.py) - Has an EnvModule superclass that does most of the work and consolidates common code - Subclasses have specializations for different module systems (TclModule, Dotkit) - One command (spack module) for all the types of modules to use - the one command is used by the scripts, only need to maintain in one place - has some subcommands for different module types, but they're handled mostly generically. - Consolidate zsh support into a single setup-env.sh script. | |||||
2014-08-11 | update tau tarball | Todd Gamblin | 1 | -1/+1 | |
2014-08-11 | new prototype TAU tarball from Kevin | Todd Gamblin | 1 | -2/+2 | |
2014-08-11 | Add Kevin's experimental TAU version | Todd Gamblin | 1 | -1/+2 | |
2014-08-11 | Add package for openssl, have postgres use it. | Todd Gamblin | 2 | -4/+30 | |
- Updated version wildcard to include [a-z]|alpha|beta to accommodate all the letter suffixes on openssl. | |||||
2014-08-11 | Add "spack cd" shell support to cd directly into the staged archive. | Todd Gamblin | 1 | -0/+4 | |
2014-08-11 | Add options to stage to make it just print out stage dir. | Todd Gamblin | 1 | -6/+36 | |
2014-08-11 | Package for postgresql. | Todd Gamblin | 1 | -0/+24 | |
2014-08-11 | Allow packages to add a dotkit() method and write custom parts of dotkits. | Todd Gamblin | 1 | -5/+27 | |
2014-08-11 | More robust symbol inclusion for 'from spack import *' | Todd Gamblin | 1 | -18/+23 | |
- avoid errors where some symbols aren't exported to packages. - reduce the number of places each symbol needs to be mentioned in an __all__ list | |||||
2014-08-10 | Test cases pass; Spack supports Python 2.6! | Todd Gamblin | 7 | -102/+104 | |
2014-08-10 | cc supports Python 2.6 | Todd Gamblin | 2 | -3/+4 | |
2014-08-10 | Get rid of Python 2.7 dict.viewkeys() call. | Todd Gamblin | 1 | -1/+1 | |
2014-08-10 | Remove dependency on Python2.7 OrderedDict, revise config parser | Todd Gamblin | 2 | -44/+284 | |
2014-08-10 | Add Python 2.7 functools.total_ordering to external modules. | Todd Gamblin | 3 | -1/+33 | |
- removing dependence on 2.7 - added it to pyqver2 ads well | |||||
2014-08-10 | Fix minor warning about Exception.message being deprecated. | Todd Gamblin | 1 | -1/+2 | |
2014-08-10 | Change dict comprehensions to dict() constructors. | Todd Gamblin | 4 | -4/+4 | |
2014-08-10 | Fix SPACK-27 & remove dependence on check_output | Todd Gamblin | 1 | -8/+17 | |
- subprocess.check_output is python 2.7 only - Spack checks for existence of requested prefix, creates it if it does not exist. |