summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-08-19features: Remove stage symlinks (#12072)Tamara Dahlgren16-307/+399
2019-08-16Do not report on packages installed from the cache (#12336)Zack Galbreath3-1/+15
2019-08-15mirrors: make `spack mirror` environment aware (#12345)Greg Becker3-4/+38
2019-08-13Fix "spack loads" when retrieving upstream modules (#12203)Peter Scheibel1-9/+3
2019-08-11bugfix: Python 2.6 parsing error (#11867)Massimiliano Culpo5-12/+4
2019-08-08bugfix: nested matrices in spec lists (#12320)Greg Becker6-27/+88
2019-08-08Allow Spack to uninstall external extensions without permissions (#11991)Adam J. Stewart1-3/+7
2019-08-08docs: fix compiler config (#12330)Pariksheet Nanda1-2/+3
2019-08-08Fix typo in yaml config docs (#12312)Adam J. Stewart1-1/+1
2019-08-07bugfix: spack stacks mixed dependency and non-dep constraints (#12315)Greg Becker1-1/+1
2019-08-07compiler bootstrapping: enable both single-node and multi-node DAGS(#12310)Peter Scheibel1-7/+15
2019-08-06tests: explain and test dependency flattening routines (#11993)Tamara Dahlgren2-1/+44
2019-08-06mirrors: mirror config should use spack variable expansions (#9027)Greg Becker2-9/+17
2019-08-06stacks: fix reference handling in env.write() (#12096)Greg Becker2-2/+27
2019-08-03Fix typo in config (#12267)Pariksheet Nanda1-1/+1
2019-08-03Fix CNL version detection (#12207)Adam J. Stewart2-6/+76
2019-08-02Refactor UI logic out of Environment.concretize (#12213)Massimiliano Culpo4-15/+34
2019-08-01Fix QT4 build for mac (#10944)Seth R. Johnson1-2/+2
2019-08-01Buildcache: skip binary string replacement with padding when the new install ...Patrick Gartung1-5/+32
2019-07-31should not need bin prefix on spack command (#12215)Levi Baber1-1/+1
2019-07-31docs: update tutorial slides for PEARC19Todd Gamblin1-9/+9
2019-07-31Update Package Creation Tutorial for PEARC19 (#12209)Adam J. Stewart7-233/+235
2019-07-31CMake: make ninja verbose as well (#12200)Christoph Junghans1-0/+1
2019-07-31Print environment name when removing active env (#12198)Javier Cervantes1-1/+2
2019-07-31Fix Sphinx deprecation warning when building docs (#12205)Adam J. Stewart1-3/+2
2019-07-30Add SIPPackage base class (#12157)Adam J. Stewart8-0/+279
2019-07-29Typo fixes in Environments Tutorial (#12107)Adam J. Stewart1-11/+11
2019-07-29intel: Add mpicc wrapper bindir to dependent env (#12132)Greg Becker1-0/+5
2019-07-25use Excecutable instead of exec for editing licenses (#11968)Gregory Lee1-2/+21
2019-07-24new command: `spack maintainers` queries package maintainersTodd Gamblin2-0/+251
2019-07-24tests: Test install of unconcretized spec (#12099)Tamara Dahlgren1-0/+17
2019-07-24Fixed a name clash in the 'from_environment_diff' function (#12116)Massimiliano Culpo2-12/+18
2019-07-23Typo fixes in Spack Environments docs (#12100)Adam J. Stewart1-17/+17
2019-07-23 error messages: include whole spec for "no externals found" message (#12070)Greg Becker1-2/+2
2019-07-23hashing: fix caching of dependency hashes in to_node_dictGregory Becker2-11/+17
2019-07-22commands: add tests for all subcommands of `spack pkg`Todd Gamblin3-24/+271
2019-07-22commands: add `spack pkg changed` subcommand, better test supportTodd Gamblin1-10/+55
2019-07-22gcc: support without command line tools (#11040)Denis Davydov1-0/+8
2019-07-22Fix version scraping for CRAN packages (#12021)Adam J. Stewart2-20/+20
2019-07-22bugfix: env.write() should stringify Spec lists.Todd Gamblin2-2/+8
2019-07-22hashes: consolidate and make hashing logic more consistentPeter Josef Scheibel8-84/+254
2019-07-22env: environments index specs by full DAG w/build depsPeter Josef Scheibel3-30/+257
2019-07-20Add OpenMP flag for Apple Clang (#12049)Adam J. Stewart2-5/+3
2019-07-20tests: speed up tests that rely on the database fixture (#12031)Massimiliano Culpo6-61/+95
2019-07-20environment views: refactor stripping build deps (#12069)Greg Becker1-3/+1
2019-07-20compilers: don't raise errors for duplicate compiler definitions (#11910)Greg Becker2-1/+29
2019-07-20environments: add activate/deactivate tests, work wtih `set -u`Todd Gamblin2-6/+54
2019-07-19Package inheritance: Find patch files defined in parent classes using MRO (#1...Greg Becker3-1/+40
2019-07-19Fix #11240 (#11995)albestro2-1/+37
2019-07-18concretization: fix transient hang in python 3.5Gregory Becker1-1/+2