summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-12-18possible_dependencies() now reports missing dependenciesTodd Gamblin2-15/+48
2019-12-18package: add spack.package.possible_dependencies methodTodd Gamblin2-4/+53
2019-12-18performance: speed up `spack find` in environmentsTodd Gamblin1-7/+11
2019-12-18performance: `spack spec` should use a read transacction with -ITodd Gamblin1-9/+26
2019-12-18concretization: improve performance by avoiding database locksTodd Gamblin1-4/+6
2019-12-18performance: memoize spack.architecture.get_platform()Todd Gamblin2-0/+8
2019-12-18bugfix: don't fail if checking for "real" compiler versionTodd Gamblin1-1/+6
2019-12-18bugfix: `pgcc -V` returns 2 on power machinesTodd Gamblin2-3/+9
2019-12-17Fix argparse rST parsing of help messages (#14014)Adam J. Stewart1-2/+3
2019-12-17microarchitectures: readable names for AArch64 vendors (#13825)Massimiliano Culpo4-29/+102
2019-12-14match bootstrapped compiler to architecture (#14059)Greg Becker1-0/+1
2019-12-14package hash: gracefully handle @when with non-string args (#14153)Peter Scheibel2-26/+45
2019-12-13Split out CDash options to a separate help document (#13704)Zack Galbreath2-12/+57
2019-12-13Patch fetching: remove unnecessary argumentPeter Josef Scheibel3-8/+4
2019-12-13Mirrors: skip attempts to fetch BundlePackagesPeter Josef Scheibel1-0/+10
2019-12-13Mirrors: avoid re-downloading patchesPeter Josef Scheibel2-20/+28
2019-12-13Mirrors: perform checksum of fetched sourcesPeter Josef Scheibel1-0/+1
2019-12-13Mirrors: fix cosmetic symlink targetsPeter Josef Scheibel2-1/+34
2019-12-13Allow repeated invocations of 'mirror create'Peter Josef Scheibel1-0/+6
2019-12-10pytest: add __init__ files for all test subdirs (#13889)Greg Becker5-6/+22
2019-12-10Better error message when setting unknown variants during concretization (#13...Massimiliano Culpo3-8/+17
2019-12-09Follow up/11117 fixes and testing (#13607)Omar Padron10-158/+272
2019-12-09environments: allow 'add' command to add virtuals (#13787)Greg Becker2-2/+26
2019-12-09Apply URLFetchStrategy to ftp:// and ftps:// url schemes (#13939)Andras Wacha1-1/+3
2019-12-08Tuneup docs re setting up sphinx for building docs (#14005)George Hartzell1-6/+14
2019-12-06Spec Header Dirs: Only first include/ (#13991)Axel Huebl2-2/+16
2019-12-06docs: Alphabetize create cmd template options (#13993)Tamara Dahlgren1-1/+2
2019-12-06Bugfix: spack find -p fails in environment (#13972)Greg Becker3-1/+26
2019-12-06docs: Minimal BundlePackage build system doc (#13992)Tamara Dahlgren2-0/+53
2019-12-05cdash: fix reporting issue with python 3Scott Wittenburg1-1/+4
2019-12-04patching: do strict version range checking (#13989)Peter Scheibel3-2/+19
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-04Fix spack test when SPACK_ROOT isn't set (#13980)Adam J. Stewart1-3/+4
2019-12-04Fixed x86-64 optimization flags for clang (#13913)Massimiliano Culpo3-53/+32
2019-12-02Speedup environment activation (#13557)Massimiliano Culpo2-2/+13
2019-12-02Version bump: 1.13.1 (#13942)Adam J. Stewart1-1/+1
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