summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-06-17docs: remove vendored sphinx_rtd_theme (#8496)Todd Gamblin29-1124/+4
2018-06-14Update the clang compiler definition to use IBM XL Fortran compiler (#8389)Dan FitzGerald1-2/+6
2018-06-12Add trailing slash when spidering URLs for versions (#8429)Adam J. Stewart1-0/+7
2018-06-08compiler flags: add cxx98 standard support (#7601)Chris Green8-50/+285
2018-06-07add python cache removal to `spack clean` (#8419)healther1-4/+24
2018-06-06Fix bug where patches specified by dependents were not applied (#8272)scheibelp2-12/+13
2018-06-05Preserve Spack CC/FC/F77/CXX settings when loading modules (#8346)Massimiliano Culpo4-15/+110
2018-06-04pybind11: test functionality (#8304)Axel Huebl1-0/+2
2018-06-02Less sensitive error detection in build logs (#8278)Adam J. Stewart1-5/+2
2018-06-02Don't duplicate Python error messages (#8270)Adam J. Stewart1-1/+1
2018-06-02Fix coloring of error messages containing '}' symbol (#8277)Adam J. Stewart3-11/+30
2018-06-02Fix package error message line numbers (#8271)Adam J. Stewart1-12/+20
2018-06-01Skip external specs when creating mirrors (#8084)Massimiliano Culpo2-5/+47
2018-06-01Typo: an -> and (#8350)George Hartzell1-1/+1
2018-06-01extend Prefix class with join() member to support dynamic directories (#8329)Denis Davydov3-2/+44
2018-05-31binary caching: skip check if old and new paths are identical (#8281)George Hartzell1-0/+2
2018-05-31improve Advanced Compiler Configuration part of tutorial (#8325)Denis Davydov1-2/+21
2018-05-30more-flexible user-specified dependency constraints (#8162)scheibelp3-17/+80
2018-05-30config: add `spack config blame` command (#8081)Todd Gamblin5-10/+339
2018-05-30Document specs with multiple version ranges (#8284)Adam J. Stewart1-0/+8
2018-05-24Fix missing spack.compiler import (#8240)Michael Kuhn1-0/+1
2018-05-22CUDA 9.2 (#8238)Axel Huebl1-4/+7
2018-05-21Add info about haveged to gpg/randomness note (#8227)George Hartzell1-3/+18
2018-05-20URL parsing: strip x86-64 from filename (#8200)Adam J. Stewart2-2/+4
2018-05-19fix leftover references to spack.<symbol>Todd Gamblin10-24/+19
2018-05-18imports: remove unnecessary `import spack` statementsTodd Gamblin26-47/+33
2018-05-18init: move symbols in `spack` to `spack.pkgkit`Todd Gamblin9-122/+137
2018-05-18locks: add configuration and command-line options to enable/disable locks (#7...Todd Gamblin10-54/+311
2018-05-17make check_for_compiler_existence an instance variableTodd Gamblin3-18/+16
2018-05-17use os.path.join instead of join_path in coreTodd Gamblin34-156/+141
2018-05-17Convert lazy singleton functions to Singleton objectTodd Gamblin61-537/+498
2018-05-17init: make spack.cmd.all_commands lazyTodd Gamblin5-11/+27
2018-05-17init: only imoprt jsonschema if neededTodd Gamblin1-9/+10
2018-05-17init: initialize spack.store lazilyTodd Gamblin31-176/+215
2018-05-17init: move spack.repo global variable into its own moduleTodd Gamblin63-233/+257
2018-05-17tests: rename builtin_mock to "mock_packages" for clarity.Todd Gamblin33-121/+117
2018-05-17init: convert spack.debug global variable to config optionTodd Gamblin11-27/+25
2018-05-17init: remove package_testing globalTodd Gamblin9-75/+82
2018-05-17init: remove dependency on spack.versionTodd Gamblin3-16/+8
2018-05-17init: remove binary_cache_retrieved_specs global variableTodd Gamblin2-26/+21
2018-05-17init: remove spack.concretizer global variableTodd Gamblin5-82/+104
2018-05-17init: remove build_jobs global variableTodd Gamblin3-15/+4
2018-05-17init: convert spack.dirty global to config optionTodd Gamblin4-34/+12
2018-05-17init: remove template_dirs globalTodd Gamblin6-24/+5
2018-05-17init: replace global spack.do_checksum with config optionTodd Gamblin13-71/+67
2018-05-17init: replace spack.insecure global with spack.config.getTodd Gamblin10-43/+116
2018-05-17config: simplify configuration API to just get and setTodd Gamblin29-169/+203
2018-05-17config: create internal config scope for commands to use.Todd Gamblin5-13/+87
2018-05-17init: Move file cache initialization out of __init__.pyTodd Gamblin9-42/+102
2018-05-17config: rework config system into a class instead of globalsTodd Gamblin13-470/+555