summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-12-04version bump: 0.13.2Todd Gamblin1-1/+1
2019-12-04Bugfix: allow missing modules if they are blacklisted (#13540)Peter Scheibel4-30/+115
2019-12-02Speedup environment activation (#13557)Massimiliano Culpo2-2/+13
2019-12-01bugfix: mirror path works for unknown versions (#13626)Todd Gamblin2-2/+8
2019-12-01environments: don't try to modify run-env if a spec is not installed (#13589)Adam J. Stewart1-2/+2
2019-12-01use semicolons instead of newlines in module/python command (#13904)Greg Becker1-1/+1
2019-12-01verify.py: os.path.exists exception handling (#13656)Daryl W. Grunau1-14/+16
2019-11-17Document use of the maintainers field (#13748)Adam J. Stewart2-0/+19
2019-11-15Bugfix/config caching 13754 (#13759)Greg Becker1-2/+3
2019-11-14Config option to allow gpg warning suppression (#13744)Greg Becker3-3/+9
2019-11-14determine target relative to the link directory rather than the full link pat...Peter Scheibel1-3/+3
2019-11-13Allow binary relocation of strings in relative binaries (#13724)Greg Becker2-15/+25
2019-11-05`spack find` now displays variants and other spec constraintsv0.13.1Todd Gamblin3-4/+23
2019-11-05bugfix: uninstall should find concrete specs by DAG hashTodd Gamblin1-1/+9
2019-11-04environments: make shell modifications partially unconditional (#13523)Greg Becker2-1/+37
2019-11-04binary distribution: relocate text files properly in relative binaries (#13578)Greg Becker2-10/+12
2019-11-03bugfix: fetch prefers to fetch local mirrors over remote resources (#13545)Omar Padron3-8/+11
2019-11-03environments: only write when necessary (#13546)Greg Becker4-25/+66
2019-11-01version bump: 0.13.1Todd Gamblin1-1/+1
2019-11-01bugfix: spack.util.url.join() now handles absolute paths correctly (#13488)Omar Padron3-2/+379
2019-11-01sbang: use utf-8 for encoding when patching (#13490)Gregory Lee1-4/+13
2019-11-01Specs with quoted flags containing spaces are parsed correctly (#13521)Massimiliano Culpo2-1/+22
2019-11-01targets: print a warning message before downgrading (#13513)Massimiliano Culpo2-25/+57
2019-11-01Travis CI: Test Python 3.8 (#13347)Adam J. Stewart3-4/+20
2019-11-01Documentation: Database.query methods share docstrings (#13515)Greg Becker1-41/+53
2019-11-01cuda: fix conflict statements for x86-64 targets (#13472)Massimiliano Culpo1-4/+6
2019-11-01cpu: fix clang flags for generic x86_64 (#13491)Greg Becker2-8/+16
2019-11-01syaml_int type should use int.__repr__ rather than str.__repr__ (#13487)Peter Scheibel1-1/+1
2019-10-25version bump: 0.13.0Todd Gamblin1-1/+1
2019-10-25tutorial: move tutorial to standalone site (#13450)Todd Gamblin31-7565/+28
2019-10-25`mirror create --all` can mirror everything (#12940)Peter Scheibel11-228/+465
2019-10-25bugfix: restore upstream lock safety; update testsPeter Scheibel2-19/+48
2019-10-25Make error msg of test_api_for_build_and_run_environment more informative (#1...Andreas Baumbach1-1/+2
2019-10-25bugfix: reindexing is not necessary for DB v0.9.3 to v5 upgrade (#13434)Todd Gamblin1-3/+25
2019-10-24bugfix: allow fetching no-code packages (#13429)Todd Gamblin3-22/+12
2019-10-24commands: Add `--json` argument to `spack spec` (#13431)Todd Gamblin2-5/+23
2019-10-24Improvements to detection of AMD architectures. (#13407)Chris Green6-4/+142
2019-10-24Correctly identify Skylake CPUs on Darwin. (#13377)Chris Green4-1/+12
2019-10-24database: update DB version and change to integer database versions (#13410)Greg Becker1-1/+3
2019-10-24Patch libtool when using the Arm compiler (#12004)Nick Forrington1-0/+24
2019-10-23add `spack dev-build` command; deprecate `spack diy` (#13374)Greg Becker6-86/+189
2019-10-23bugfix: web.push_to_url should not format the local path that is passed to it...Peter Scheibel1-6/+1
2019-10-23syaml.dump now allows representing all syaml_ objects (originally this was on...Peter Scheibel1-10/+5
2019-10-23Users can configure use of RPATH or RUNPATH (#9168)Massimiliano Culpo8-2/+167
2019-10-23commands: add `spack deprecate` command (#12933)Greg Becker13-63/+789
2019-10-23url summary: show right and wrong parse counts for each regexTodd Gamblin1-13/+30
2019-10-23Preserve comments for Spack YAML objects (#11602)Todd Gamblin13-178/+171
2019-10-22tests: avoid extra output in `env status` test (#13344)Todd Gamblin1-9/+12
2019-10-22env activation: use package defined env setup methods (#13249)Greg Becker5-44/+189
2019-10-22microarchitectures: look in /sbin and /usr/sbin for sysctl (#13365)Massimiliano Culpo3-22/+30