summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-11-30Armor test script against shebang character limit if appropriate. (#12447)Chris Green1-0/+2
2019-11-29Mass conversion of setup_(dependent_)?environment (#13924)Adam J. Stewart3-10/+10
2019-11-26use semicolons instead of newlines in module/python command (#13904)Greg Becker1-1/+1
2019-11-26IntelPackage: setup_env -> setup_build_env (#13888)Adam J. Stewart1-47/+24
2019-11-26buildcache list: do not display duplicate specs (#13758)Massimiliano Culpo2-6/+25
2019-11-26Remove warning from the "Custom Extensions" section of the docs (#13804)Massimiliano Culpo1-6/+0
2019-11-25add package cuda@10.2.89 (#13819)René Widera1-3/+10
2019-11-22cmd/install: remove unused install_status option (#13751)Greg Becker1-1/+1
2019-11-21Fixed detection for cascadelake microarchitecture (#13820)Massimiliano Culpo3-1/+23
2019-11-20mirror bug fixes: symlinks, duplicate patch names, and exception handling (#1...Paul Ferrell4-17/+24
2019-11-20Features/expand microarch for aarch64 (#13780)t-karatsu4-0/+117
2019-11-18binary distribution: relocate text files properly in relative binaries (#13578)Greg Becker2-10/+12
2019-11-15Fix for issue #13754 (#13755)Tim Fuller1-2/+3
2019-11-15Document use of the maintainers field (#12270)Adam J. Stewart2-1/+20
2019-11-14Config option to allow gpg warning suppression (#13743)Greg Becker3-3/+9
2019-11-13symlink relativization: determine target relative to the link directory (#13710)Peter Scheibel1-3/+3
2019-11-13Allow binary relocation of strings in relative binaries (#13725)Greg Becker2-15/+25
2019-11-13Docs update for deprecated `spack sha256` (#13701)William F Godoy1-2/+2
2019-11-12docs: use nicer looking code blocks in docs (#13708)Todd Gamblin1-1/+19
2019-11-11verify.py: os.path.exists exception handling (#13656)Daryl W. Grunau1-14/+16
2019-11-11environments: don't try to modify run-env if a spec is not installed (#13589)Adam J. Stewart1-2/+2
2019-11-10Improve spack checksum formatting (#13666)Adam J. Stewart2-2/+5
2019-11-07bugfix: mirror path works for unknown versions (#13626)Todd Gamblin2-2/+8
2019-11-05add depends_on(python) to PythonPackage stub (#13595)Andreas Baumbach1-0/+1
2019-11-05bugfix: uninstall should find concrete specs by DAG hash (#13598)Todd Gamblin1-1/+9
2019-11-05`spack find` now displays variants and other spec constraints (#13596)Todd Gamblin3-4/+23
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-01spack create: http -> https (#13547)Adam J. Stewart1-2/+2
2019-11-01Bugfix: respect order of mirrors in mirrors.yaml (#13544)Peter Scheibel1-1/+4
2019-11-01environments: make shell modifications partially unconditional (#13523)Greg Becker2-1/+37
2019-11-01allow bootstrap buildcache install of patchelf (#13430)Marc Mengel2-3/+36
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-10-31Bugfix: BundlePackage staging/installation (#13524)Peter Scheibel1-0/+3
2019-10-31Docs: unlock requirement versions (#13384)Adam J. Stewart1-3/+3
2019-10-31Travis CI: Test Python 3.8 (#13347)Adam J. Stewart3-4/+20
2019-10-30Documentation: Database.query methods share docstrings (#13515)Greg Becker1-41/+53
2019-10-30cpu: fix clang flags for generic x86_64 (#13491)Greg Becker2-8/+16
2019-10-30cuda: fix conflict statements for x86-64 targets (#13472)Massimiliano Culpo1-4/+6
2019-10-29syaml_int type should use int.__repr__ rather than str.__repr__ (#13487)Peter Scheibel1-1/+1
2019-10-29bugfix: make `spack -d test test_changed_files` work (#13229)Tamara Dahlgren1-1/+1
2019-10-28Update URL parsing regexes and tests (#13411)Adam J. Stewart4-65/+192
2019-10-28Output directory Spack is looking in for MKL libs (#13465)Adam J. Stewart1-1/+2
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