Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-03 | Merge pull request #417 from mathstuf/hdf5-unsupported-flag | Todd Gamblin | 1 | -1/+1 | |
hdf5: always pass the unsupported flag | |||||
2016-02-03 | Merge pull request #419 from adamjstewart/features/libgpg-error | Todd Gamblin | 1 | -0/+1 | |
Add latest libgpg-error version | |||||
2016-02-03 | Merge pull request #420 from adamjstewart/features/qhull | Todd Gamblin | 1 | -7/+5 | |
Add latest qhull version | |||||
2016-02-03 | Merge pull request #421 from adamjstewart/features/phonopy | Todd Gamblin | 2 | -0/+31 | |
Add Phonopy and PyYAML Python modules | |||||
2016-02-03 | Merge pull request #423 from epfl-scitas/packages/opencv | Todd Gamblin | 1 | -0/+50 | |
Added package : OpenCV | |||||
2016-02-03 | opencv : added package | alalazo | 1 | -0/+50 | |
2016-02-02 | Add Phonopy and PyYAML Python modules | Adam J. Stewart | 2 | -0/+31 | |
2016-02-02 | Add latest qhull version | Adam J. Stewart | 1 | -7/+5 | |
2016-02-02 | Add latest libgpg-error version | Adam J. Stewart | 1 | -0/+1 | |
2016-02-01 | hdf5: default +unsupported to on | Ben Boeckel | 1 | -1/+1 | |
This flag can end up being required if a dependency tree ends up needing hdf5+cxx+parallel, but nothing turns it on. Since the core spack code puts this together, it ends up that the end user needs to specify it manually. Instead, just assume an unsupported configuration (since these *are* useful setups) and if anyone wants to seek upstream support, masking the flag can be done. | |||||
2016-02-01 | Merge pull request #415 from adamjstewart/features/hwloc | Todd Gamblin | 1 | -2/+2 | |
Checksum fix for hwloc | |||||
2016-02-01 | Merge pull request #408 from adamjstewart/features/fish | Todd Gamblin | 1 | -1/+2 | |
Modify url settings for fish package | |||||
2016-01-29 | updated openssl version | Gregory L. Lee | 1 | -0/+1 | |
2016-01-29 | Checksum fix for hwloc | Adam J. Stewart | 1 | -2/+2 | |
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 | 3 | -1/+34 | |
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 | Correct package URL | David Beckingsale | 1 | -1/+1 | |
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 | Modify url settings for fish package | Adam J. Stewart | 1 | -1/+2 | |
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 | 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 | 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-25 | Add szip variant | Adam J. Stewart | 1 | -0/+5 | |
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 | 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 | Disable patch that was merged into upstream in 1.10.2 | Erik Schnetter | 1 | -1/+1 | |
2016-01-21 | Update OpenMPI to 1.10.2 | Erik Schnetter | 1 | -0/+1 | |
2016-01-21 | Refactor args for Executable.__call__ | Todd Gamblin | 1 | -3/+3 | |
- simplify output, error, and input redirection - `return_output=True` is now `output=str` - `return_output=True` will still work for the time being but is deprecated. - previously you could say `return_output=True` and `output=<stream>`, which wouldn't actually write to the stream. Now you actually can't specify erroneous cases since there is only one parameter with mutually exclusive options.. | |||||
2016-01-21 | Merge pull request #384 from epfl-scitas/packages/elpa | Todd Gamblin | 1 | -0/+55 | |
added package : elpa | |||||
2016-01-21 | Remove constraint on dependency version | Adam J. Stewart | 1 | -1/+1 | |
2016-01-21 | Remove constraint on dependency version | Adam J. Stewart | 1 | -1/+1 | |
2016-01-21 | Merge branch 'develop' of https://github.com/LLNL/spack into packages/elpa | alalazo | 1 | -10/+24 | |
2016-01-21 | Merge pull request #376 from adamjstewart/features/mvapich2 | Todd Gamblin | 1 | -10/+24 | |
Various updates to MVAPICH2 package | |||||
2016-01-21 | Merge pull request #380 from epfl-scitas/packages/mumps | Todd Gamblin | 3 | -0/+227 | |
Adding packages MUMPS and ScaLAPACK | |||||
2016-01-21 | elpa : added missing dependencies | alalazo | 1 | -1/+10 | |
2016-01-21 | Merge remote-tracking branch 'scitas/packages/mumps' into packages/elpa | alalazo | 3 | -0/+227 | |
2016-01-21 | Merge branch 'develop' into packages/elpa | alalazo | 2 | -29/+79 | |
2016-01-20 | Minor correction to install mumps+mpi | Nicolas Richart | 3 | -15/+37 | |