summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-03-24add mailing list links to READMETodd Gamblin1-0/+12
2015-03-24Add some options to spec command.Todd Gamblin1-3/+10
2015-03-15Add google analytics to docs.Todd Gamblin1-0/+11
2015-03-13MPICH provides environment vars to make MPI compilers behave like spack.Todd Gamblin2-0/+10
2015-03-13metis package.Todd Gamblin1-0/+32
2015-03-12SPACK-18: simpler build error messagesTodd Gamblin1-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-12Remove superfluous env scripts (avoid specifically named ones).Todd Gamblin4-4/+0
2015-03-12Add install_tree, force_symlink helper functions.Todd Gamblin3-103/+125
2015-03-12Working scotch package.Todd Gamblin1-0/+39
2015-03-12Point ravel download at the github release page.Todd Gamblin1-2/+3
2015-03-12Add -Wno-dev to avoid cmake policy warnings.Todd Gamblin1-4/+3
2015-03-12Working ravel package.Todd Gamblin2-1/+25
2015-03-12Add OTF package.Todd Gamblin1-0/+21
2015-03-11SAMRAI builds on cab with new URL.Todd Gamblin1-5/+9
2015-03-11SAMRAI URL update.Todd Gamblin1-2/+2
2015-03-05Add cram package.Todd Gamblin1-0/+15
2015-02-25Minor doc tweak.Todd Gamblin1-2/+3
2015-02-24Last minute Qt bugfix.Todd Gamblin1-4/+3
2015-02-24Spell check docsTodd Gamblin5-48/+48
2015-02-24SPACK-62: fix for site docs.Todd Gamblin1-1/+51
2015-02-24SPACK-59: Documentation updates, bugfix in fetching.Todd Gamblin14-224/+585
2015-02-23Merge remote-tracking branch 'origin/features/SPACK-46' into developTodd Gamblin4-30/+35
Conflicts: lib/spack/docs/packaging_guide.rst
2015-02-23Update packaging documentataion.Todd Gamblin2-81/+156
2015-02-23Fix SPACK-60: 0.8.15 basic docs.Todd Gamblin3-209/+583
2015-02-23Same package add icon on mac and linux.Todd Gamblin1-6/+2
2015-02-23Add an override to colify so we can set terminal dimensions.Todd Gamblin2-3/+10
2015-02-18Update contributors list.Todd Gamblin1-2/+4
2015-02-18Merge pull request #19 from psaravan/developTodd Gamblin1-0/+28
Added netcdf package support.
2015-02-18Added netcdf package support.Saravan Pantham1-0/+28
2015-02-18Convert ValueErrors to SpackError subclass.Todd Gamblin1-4/+5
2015-02-18Fix for SPACK-62Todd Gamblin2-0/+7
- deactivate -a errors if arg is not activated - deactivate -af does not.
2015-02-18uninstall -f ignores nonexisting packages.Todd Gamblin1-0/+1
2015-02-18Update documentation to reflect new restage/clean behavior.Todd Gamblin1-21/+19
2015-02-18docs autodetect version.Todd Gamblin3-9/+16
2015-02-18Fix for SPACK-46: cleanup spack clean, spack restage.Todd Gamblin5-53/+54
2015-02-18Resurrect combined qt4/5 package from b7dacbTodd Gamblin1-36/+41
2015-02-18Merge branch 'develop' of ssh://cz-stash.llnl.gov:7999/scale/spack into developGregory L. Lee4-22/+40
2015-02-18fixed deps for python packagesGregory L. Lee2-0/+2
2015-02-18llvm/clang version bumpTodd Gamblin2-11/+8
2015-02-18Downgrade standard version of ImageMagick to a non-changing URL.Todd Gamblin1-5/+19
- bleeding edge still available but commented by default.
2015-02-18Suppress download status meter when routing I/O to a file.Todd Gamblin1-6/+13
2015-02-17fixed install steps for version 4Gregory L. Lee1-19/+36
2015-02-17Merge branch 'features/memaxes' into developTodd Gamblin24-8/+384
Conflicts: var/spack/packages/libpng/package.py
2015-02-17take out dyninst 8.2 for now.Todd Gamblin1-3/+4
- doesn't build correctly with boost 1.55
2015-02-17Merge branch 'features/python-modules' into developTodd Gamblin69-111/+2302
2015-02-17Better activate/deactivate logic.Todd Gamblin6-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-17Ignore conflicting nose tests in py-nose and py-matplotlib.Todd Gamblin2-2/+3
2015-02-17Factor ignore logic into a predicate builder.Todd Gamblin2-14/+42
2015-02-16More py-setuptools dependencies added.Todd Gamblin5-2/+6
2015-02-16Add package-specific rpath back to shiboken and pyside.Todd Gamblin2-4/+16