Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-01 | Removed FIXME comments from atlas | Kevin Brandstatter | 1 | -7/+0 | |
2015-02-26 | Merge branch 'develop' of github.com:kev40293/spack into develop | Kevin Brandstatter | 115 | -812/+4338 | |
2015-02-26 | Added packaging files for ATLAS with and without netlib's LAPACK | Kevin Brandstatter | 2 | -0/+107 | |
2015-02-24 | Last minute Qt bugfix. | Todd Gamblin | 1 | -4/+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 | 2 | -81/+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 | Update contributors list. | Todd Gamblin | 1 | -2/+4 | |
2015-02-18 | Merge pull request #19 from psaravan/develop | Todd Gamblin | 1 | -0/+28 | |
Added netcdf package support. | |||||
2015-02-18 | Added netcdf package support. | Saravan Pantham | 1 | -0/+28 | |
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 | 5 | -53/+54 | |
2015-02-18 | Resurrect combined qt4/5 package from b7dacb | Todd Gamblin | 1 | -36/+41 | |
2015-02-18 | Merge branch 'develop' of ssh://cz-stash.llnl.gov:7999/scale/spack into develop | Gregory L. Lee | 4 | -22/+40 | |
2015-02-18 | fixed deps for python packages | Gregory L. Lee | 2 | -0/+2 | |
2015-02-18 | llvm/clang version bump | Todd Gamblin | 2 | -11/+8 | |
2015-02-18 | Downgrade standard version of ImageMagick to a non-changing URL. | Todd Gamblin | 1 | -5/+19 | |
- bleeding edge still available but commented by default. | |||||
2015-02-18 | Suppress download status meter when routing I/O to a file. | Todd Gamblin | 1 | -6/+13 | |
2015-02-17 | fixed install steps for version 4 | Gregory L. Lee | 1 | -19/+36 | |
2015-02-17 | Merge branch 'features/memaxes' into develop | Todd Gamblin | 24 | -8/+384 | |
Conflicts: var/spack/packages/libpng/package.py | |||||
2015-02-17 | take out dyninst 8.2 for now. | Todd Gamblin | 1 | -3/+4 | |
- doesn't build correctly with boost 1.55 | |||||
2015-02-17 | Merge branch 'features/python-modules' into develop | Todd Gamblin | 69 | -111/+2302 | |
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 | Ignore conflicting nose tests in py-nose and py-matplotlib. | Todd Gamblin | 2 | -2/+3 | |
2015-02-17 | Factor ignore logic into a predicate builder. | Todd Gamblin | 2 | -14/+42 | |
2015-02-16 | More py-setuptools dependencies added. | Todd Gamblin | 5 | -2/+6 | |
2015-02-16 | Add package-specific rpath back to shiboken and pyside. | Todd Gamblin | 2 | -4/+16 | |
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 | 4 | -4/+15 | |
spack deactivate -f will unlink even if Spack thinks the package isn't enabled. Made deactivate routines idempotent. | |||||
2015-02-15 | Python package cleanup. | Todd Gamblin | 6 | -3/+32 | |
- Added a number of dependencies to python packages. - Python packages may still not build without some OS support. - Example: Numpy needs ATLAS, and will use a system ATLAS install. - Atlas requires turning off CPU throttling to build. - can't do this as a regular user -- how to build ATLAS with Spack - currnetly relying on a system ATLAS install. | |||||
2015-02-15 | Add libxslt, cleanup libxml2. | Todd Gamblin | 2 | -0/+27 | |
2015-02-15 | libgcrypt and libgpg-error packages. | Todd Gamblin | 2 | -0/+36 | |
2015-02-15 | qhull package. | Todd Gamblin | 1 | -0/+27 | |
2015-02-15 | Add Tcl/Tk packages. | Todd Gamblin | 2 | -0/+44 | |
2015-02-15 | Add R package. | Todd Gamblin | 1 | -0/+33 | |
2015-02-15 | Rename py-pyqt4 to py-pyqt. | Todd Gamblin | 2 | -4/+7 | |
2015-02-15 | Better time output on build completion. | Todd Gamblin | 2 | -7/+22 | |
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 | py-sip installs properly into a prefix | Todd Gamblin | 2 | -3/+14 | |
2015-02-15 | Better extension activation/deactivation | Todd Gamblin | 4 | -56/+133 | |
2015-02-15 | installed_extensions_for no longer fails when nothing known about pkg | Todd Gamblin | 1 | -2/+9 | |