Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-13 | Merge branch 'features/dep-graph' into develop | Todd Gamblin | 10 | -55/+655 | |
2015-01-13 | Merge branch 'develop' of github.com:scalability-llnl/spack into develop | Todd Gamblin | 3 | -0/+98 | |
2015-01-13 | Add list_url for ompss | Todd Gamblin | 1 | -2/+2 | |
2015-01-12 | Merge pull request #26 in SCALE/spack from ~JAULMES1/spack:develop to develop | George Todd Gamblin | 2 | -17/+18 | |
# By Luc Jaulmes # Via Luc Jaulmes * commit '844c0838487529c0f2edc6f09e6ef86f12364716': Updated versions in OmpSs and Extrae, which resolves version-dependency problems with MPI | |||||
2015-01-12 | Updated versions in OmpSs and Extrae, which resolves version-dependency ↵ | Luc Jaulmes | 2 | -17/+18 | |
problems with MPI | |||||
2015-01-10 | Fix bug when all deps are back edges. | Todd Gamblin | 1 | -3/+6 | |
- Happened with the graph for SAMRAI | |||||
2015-01-10 | Fix bug in STAT graph | Todd Gamblin | 1 | -13/+19 | |
2015-01-08 | Merge pull request #10 from justintoo/rose | Todd Gamblin | 3 | -0/+98 | |
Add Packages for ROSE and JDK | |||||
2015-01-07 | (Package) Add ROSE compiler package | Justin Too | 2 | -0/+52 | |
2015-01-07 | (Package) Add Oracle JDK package | Justin Too | 1 | -0/+46 | |
2015-01-05 | Allow commands to return error codes. | Todd Gamblin | 3 | -1/+15 | |
2015-01-04 | Expansion works properly, simplified graph code. | Todd Gamblin | 2 | -90/+148 | |
2015-01-03 | bugfix for dot graphs of virtual packages. | Todd Gamblin | 2 | -11/+17 | |
2015-01-03 | Factor graph code out into its own module, rework spack graph. | Todd Gamblin | 6 | -317/+509 | |
2014-12-31 | Color graph edges. | Todd Gamblin | 1 | -21/+42 | |
2014-12-30 | Pipelining back edges works, saves more space. | Todd Gamblin | 1 | -42/+71 | |
2014-12-29 | Reduce number of immediate expand/contracts. | Todd Gamblin | 1 | -9/+21 | |
2014-12-29 | More compact graphs: do back edges before forward expansion. | Todd Gamblin | 1 | -46/+80 | |
2014-12-29 | Spec graph works without color. | Todd Gamblin | 2 | -19/+12 | |
2014-12-29 | Fix ColorStream | Todd Gamblin | 2 | -10/+14 | |
2014-12-29 | Partially wroking ASCII dependency graph. | Todd Gamblin | 2 | -1/+187 | |
2014-12-26 | spack graph allows plotting specific packages. | Todd Gamblin | 4 | -12/+54 | |
2014-12-26 | Git package. | Todd Gamblin | 1 | -0/+27 | |
2014-12-25 | Fix lack of sorting in version concretization. | Todd Gamblin | 1 | -2/+3 | |
2014-12-25 | Fix SPINDLE and SCR download URLs. | Todd Gamblin | 2 | -2/+2 | |
2014-12-25 | Merge branch 'features/qt' into develop | Todd Gamblin | 30 | -10/+583 | |
2014-12-25 | URLFetchStrategy now contains exploding tarballs. | Todd Gamblin | 1 | -1/+19 | |
2014-12-25 | Fix up bzip2 install | Todd Gamblin | 3 | -1/+25 | |
2014-12-25 | Qt4 builds successfully with proper RPATHs. | Todd Gamblin | 17 | -5/+300 | |
2014-12-25 | Clearer code in filter_file. | Todd Gamblin | 1 | -2/+5 | |
2014-12-25 | spack env command | Todd Gamblin | 1 | -0/+69 | |
spack env allows regular commands to be run with a spack build environment. It also displays the spack build environment for a package. | |||||
2014-12-25 | Add patch function to Package, so that packages can define custom patch ↵ | Todd Gamblin | 2 | -5/+18 | |
functions. | |||||
2014-12-23 | Print out fetch, build, and total time for builds. | Todd Gamblin | 1 | -1/+15 | |
2014-12-23 | Updates for Qt dependencies | Todd Gamblin | 5 | -2/+41 | |
2014-12-23 | gnutls, nettle, wget, dbus | Todd Gamblin | 5 | -26/+69 | |
2014-12-23 | Initial versions of Qt and some dependencies. | Todd Gamblin | 3 | -0/+73 | |
2014-12-22 | Merge branch 'features/better-mirror-support' into develop | Todd Gamblin | 3 | -11/+27 | |
2014-12-22 | Tweak extrae indentation. | Todd Gamblin | 1 | -1/+9 | |
2014-12-22 | Merge branch 'features/gperftools' into develop | Todd Gamblin | 1 | -0/+38 | |
2014-12-19 | Fix for SPACK-50 | Todd Gamblin | 1 | -1/+2 | |
Bad format string in version check. | |||||
2014-12-18 | Merge branch 'bugfix/load-hooks-fix' into develop | Todd Gamblin | 4 | -9/+24 | |
2014-12-18 | Fix for SPACK-49. | Todd Gamblin | 2 | -2/+5 | |
- name conflict in imp.load_source caused this to fail. - Python modules loaded by imp have unique names now. | |||||
2014-12-18 | Allow fake installations (just make the directory). | Todd Gamblin | 2 | -7/+19 | |
- Use for debugging. | |||||
2014-12-18 | add gperftools (tcmalloc and friends) | Adam Moody | 1 | -0/+38 | |
2014-12-15 | Partial fix for SPACK-48. | Todd Gamblin | 3 | -16/+21 | |
- Try to accommodate packages that have grown dependencies better. - This will only get fully fixed when optional dependencies are supported and some extra functionality is added to the spec syntax. | |||||
2014-12-12 | Better mirror path calculation. | Todd Gamblin | 3 | -11/+27 | |
- Add support in spack.url for extrapolating actual file type for URL - Move mirror path computation to mirror.py from package.py | |||||
2014-12-12 | Handle cases where tarball is in the URL query string. | Todd Gamblin | 4 | -31/+76 | |
2014-12-09 | Add support for URLs with query strings | Todd Gamblin | 1 | -1/+25 | |
- support tarballs from raw github URLs | |||||
2014-12-08 | Bugfix in create and checksum | Todd Gamblin | 2 | -20/+20 | |
2014-12-05 | Merge branch 'bugfix/ncurses-pkgconfig' into develop | Todd Gamblin | 1 | -1/+1 | |
Fixes #7 on github. |