Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-14 | Fix for GitHub #30 and SPACK-70. | Todd Gamblin | 1 | -7/+42 | |
2015-04-14 | documentation updates | Todd Gamblin | 3 | -47/+57 | |
2015-04-07 | Allow spack install -j to throttle make jobs. | Todd Gamblin | 3 | -16/+39 | |
2015-03-27 | Merge pull request #23 from mplegendre/rpath_cleanup | Todd Gamblin | 2 | -1/+5 | |
Only convert -L<path> to -Wl,-rpath,<path> in compiler scripts if <path>... | |||||
2015-03-27 | Only convert -L<path> to -Wl,-rpath,<path> in compiler scripts if <path> ↵ | Matthew LeGendre | 2 | -1/+5 | |
points into the spack install area This specifically fixes problems with building gcc, as build and system directories were turning in in gcc library rpaths. | |||||
2015-03-24 | Add some options to spec command. | Todd Gamblin | 1 | -3/+10 | |
2015-03-15 | Add google analytics to docs. | Todd Gamblin | 1 | -0/+11 | |
2015-03-12 | SPACK-18: simpler build error messages | Todd Gamblin | 1 | -8/+24 | |
Suppress python stack trace on build error UNLESS in debug mode (spack -d). Now spack shows errors with a single red arrow, and it's easier to find the actual build output. | |||||
2015-03-12 | Remove superfluous env scripts (avoid specifically named ones). | Todd Gamblin | 4 | -4/+0 | |
2015-03-12 | Add install_tree, force_symlink helper functions. | Todd Gamblin | 3 | -103/+125 | |
2015-02-25 | Minor doc tweak. | Todd Gamblin | 1 | -2/+3 | |
2015-02-24 | Spell check docs | Todd Gamblin | 5 | -48/+48 | |
2015-02-24 | SPACK-62: fix for site docs. | Todd Gamblin | 1 | -1/+51 | |
2015-02-24 | SPACK-59: Documentation updates, bugfix in fetching. | Todd Gamblin | 14 | -224/+585 | |
2015-02-23 | Merge remote-tracking branch 'origin/features/SPACK-46' into develop | Todd Gamblin | 4 | -30/+35 | |
Conflicts: lib/spack/docs/packaging_guide.rst | |||||
2015-02-23 | Update packaging documentataion. | Todd Gamblin | 1 | -79/+156 | |
2015-02-23 | Fix SPACK-60: 0.8.15 basic docs. | Todd Gamblin | 3 | -209/+583 | |
2015-02-23 | Same package add icon on mac and linux. | Todd Gamblin | 1 | -6/+2 | |
2015-02-23 | Add an override to colify so we can set terminal dimensions. | Todd Gamblin | 2 | -3/+10 | |
2015-02-18 | Convert ValueErrors to SpackError subclass. | Todd Gamblin | 1 | -4/+5 | |
2015-02-18 | Fix for SPACK-62 | Todd Gamblin | 2 | -0/+7 | |
- deactivate -a errors if arg is not activated - deactivate -af does not. | |||||
2015-02-18 | uninstall -f ignores nonexisting packages. | Todd Gamblin | 1 | -0/+1 | |
2015-02-18 | Update documentation to reflect new restage/clean behavior. | Todd Gamblin | 1 | -21/+19 | |
2015-02-18 | docs autodetect version. | Todd Gamblin | 3 | -9/+16 | |
2015-02-18 | Fix for SPACK-46: cleanup spack clean, spack restage. | Todd Gamblin | 3 | -42/+54 | |
2015-02-18 | Suppress download status meter when routing I/O to a file. | Todd Gamblin | 1 | -6/+13 | |
2015-02-17 | Merge branch 'features/memaxes' into develop | Todd Gamblin | 2 | -0/+15 | |
Conflicts: var/spack/packages/libpng/package.py | |||||
2015-02-17 | Better activate/deactivate logic. | Todd Gamblin | 6 | -19/+95 | |
spack activate - now activates dependency extensions - ensures dependencies are activated in the python installation. - -f/--force option still allows the old activate behavior. spack deactivate - checks for dependents before deactivating (like uninstall) - deactivate -a/--all <extension> will deactviate a package and ALL of its dependency extensions. - deactivate -a/--all <extendee> activates all extensions of <extendee> e.g.: spack deactivate -a python - deactivate -f/--force option allows removing regardless of dependents. - deactivate -f can be run EVEN if a package is not activated. - allows for clenup of activations gone wrong. | |||||
2015-02-17 | Factor ignore logic into a predicate builder. | Todd Gamblin | 1 | -0/+31 | |
2015-02-16 | Factor out forking logic to build_environment.py. | Todd Gamblin | 2 | -32/+63 | |
2015-02-16 | Allow forced deactivation -- best effort unlinking | Todd Gamblin | 3 | -2/+12 | |
spack deactivate -f will unlink even if Spack thinks the package isn't enabled. Made deactivate routines idempotent. | |||||
2015-02-15 | Better time output on build completion. | Todd Gamblin | 1 | -2/+14 | |
2015-02-15 | Memoize all_specs() and exists() for better performance. | Todd Gamblin | 2 | -2/+10 | |
- Real bottleneck is calling normalize() for every spec when we read it. - Need to store graph information in spec files to avoid the need for this. - Also, normalizing old specs isn't always possible, so we need to do this anyway. | |||||
2015-02-15 | Better extension activation/deactivation | Todd Gamblin | 3 | -48/+125 | |
2015-02-15 | installed_extensions_for no longer fails when nothing known about pkg | Todd Gamblin | 1 | -2/+9 | |
2015-02-12 | Merge branch 'features/python-modules' into features/memaxes | Todd Gamblin | 6 | -19/+35 | |
Conflicts: var/spack/packages/qt/package.py | |||||
2015-02-08 | "spack extensions" shows total extension count. | Todd Gamblin | 1 | -1/+2 | |
2015-02-08 | Move dpeendency environment setup to build_environemnt. | Todd Gamblin | 2 | -5/+5 | |
2015-02-08 | import fix in cmd/clean | Todd Gamblin | 1 | -0/+1 | |
2015-02-08 | setup_extension_environment is now setup_dependent_environment. | Todd Gamblin | 1 | -6/+8 | |
- other packages, like Qt, can now use this to set up relevant build variables and env vars for their dependencies. - not just extensions anymore. | |||||
2015-02-08 | Minor textual error in extensions command. | Todd Gamblin | 1 | -1/+1 | |
2015-02-08 | directory_layout now raises an error when an install fails. | Todd Gamblin | 1 | -2/+18 | |
2015-02-06 | merge with python-modules | Alfredo Gimenez | 22 | -86/+1096 | |
2015-02-04 | Do not automatically activate extensions on install. | Todd Gamblin | 1 | -6/+2 | |
2015-02-04 | Bugfix in spak extensions | Todd Gamblin | 1 | -2/+2 | |
2015-02-02 | More information in extensions command. | Todd Gamblin | 2 | -9/+36 | |
2015-02-02 | Add extensions command. | Todd Gamblin | 6 | -7/+26 | |
2015-02-02 | Fixed dumb link_tree bug, added test for link tree. | Todd Gamblin | 4 | -87/+274 | |
2015-02-02 | Add "spack extensions" command to list activated extensions. | Todd Gamblin | 2 | -27/+117 | |
2015-02-02 | Fix for install sanity check -- don't count hidden dir layout files. | Todd Gamblin | 1 | -4/+10 | |