summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-03-24Update copyright on LLNL files for 2018. (#7592)Todd Gamblin293-295/+295
2018-03-24Avoid stat-ing all packages at startup. (#7587)Todd Gamblin1-3/+9
2018-03-23Remove case consistency check at startup. (#7585)Todd Gamblin1-110/+0
2018-03-23Cray clean environment (#7582)Mario Melara2-3/+19
2018-03-23Increment Spack version (#7565)Adam J. Stewart1-1/+1
2018-03-23Grab crayos version from PrgEnv module versions (#7583)becker331-3/+11
2018-03-23Add the ability to separate architecture in path scheme (#4329)Mario Melara3-6/+67
2018-03-22Speedup the default 'libs' property search ... (#7553)Veselin Dobrev1-24/+21
2018-03-22Fix error raising during install with Python 3 (#6894)Adam J. Stewart1-2/+8
2018-03-22Record installation date and time in DB (#7334)Massimiliano Culpo6-51/+262
2018-03-22Recover the old patching order for packages. (#7558)Massimiliano Culpo1-1/+1
2018-03-21Propagate architecture information during concretization (#7412)becker332-17/+57
2018-03-21Enable creation of mirrors for systems with different compilers (#5153)scheibelp3-13/+50
2018-03-21Generate spack docset for Dash. (#6981)健美猫1-1/+7
2018-03-21make py-setuptools a run-time-only dep for py-basemap and patch pytho… (#6989)Gregory Lee1-2/+8
2018-03-21Support MD5 with a warning when OpenSSL is compiled in FIPS mode (#7531)scheibelp1-3/+48
2018-03-21patch config.guess for ARM (aarch64) (#7427)Gregory Lee1-3/+3
2018-03-20spec: support "full" hashesPeter Scheibel2-3/+34
2018-03-20package: add a content_hash method for packagesPeter Scheibel2-0/+56
2018-03-20package: ensure patches are applied in-orderPeter Scheibel1-1/+11
2018-03-20package_hash: add code to generate a hash for a package filePeter Scheibel2-0/+235
2018-03-20PackageBase: add a list of metadata attributesPeter Scheibel1-0/+4
2018-03-20fetch_strategy: add a source_id to fetchesPeter Scheibel1-0/+46
2018-03-12Fix bugs in `spack dependencies` command (#7435)Todd Gamblin3-20/+35
2018-03-12Constructing a SpecBuildInterface from another gives no inconsistent MRO (#7457)Massimiliano Culpo2-1/+34
2018-03-09spack buildcache: allow unsigned tarballs (#7440)Patrick Gartung4-67/+49
2018-03-09resource: convert symlink to real path (#7417)Levi Baber1-1/+1
2018-03-09replace dash with underscore in os name/version (#7381)scheibelp1-2/+2
2018-03-07Changed CudaPackage base class to PackageBase (#7416)Massimiliano Culpo1-2/+2
2018-03-06Improved binary relocation: error checking and reporting (#7314)Patrick Gartung5-149/+352
2018-03-05Fix pkgconf on Crays (#7171)Mario Melara1-0/+3
2018-03-05only filter compiler paths for binaries provided by the compiler (#7369)scheibelp1-4/+9
2018-02-28[spack/spec.py] raise a query failure error if a property query returns None ...Veselin Dobrev1-23/+41
2018-02-27Fix class name in build system tutorials (#7346)Mario Melara2-2/+2
2018-02-27Docker-Based Developer Resource (#5871)Omar Padron3-0/+62
2018-02-23Pin Sphinx version to v1.7.0 (#7337)Massimiliano Culpo1-1/+1
2018-02-23Make fix_darwin_install_name python3-compatible (#7329)scheibelp1-10/+6
2018-02-15Use abspath to avoid permission errors(#7241)Pramod S Kumbhar1-0/+1
2018-02-13find has been changed to accept glob expressionsalalazo7-44/+79
2018-02-13filter_compiler_path: added the possibility to narrow search pathalalazo1-10/+33
2018-02-13mixins: moved debug logs to 'filter_file'. Renamed shadowed variable name.alalazo2-11/+16
2018-02-13mixins: flush method dictionaries after registration.alalazo1-0/+6
2018-02-13mixins: implemented declarative syntaxalalazo4-54/+144
2018-02-13Improved naming of properties and classes (per Denis comments).alalazo2-9/+11
2018-02-13Added mixins to modularize common behaviors across build-systems.alalazo3-0/+90
2018-02-12Rework command reference in docs, add `spack commands` commandTodd Gamblin7-20/+459
2018-02-12Fix issues with `spack [cmd] -h` help outputTodd Gamblin2-13/+40
2018-02-12Fix section labels for some commands in the docsTodd Gamblin2-7/+7
2018-02-12make defaults in command help look like standard argparseTodd Gamblin5-7/+7
2018-02-12Add help for buildcache, reorganize command help categoriesTodd Gamblin5-10/+15