summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2017-03-31Spack works with Python 3Todd Gamblin2-2/+2
2017-03-31Clean up tests and add Python3 to Travis.Todd Gamblin2-89/+155
2017-03-31Fix concretization bugs with virtuals and deptypes.Todd Gamblin2-25/+39
2017-03-31Use key sorting instead of cmp()Todd Gamblin19-396/+318
2017-03-31Resolve Python2/Python3 unicode issues by using str()Todd Gamblin7-13/+15
2017-03-31Convert Python 2 idioms to Python 2/3-compatible ones.Todd Gamblin73-321/+392
2017-03-31Update externals to work with Python 3Todd Gamblin42-131/+7062
2017-03-31PythonPackage: Let There Be Tests! (#2869)Adam J. Stewart2-7/+75
2017-03-31Fix mxml (#3639)Michael Kuhn1-0/+1
2017-03-30Extendable Perl (#3614)Milton Woods8-7/+179
2017-03-28Fix bug in `spack find` for installations with unknown namespaces. (#3573)Todd Gamblin1-1/+7
2017-03-28Bugfix: allow deactivating installs that don't have packages anymore. (#3572)Todd Gamblin1-5/+4
2017-03-24make git fetching quite (#3180)Denis Davydov1-12/+31
2017-03-23Add Expect package (#3517)Adam J. Stewart1-1/+2
2017-03-21Fix for `find --explicit` #3374 (#3492)George Hartzell1-1/+1
2017-03-20Improve output for compiler commands (#3480)scheibelp2-1/+14
2017-03-20Fix issue with config.guess patching when the overwritten config.guess did no...Matthew LeGendre1-9/+5
2017-03-18Use byte-encoded UTF-8 for sourced environment in Python 2 (#3489)Todd Gamblin3-9/+52
2017-03-17Don't use @system in packages.yaml (#3472)Adam J. Stewart3-73/+19
2017-03-16Detect when OS updates affect compiler selection (#3410)scheibelp3-21/+77
2017-03-16Dont propagate flags between different compilers (#3379)scheibelp2-41/+28
2017-03-16Dont auto-init compiler conf for 'compiler find' (#3439)scheibelp2-8/+9
2017-03-14Consistent docs and usage of env mod methods (#3351)Adam J. Stewart2-81/+61
2017-03-14fix automatic mixing of clang with gfortran 6.3.0 on macOS (#3427)Denis Davydov2-14/+5
2017-03-14test/file_cache.py: ported to pytest (#3429)Massimiliano Culpo1-44/+36
2017-03-13Fix from_sourcing_files(): decode json input as utf-8 (#3433)Todd Gamblin1-2/+4
2017-03-11Correct inconsistency in comment (#3414)Erik Schnetter1-1/+1
2017-03-11Make multimethods work with inheritance. (#3411)Todd Gamblin2-3/+17
2017-03-10Features/compiler config consistency (#2999)scheibelp6-70/+181
2017-03-09created elf virtual package and updated dependent packages (#3317)Gregory Lee1-0/+13
2017-03-07package.py: packages dump build dependencies in prefix (#3373)Massimiliano Culpo1-1/+3
2017-03-07test/environment.py: ported to pytest, added a test on separators (#3375)Massimiliano Culpo1-171/+235
2017-03-04Allow find_libraries to accept lists or strings (#3363)Adam J. Stewart2-14/+16
2017-03-03Fix error raised for multiple virtual packages. (#3306)Joschka Lingemann1-1/+2
2017-03-02New interface for passing build information among specs (#1875)Massimiliano Culpo5-40/+285
2017-03-02test/packages: fixed test suite (#3236)Massimiliano Culpo1-106/+99
2017-02-21Fixing issue wheh overwriting build_args in PythonPackage (#3200)Javier1-1/+1
2017-02-17Fix readline support in `spack python` (#3132)Adam J. Stewart3-0/+87
2017-02-17Set default module type based on modules.yaml (#3173)Adam J. Stewart1-2/+4
2017-02-17More consistent yes/no prompts (#3174)Adam J. Stewart6-54/+51
2017-02-17On uninstall, change shortcut flag for --dependents to -R, as per Spack conve...Elizabeth Fischer1-1/+1
2017-02-17Fix missing space in error message output (#3169)Adam J. Stewart1-2/+2
2017-02-17py-git2: New Package (#1971)Elizabeth Fischer1-1/+2
2017-02-17Fix typos in External Packages documentation (#3168)Adam J. Stewart1-2/+2
2017-02-10fix: don't call setup_environment when not needed (#3060)Massimiliano Culpo3-2/+16
2017-02-10Make distro more robust to unreadable files (#3110)becker331-7/+12
2017-02-09make svn fetch quiet (#3070)Denis Davydov1-1/+1
2017-02-08Revert "db and concretization of packages modified after installation: fixes ...Todd Gamblin1-1/+0
2017-02-07db and concretization of modified packages: fixes #2911 (#2920)Massimiliano Culpo1-0/+1
2017-02-03Fix spec hash printing (#2941)becker336-18/+18