summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2018-05-15Add CDash as a valid reporting formatZack Galbreath1-1/+2
2018-05-15Initialize report generator before parsing specsZack Galbreath2-7/+10
2018-05-15Allow --overwrite and --log-format to be used togetherZack Galbreath1-36/+35
2018-05-15Format-agnostic data structure for reportsZack Galbreath1-43/+45
2018-05-08Packages can tune the list of files to be archived at the end of install (#7760)Massimiliano Culpo4-0/+81
2018-05-07Specs add a space before dependencies (#7942)Massimiliano Culpo3-26/+45
2018-05-06Support *.TAR.gz extension. (#7973)健美猫1-1/+1
2018-05-05Fix coloring of URLs containing @ symbol (#7799)Adam J. Stewart1-3/+3
2018-05-05Set default provider for every virtual package (#7784)Adam J. Stewart1-0/+10
2018-05-01Fix initialization of defaults in yaml schema validation (#7959)scheibelp2-2/+47
2018-04-28Document how to run unit tests with print statements (#7860)Adam J. Stewart1-0/+7
2018-04-26Allow len(Version) to return number of split components. (#7918)Chris Green2-0/+11
2018-04-26XL Fortran compiler >= 16.0 is synced with C compiler version (#7887)serbanmaerean2-0/+12
2018-04-26Use GitLab's API endpoint for fetching a git snapshot. (#7881)Sergey Kosukhin2-4/+25
2018-04-26config_args does NOT apply to CMakePackage. (#7917)健美猫1-1/+1
2018-04-18Add -d option to diy to specify source path move -j to common args (#5963)Matthew Scott Krafczyk3-4/+20
2018-04-18Fix bug/oversight in formatting error message. (#7810)Elizabeth Fischer1-1/+1
2018-04-17Activation of activated package just msg's (#7752)George Hartzell1-1/+2
2018-04-17Better error message for spack providers (#7748)Massimiliano Culpo3-7/+116
2018-04-13cray: add comment about module use in packages.yaml (#7751)Cameron Smith1-1/+8
2018-04-13Fix when_spec inheritance for extensions (#7746)becker331-1/+1
2018-04-11Package.provides account for v deps that are provided conditionally (#7716)Massimiliano Culpo2-1/+13
2018-04-04make view understand hashes (#7573)healther1-4/+5
2018-04-03Fix bug in test_find_with_globbing unit test (#7652)Adam J. Stewart1-1/+1
2018-04-03Do not call sys.exit() in except block (#7659)Zack Galbreath3-12/+31
2018-03-31Avoid double 'lib' for packages whose name already starts with lib (#7651)Adam J. Stewart4-12/+51
2018-03-28mirrors.yaml: does not expand ~ (#7631)Axel Huebl1-4/+4
2018-03-27Fix buildcache relocate: only skip if rpaths are relative (#7605)Patrick Gartung1-1/+1
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