summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-05-20URL parsing: strip x86-64 from filename (#8200)Adam J. Stewart2-2/+4
2018-05-20Add xz 5.2.4 (#8202)Adam J. Stewart1-4/+6
2018-05-20Add libtiff 4.0.9 (#8201)Adam J. Stewart1-2/+4
2018-05-19r-utf8 v1.1.3 - New package (#8206)peetsv1-0/+38
2018-05-19r-spatial v7.3.11 - New package (#8204)peetsv1-0/+37
2018-05-19r-proc v1 12 1 - New package (#8191)peetsv1-0/+44
2018-05-19sleef: a new library. (#8198)健美猞猁1-0/+35
2018-05-19fix leftover references to spack.<symbol>Todd Gamblin10-24/+19
2018-05-18neovim: add info for v0.2.2 (#8189)George Hartzell1-0/+1
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-18Fix libjpeg library finding and opencv build with nonstandard library directo...mcneish12-20/+23
2018-05-18locks: add configuration and command-line options to enable/disable locks (#7...Todd Gamblin11-54/+323
2018-05-18antlr: Turn off CSharp (#8157)Elizabeth Fischer1-0/+1
2018-05-18Turning off parallel during make install for parallel-netcdf. (#8186)Jon Rood1-0/+4
2018-05-18Added vim 8.1 (#8185)sknigh1-0/+1
2018-05-18task: Add version 2.5.1 (#8184)Eric1-0/+1
2018-05-18nco: Find NetCDF (#8159)Elizabeth Fischer1-0/+7
2018-05-18trinity: add perl+threads dependency (#8143)Levi Baber1-0/+1
2018-05-17libexpat: Fix for older systems, move to GitHub (#8135)Elizabeth Fischer1-2/+7
2018-05-17trinity: fixing jdk dependency (#8140)Levi Baber1-1/+1
2018-05-17perl: adding threads variant (#8142)Levi Baber1-0/+6
2018-05-17silo: support version 4.10.2-bsd (#8164)Daryl W. Grunau1-1/+3
2018-05-17Update scorep and friends to newest versions (#8171)Michael Kuhn4-7/+20
2018-05-17Changed netlib-lapack to fix an error in the CMake setup. (#8172)Serban Maerean2-6/+21
2018-05-17R dismo 1 1 4 - new package (#8176)peetsv1-0/+40
2018-05-17cmake: update version (#8178)Matthias Diener1-0/+1
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 Gamblin66-551/+512
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 Gamblin36-198/+239
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 Gamblin31-173/+207
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
2018-05-17init: move editor from spack/__init__.py to spack.util.editorTodd Gamblin3-22/+58