Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-27 | Merge pull request #1099 from adamjstewart/fixes/hdf5 | Todd Gamblin | 1 | -11/+18 | |
Fix self-check for hdf5@1.10.0-patch1 | |||||
2016-06-27 | Merge pull request #1002 from epfl-scitas/packages/foam-extend | Todd Gamblin | 3 | -7/+311 | |
Package foam-extend | |||||
2016-06-27 | Merge pull request #1121 from LLNL/bugfix/module-directory-pollution | Todd Gamblin | 3 | -7/+12 | |
Make MockPackagesTest use a different module location. | |||||
2016-06-27 | Make MockPackagesTest use a different module location. | Todd Gamblin | 3 | -7/+12 | |
- ensures anything tests create is blown away. | |||||
2016-06-27 | Merge pull request #1120 from LLNL/bugfix/mockdb-pollution | Todd Gamblin | 2 | -2/+7 | |
Fixes #760: spack test leaves builtin.mock packages in DB | |||||
2016-06-27 | Fixes #760: spack test leaves builtin.mock packages in DB | Todd Gamblin | 2 | -2/+7 | |
- install_layout was redirected by the install test, but not the DB. - redirect the DB now, as well. | |||||
2016-06-27 | Merge pull request #1118 from epfl-scitas/packages/swift_durham | Todd Gamblin | 4 | -15/+136 | |
swift : added new package | |||||
2016-06-27 | swift : renamed swiftsim | alalazo | 1 | -1/+1 | |
2016-06-27 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 23 | -74/+468 | |
packages/swift_durham | |||||
2016-06-26 | Merge pull request #984 from epfl-scitas/module_file_explicit_load | Todd Gamblin | 3 | -10/+185 | |
module files : explicit load and mnemonic suffixes | |||||
2016-06-26 | Merge pull request #1009 from epfl-scitas/packages/emacs | Todd Gamblin | 3 | -7/+113 | |
Emacs: adding dependencies to be able to build without the system libs | |||||
2016-06-26 | Merge pull request #1097 from citibeth/efischer/160622-DBErrors | Todd Gamblin | 1 | -2/+4 | |
Improved Spack database errors to help users fix them. | |||||
2016-06-26 | Merge pull request #1030 from opoplawski/external | Todd Gamblin | 3 | -3/+3 | |
Remove last two remaining from external imports | |||||
2016-06-26 | Merge pull request #1092 from adamjstewart/features/netcdf-f | Todd Gamblin | 2 | -0/+4 | |
Add latest version of netcdf-fortran and curl | |||||
2016-06-26 | Merge pull request #1094 from ↵ | Todd Gamblin | 1 | -4/+3 | |
epfl-scitas/documentation/remove_packages_yaml_inconsistencies packages.yaml : removed references to a never implemented feature | |||||
2016-06-26 | Merge pull request #1103 from adamjstewart/features/mpi | Todd Gamblin | 3 | -0/+15 | |
Add MPI environment variables to packages | |||||
2016-06-26 | Merge pull request #1105 from adamjstewart/fixes/filter_file | Todd Gamblin | 1 | -13/+13 | |
Fix backup logic in filter_file | |||||
2016-06-26 | Merge pull request #1104 from mwilliammyers/py-protobuf | Todd Gamblin | 1 | -0/+50 | |
Add new package py-protobuf | |||||
2016-06-26 | Merge pull request #1093 from eschnett/eschnett/julia-update | Todd Gamblin | 1 | -16/+17 | |
Update Julia to 0.4.6 | |||||
2016-06-26 | Merge pull request #997 from glennpj/glib_gcc | Todd Gamblin | 2 | -2/+40 | |
Get glib to compile with gcc-6.1 | |||||
2016-06-27 | correcting flake8 | Nicolas Richart | 1 | -3/+1 | |
2016-06-27 | changes to use from_sourcing_file | Nicolas Richart | 1 | -36/+6 | |
2016-06-26 | Merge pull request #1119 from epfl-scitas/fixes/moved_packages | Todd Gamblin | 2 | -17/+21 | |
fixes : moved packages into builtin/repo | |||||
2016-06-26 | qa : flake8 issues | alalazo | 2 | -17/+21 | |
2016-06-26 | packages : moved adios and mxml into builtin repo | alalazo | 2 | -0/+0 | |
2016-06-26 | qa : flake8 issues | alalazo | 1 | -0/+1 | |
2016-06-26 | swift : added package | alalazo | 1 | -0/+79 | |
2016-06-26 | autotools : set Executable() in dependent modules | alalazo | 3 | -15/+56 | |
2016-06-24 | Add package_dir method to `package.py`. | Todd Gamblin | 1 | -1/+7 | |
2016-06-23 | Add new package py-protobuf | mwilliammyers | 1 | -0/+50 | |
2016-06-23 | Fix backup logic in filter_file | Adam J. Stewart | 1 | -13/+13 | |
2016-06-23 | Add MPI environment variables to packages | Adam J. Stewart | 3 | -0/+15 | |
2016-06-23 | Merge pull request #1102 from LLNL/bugfix/sbang-lua-fix | Todd Gamblin | 3 | -6/+35 | |
Make sbang handle lua | |||||
2016-06-23 | Make sbang handle lua | Todd Gamblin | 3 | -6/+35 | |
- use --! instead of #! for patched lua scripts. | |||||
2016-06-22 | Flake8 and url_for_version fixes | Adam J. Stewart | 1 | -10/+17 | |
2016-06-22 | Fix self-check for hdf5@1.10.0-patch1 | Adam J. Stewart | 1 | -1/+1 | |
2016-06-22 | Update database.py | Elizabeth Fischer | 1 | -2/+4 | |
PEP8 | |||||
2016-06-22 | Improved Spack database errors to help users fix them. | Elizabeth Fischer | 1 | -2/+2 | |
2016-06-22 | Merge pull request #1096 from robertdfrench/import-which | Todd Gamblin | 1 | -1/+1 | |
Import which from spack.util.executable; Fixes #1095 | |||||
2016-06-22 | Import which from spack.util.executable; Fixes #1095 | Robert.French | 1 | -1/+1 | |
2016-06-22 | Address flake errors | Erik Schnetter | 1 | -10/+12 | |
2016-06-22 | documentation : removed references to never implemented features | alalazo | 1 | -4/+3 | |
2016-06-22 | Add latest version of cURL | Adam J. Stewart | 1 | -0/+2 | |
2016-06-22 | Update Julia to 0.4.6 | Erik Schnetter | 1 | -6/+5 | |
2016-06-22 | Add latest version of netcdf-fortran | Adam J. Stewart | 1 | -0/+2 | |
2016-06-22 | Merge branch 'develop' into packages/foam-extend | Nicolas Richart | 180 | -1510/+8255 | |
2016-06-22 | Merge pull request #1078 from adamjstewart/features/pillow | Todd Gamblin | 5 | -52/+95 | |
Allow py-pillow to link to Spack-built libraries | |||||
2016-06-21 | Merge pull request #1049 from glennpj/newR_database | Todd Gamblin | 17 | -10/+754 | |
New R database packages | |||||
2016-06-21 | Flake8 | Adam J. Stewart | 1 | -14/+14 | |
2016-06-21 | Merge pull request #1087 from LLNL/bugfix/new-harfbuzz-fix | Todd Gamblin | 4 | -6/+15 | |
Bugfix/new harfbuzz fix |