summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2019-10-11Autotools build system to patch config.guess based on a range checkMassimiliano Culpo1-2/+3
2019-10-11Fixed options to compile generic code on ppc64 and ppc64leMassimiliano Culpo1-0/+2
2019-10-11Fix python3 errors from string and byte concatenation (#13141)Patrick Gartung2-32/+47
2019-10-10tests: cleanup config:build_stage handling (fixes #12651, #12798)Tamara Dahlgren5-190/+119
2019-10-10Add support for nested "overrides" scopes.Tamara Dahlgren2-2/+72
2019-10-10Added NEON to the list of features required for the aarch64 familyMassimiliano Culpo2-0/+7
2019-10-10ArchSpec: fix constraint satisfaction for targetsMassimiliano Culpo2-0/+9
2019-10-09Buildcache: pass string.encode('utf-8') for old_dir and new_dir to replace_pr...Patrick Gartung1-1/+2
2019-10-09"No Spack mirror configured": demoted the warning to a debug message (#13082)Massimiliano Culpo1-1/+1
2019-10-07Add macOS Catalina support (#13070)Adam J. Stewart1-12/+22
2019-10-07Spack environments can concretize specs together (#11372)Massimiliano Culpo4-4/+171
2019-10-05doc: fix #12245 non-functional libdwarf dependency (#12515)Pariksheet Nanda1-4/+4
2019-10-05Consistently support pkg-config files in share subdirectory (#12838)Michael Kuhn5-2/+7
2019-10-04bugfix: issue with custom dotkit root in config.yaml (#13046)Massimiliano Culpo2-1/+25
2019-10-03Update compilers.yaml location in Getting Started docs (#13029)Adam J. Stewart1-11/+14
2019-10-03Generic x86_64 code compiled with GCC uses non deprecated mtune flags (#13022)Massimiliano Culpo2-6/+15
2019-10-02Remove support for generating dotkit files (#11986)Massimiliano Culpo24-256/+95
2019-10-02fujitsu compiler: Add 'required_libs'. (#13014)t-karatsu1-0/+2
2019-10-02Replace expensive store.reindex() call with db.add() call. (#13021)Patrick Gartung1-1/+1
2019-10-01'spack buildcache list' should show all buildaches available. (#13002)Patrick Gartung1-5/+1
2019-10-01Add all compatible system types directory to module pathsMassimiliano Culpo2-1/+14
2019-10-01binary cache: show all packages for compatible differing targets (#12943)Greg Becker1-3/+6
2019-10-01When removing a file from a view, don't fail if it doesn't exist (#12960)Jeffrey Salmond1-0/+3
2019-09-29make license check slightly more lenientTodd Gamblin1-1/+1
2019-09-28Add all the 'generic' architectures that are mentioned in recipes (#12958)Massimiliano Culpo1-0/+35
2019-09-26Fix perl build when using Build.PLGlenn P Johnson1-0/+12
2019-09-26Relocate mach-o binaries using macholib on linux. (#12946)Patrick Gartung2-95/+74
2019-09-26add --no-deps opt to `buildcache-create` (#12956)eugeneswalker1-0/+4
2019-09-26External: add macholib and altgraph needed to relocate Mach-o binaries on Lin...Patrick Gartung25-0/+5425
2019-09-24Fix "specific target" detection in Python 3 (#12906)Adam J. Stewart1-8/+5
2019-09-24Change get_patchelf to immediately return patchelf path if found (#12925)Patrick Gartung1-7/+7
2019-09-24Fujitsu compilers: added 'verbose_flag' method (#12922)t-karatsu1-0/+4
2019-09-24bugfix: use string keys to set preferred targets (#12921)Todd Gamblin4-9/+32
2019-09-23AMD: fix architecture hierarchy (zen) (#12913)Massimiliano Culpo3-17/+45
2019-09-23Fix detection of Apple Clang 11.0.0 (#12912)Adam J. Stewart2-1/+6
2019-09-23tests: more template creation tests (#12882)Tamara Dahlgren1-8/+50
2019-09-22externals: add note to jsonschema about modifications (#12895)Todd Gamblin1-1/+3
2019-09-21externals: avoid importing requests in jsonschemaTodd Gamblin1-4/+1
2019-09-20Fix how 'gpg --list-secret-keys ...' output is parsedScott Wittenburg2-6/+77
2019-09-20targets: add mic_knl target to microarchitectures.jsonGregory Becker1-0/+37
2019-09-20targets: adjust packages to use new specific targets semanticsMassimiliano Culpo1-1/+13
2019-09-20targets: Spack targets can now be fine-grained microarchitecturesMassimiliano Culpo50-540/+3040
2019-09-20targets: first pass at target detection for linuxGregory Becker12-17/+350
2019-09-19Put back the use of otool and install_name_tool when running on macOS. Only u...Patrick Gartung4-68/+112
2019-09-18Update buildcache creation and installation to allow mach-o binary relocation...Patrick Gartung3-138/+200
2019-09-17Support yaml paths anywhere specs are handled on CLI (#12561)Scott Wittenburg4-19/+318
2019-09-17implicit rpaths filtering (#12789)Peter Scheibel14-52/+191
2019-09-17Fix generic body during package creation (#12804)Adam J. Stewart1-14/+14
2019-09-16Allow build to proceed with failed compiler lib detection (#12756)Adam J. Stewart1-0/+4
2019-09-16Quote shell variable values (#12759)Adam J. Stewart1-2/+2