Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-29 | updated openssl version | Gregory L. Lee | 1 | -0/+1 | |
2016-01-29 | Merge pull request #413 from adk9/develop | Todd Gamblin | 1 | -0/+52 | |
Add the HPX-5 package to spack. | |||||
2016-01-29 | Rename the hpx package to hpx-5. | Abhishek Kulkarni | 1 | -2/+27 | |
2016-01-29 | Merge remote-tracking branch 'upstream/develop' into develop | Abhishek Kulkarni | 4 | -8/+60 | |
2016-01-29 | Add the HPX-5 package. | Abhishek Kulkarni | 1 | -0/+27 | |
2016-01-28 | Merge pull request #411 from adamjstewart/features/pnetcdf | Todd Gamblin | 2 | -0/+33 | |
Add PnetCDF and M4 packages | |||||
2016-01-28 | Merge pull request #406 from epfl-scitas/enhancement/md5_urls | Todd Gamblin | 1 | -7/+26 | |
spack md5 on urls | |||||
2016-01-28 | Merge pull request #412 from davidbeckingsale/features/caliper | Todd Gamblin | 1 | -1/+1 | |
Correct Caliper package URL | |||||
2016-01-28 | Correct package URL | David Beckingsale | 1 | -1/+1 | |
2016-01-28 | Merge pull request #410 from davidbeckingsale/features/caliper | Todd Gamblin | 1 | -0/+25 | |
Add the Caliper package | |||||
2016-01-28 | Add PnetCDF and M4 packages | Adam J. Stewart | 2 | -0/+33 | |
2016-01-28 | Add the Caliper package | David Beckingsale | 1 | -0/+25 | |
2016-01-28 | added py-wheel package | Gregory L. Lee | 1 | -0/+15 | |
2016-01-28 | correcting a bug when url and files are mixed | Nicolas Richart | 1 | -10/+17 | |
2016-01-28 | Adding the stager to checksum any url that spack can handle | Nicolas Richart | 1 | -6/+18 | |
2016-01-27 | Merge pull request #405 from adamjstewart/features/netcdf | Todd Gamblin | 3 | -33/+35 | |
More NetCDF changes | |||||
2016-01-27 | More NetCDF changes | Adam J. Stewart | 3 | -33/+35 | |
2016-01-26 | Merge pull request #400 from adamjstewart/features/netcdf | Todd Gamblin | 1 | -13/+39 | |
Extensive modifications to NetCDF package | |||||
2016-01-26 | Merge pull request #401 from trws/cmocka | Todd Gamblin | 1 | -0/+16 | |
adding the cmocka unit testing library | |||||
2016-01-26 | adding the cmocka unit testing library | Tom Scogland | 1 | -0/+16 | |
2016-01-26 | Merge pull request #342 from adamjstewart/features/hwloc | Todd Gamblin | 1 | -5/+8 | |
Add url_for_version function to calculate url | |||||
2016-01-26 | Merge pull request #339 from adamjstewart/features/hdf | Todd Gamblin | 1 | -0/+44 | |
Add HDF package | |||||
2016-01-26 | Merge pull request #399 from LLNL/bugfix/398-extensions-error | Todd Gamblin | 1 | -0/+5 | |
fix for issue 398, added extensions_for in RepoPath | |||||
2016-01-26 | Make szip a variant | Adam J. Stewart | 1 | -10/+19 | |
2016-01-26 | Extensive modifications to NetCDF package | Adam J. Stewart | 1 | -13/+39 | |
2016-01-26 | fix for issue 398, added extensions_for in RepoPath | Gregory L. Lee | 1 | -0/+5 | |
2016-01-25 | Merge pull request #396 from adamjstewart/features/hdf5 | Todd Gamblin | 1 | -0/+5 | |
Add szip variant | |||||
2016-01-25 | Add szip variant | Adam J. Stewart | 1 | -0/+5 | |
2016-01-25 | Merge pull request #395 from adamjstewart/features/orphan | Todd Gamblin | 1 | -4/+4 | |
Fix variable name bug | |||||
2016-01-25 | Fix variable name bug | Adam J. Stewart | 1 | -4/+4 | |
2016-01-25 | Merge pull request #394 from LLNL/bugfix/apple-llvm-compiler-detection | Todd Gamblin | 1 | -3/+29 | |
Bugfix/apple llvm compiler detection | |||||
2016-01-25 | Fixes #259: Apple clang compiler detection | Todd Gamblin | 1 | -3/+29 | |
- Clang compilers are now versioned with the raw LLVM version or, on macs, with Apple's version with a suffix. | |||||
2016-01-25 | Fix regex to find version on OS X | Adam J. Stewart | 1 | -1/+1 | |
2016-01-25 | Fixes #74: minor fixes to spack mirror. | Todd Gamblin | 2 | -2/+9 | |
2016-01-25 | Merge pull request #393 from LLNL/bugfix/mirror-glitches-gh382 | Todd Gamblin | 10 | -71/+80 | |
Bugfix/mirror glitches gh382 | |||||
2016-01-25 | More thorough mirror test: test full round-trip | Todd Gamblin | 4 | -37/+37 | |
- Old test: did not attempt to actually fetch mirrored packages. - New test: 1. Creates a temporary mirror, 2. Registers it with spack, 3. Fetches from it, and 4. Verifies that the fetched archive matches the original - This test will hopefully mean that `spack mirror` is less brittle from now on. | |||||
2016-01-25 | Refactor mock_repo: add a destroy() method. | Todd Gamblin | 6 | -28/+20 | |
- classes using mock_repo need not know about its stage now. | |||||
2016-01-24 | Fixes #382: Issues with spack fetch. | Todd Gamblin | 1 | -1/+7 | |
- urljoin() was compliant with RFC 1808 but not with my understanding of how paths should be joined. - updated path joining logic to comply. | |||||
2016-01-24 | Minor line width reductions. | Todd Gamblin | 1 | -3/+6 | |
2016-01-24 | Better errors for mkdirp failure in mirror. | Todd Gamblin | 1 | -2/+10 | |
2016-01-24 | Minor cleanup. 80 char width for command description. | Todd Gamblin | 1 | -20/+20 | |
2016-01-22 | Merge pull request #390 from adamjstewart/features/nag | Todd Gamblin | 1 | -1/+1 | |
Fix link_paths to point to c++ | |||||
2016-01-22 | Merge pull request #336 from scheibelp/features/boost-additive-libs | Todd Gamblin | 1 | -26/+85 | |
additive compilation of boost libraries | |||||
2016-01-22 | Merge pull request #392 from alfredo-gimenez/develop | Todd Gamblin | 2 | -0/+37 | |
Patch fix for boost@1.60.0%gcc@4.4.7 | |||||
2016-01-22 | Slightly more robust approach for setting defaults for noinstall_libs | Peter Scheibel | 1 | -1/+1 | |
2016-01-22 | 1. added default install libs (atomic, test, locale, program_options) | Peter Scheibel | 1 | -6/+13 | |
2. clarify comment for default_noinstall_libs 3. renamed regex_icu variant to icu_support (both the locale and regex libs can use it) 4. explicitly set b2 install ICU_PATH when regex_icu is activated | |||||
2016-01-22 | Patch fix for boost@1.60.0%gcc@4.4.7 | Alfredo Gimenez | 2 | -0/+37 | |
2016-01-22 | Fixed reference | Peter Scheibel | 1 | -1/+1 | |
2016-01-21 | Sticking with additive approach but now most libraries are installed by default. | Peter Scheibel | 1 | -9/+17 | |
2016-01-21 | Merge pull request #389 from eschnett/eschnett/openmpi-update | Todd Gamblin | 1 | -1/+2 | |
Update OpenMPI to 1.10.2 |