Age | Commit message (Expand) | Author | Files | Lines |
2015-12-23 | Remove leftover debug statement | Erik Schnetter | 1 | -1/+0 |
2015-12-23 | Merge pull request #276 from LLNL/bugfix/235-smarter-spider | Todd Gamblin | 4 | -82/+183 |
2015-12-23 | Fix #235: Smarter web spidering -- use parsed links instead of reconstructing. | Todd Gamblin | 4 | -82/+183 |
2015-12-22 | Fix bug in URL regex. | Todd Gamblin | 1 | -1/+1 |
2015-12-22 | revert accidental print statements. | Todd Gamblin | 1 | -5/+0 |
2015-12-22 | More consistent URL parsing when finding versions. | Todd Gamblin | 2 | -4/+10 |
2015-12-22 | New package PCRE2 | Erik Schnetter | 1 | -0/+15 |
2015-12-22 | Make OpenSSL build on Darwin | Erik Schnetter | 1 | -6/+18 |
2015-12-22 | Merge pull request #257 from eschnett/eschnett/hwloc-1.11.2 | Todd Gamblin | 2 | -1/+9 |
2015-12-22 | Merge pull request #269 from eschnett/eschnett/rsync-3.1.2 | Todd Gamblin | 1 | -0/+1 |
2015-12-22 | Update rsync to 3.1.2 | Erik Schnetter | 1 | -0/+1 |
2015-12-22 | Skip installing libpciaccess on Darwin | Erik Schnetter | 2 | -2/+8 |
2015-12-22 | Update hwloc; don't require libpciaccess on OS X | Erik Schnetter | 1 | -2/+4 |
2015-12-22 | Merge pull request #266 from LLNL/bugfix/python3-setuptools-conflict | Todd Gamblin | 1 | -3/+8 |
2015-12-22 | fixed site pyc regular expression | Gregory L. Lee | 1 | -1/+1 |
2015-12-22 | Merge pull request #261 from LLNL/features/prefer-versions-in-packages | Todd Gamblin | 2 | -3/+10 |
2015-12-22 | only ignore cached site.py file | Gregory L. Lee | 1 | -2/+1 |
2015-12-22 | Merge pull request #263 from nolta/hdf5-mpi | Todd Gamblin | 1 | -4/+2 |
2015-12-22 | Merge pull request #264 from nolta/typos | Todd Gamblin | 2 | -2/+2 |
2015-12-22 | Merge branch 'nolta-249' into develop | Todd Gamblin | 1 | -3/+12 |
2015-12-22 | Slightly more robust tmp directory search. | Todd Gamblin | 1 | -4/+12 |
2015-12-22 | Merge pull request #265 from epfl-scitas/packages/valgrind | Todd Gamblin | 1 | -0/+55 |
2015-12-22 | fix conflict with setuptools and cached pyc files | Gregory L. Lee | 1 | -2/+8 |
2015-12-22 | valgrind : added package | alalazo | 1 | -0/+55 |
2015-12-21 | fix a few comment typos | Mike Nolta | 2 | -2/+2 |
2015-12-21 | fix non-mpi hdf5 package build | Mike Nolta | 1 | -4/+2 |
2015-12-21 | fix #249 (tmp spack-stage directories conflict) | Mike Nolta | 1 | -2/+3 |
2015-12-21 | Add ability to prefer particular versions in packages. | Todd Gamblin | 2 | -3/+10 |
2015-12-21 | new python versions | Gregory L. Lee | 1 | -0/+2 |
2015-12-21 | remove numpy compiler patch | Gregory L. Lee | 1 | -7/+0 |
2015-12-21 | Merge pull request #208 from epfl-scitas/features/resource_directive | Todd Gamblin | 8 | -41/+287 |
2015-12-21 | Merge pull request #215 from sjtbham/develop | Todd Gamblin | 1 | -3/+18 |
2015-12-21 | scalasca + dependencies : simplified build after #255 | alalazo | 5 | -160/+107 |
2015-12-21 | scalasca : updated package build (depends on scorep, does not build twice). | alalazo | 1 | -49/+47 |
2015-12-20 | Merge pull request #255 from LLNL/bugfix/254-libtool-compiler-name-issues | Todd Gamblin | 23 | -15/+77 |
2015-12-20 | Merge pull request #231 from epfl-scitas/packages/scotch | Todd Gamblin | 1 | -14/+100 |
2015-12-20 | Merge pull request #251 from epfl-scitas/packages/tau | Todd Gamblin | 6 | -63/+226 |
2015-12-20 | tau : scorep is now a variant | alalazo | 1 | -3/+6 |
2015-12-20 | removing completely the write_make_inc function | Nicolas Richart | 1 | -7/+3 |
2015-12-20 | moving write_make_inc into a patch function | Nicolas Richart | 1 | -1/+4 |
2015-12-19 | Merge pull request #109 from justintoo/add-package-spot | Todd Gamblin | 1 | -0/+18 |
2015-12-19 | Merge pull request #226 from epfl-scitas/packages/mpiches | Todd Gamblin | 2 | -5/+38 |
2015-12-19 | Merge pull request #227 from trws/fetch-deps | Todd Gamblin | 4 | -4/+25 |
2015-12-19 | Merge pull request #230 from nolta/fix-env-mod-sys-type | Todd Gamblin | 2 | -6/+12 |
2015-12-19 | Merge branch 'pull/256' into develop | Todd Gamblin | 5 | -11/+25 |
2015-12-19 | Fix empty format strings in some packages. | Todd Gamblin | 3 | -8/+6 |
2015-12-19 | Fix stale code in python version test so that it actually works. | Todd Gamblin | 2 | -5/+2 |
2015-12-19 | new package: cfitsio | Mike Nolta | 1 | -0/+19 |
2015-12-19 | fix env module sys_type on non-LLNL systems | Mike Nolta | 1 | -4/+4 |
2015-12-19 | spack python: add -c option | Mike Nolta | 1 | -2/+8 |