Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-21 | Fix alpha case of dependencies. | Glenn Johnson | 9 | -11/+15 | |
A while ago I was asked to convert packages to all lowercase. That was done but some dependencies did not get converted in the specification. This commit fixes that as well as a couple of urls that need to be made explicit and a missing dependency on jdk. | |||||
2016-07-20 | Merge pull request #1323 from glennpj/rlib | Todd Gamblin | 1 | -0/+8 | |
Set environment variables for R | |||||
2016-07-20 | Merge pull request #1313 from sknigh/gnu-tools | Todd Gamblin | 3 | -0/+149 | |
Added packages for GNU tools screen, datamash, and parallel | |||||
2016-07-20 | Merge pull request #1326 from mwilliammyers/package-openexr | Todd Gamblin | 1 | -0/+54 | |
openexr : Add new package | |||||
2016-07-20 | Fix indent/flake8 error. | Glenn Johnson | 1 | -3/+3 | |
2016-07-20 | openexr : Add new package | mwilliammyers | 1 | -0/+54 | |
2016-07-20 | Set environment variables | Glenn Johnson | 1 | -0/+8 | |
This commit adds `setup_environment` to export the libraries and headers. Fixes #1314. | |||||
2016-07-20 | Merge pull request #1277 from mathstuf/special-deptypes | Todd Gamblin | 3 | -5/+10 | |
deptypes: support special deptypes by string | |||||
2016-07-20 | Merge pull request #1321 from mwilliammyers/package-ilmbase | Todd Gamblin | 1 | -0/+42 | |
ilmbase : Add new IlmBase package | |||||
2016-07-20 | Merge pull request #1292 from eschnett/eschnett/hdf5-default-1.10 | Todd Gamblin | 1 | -1/+1 | |
Make newest HDF5 release the default version | |||||
2016-07-20 | Merge pull request #1303 from adamjstewart/features/armadillo | Todd Gamblin | 1 | -3/+5 | |
Updates to Armadillo package | |||||
2016-07-20 | Merge pull request #1319 from LLNL/cray-linker | Todd Gamblin | 4 | -9/+25 | |
Cray linker | |||||
2016-07-20 | Added gnu packages datamash, parallel, and screen | Samuel Knight | 3 | -0/+149 | |
2016-07-20 | added package as argument to setup_platform_environment | Gregory Becker | 3 | -3/+6 | |
2016-07-20 | ilmbase : Add new IlmBase package | mwilliammyers | 1 | -0/+42 | |
2016-07-20 | Documented linker default | Gregory Becker | 1 | -0/+4 | |
2016-07-20 | fixed flake errors | Gregory Becker | 2 | -10/+5 | |
2016-07-20 | removed commented-out code | Gregory Becker | 1 | -5/+0 | |
2016-07-20 | Set default link type to dynamic on cray. Includes hooks for platform-based ↵ | Gregory Becker | 3 | -0/+19 | |
environment changes | |||||
2016-07-20 | Merge pull request #1315 from LLNL/improved-cray-detection | Todd Gamblin | 1 | -6/+11 | |
Improved cray detection | |||||
2016-07-20 | fixed flake errors | Gregory Becker | 1 | -2/+2 | |
2016-07-20 | fixed flake errors | Gregory Becker | 1 | -2/+5 | |
2016-07-20 | Improved cray_xc detection bug fix | Gregory Becker | 1 | -1/+3 | |
2016-07-20 | Improved cray_xc detection | Gregory Becker | 1 | -5/+5 | |
2016-07-20 | remove FIXMEs | Todd Gamblin | 1 | -2/+0 | |
2016-07-20 | Merge branch 'cdo' of https://github.com/robertdfrench/spack into ↵ | Todd Gamblin | 1 | -0/+44 | |
robertdfrench-cdo | |||||
2016-07-20 | Merge pull request #1302 from robertdfrench/adios-url | Todd Gamblin | 1 | -2/+2 | |
Get adios from github, not NCCS | |||||
2016-07-20 | Merge pull request #1301 from robertdfrench/silver-searcher | Todd Gamblin | 1 | -1/+3 | |
Silver Searcher 0.32 is out | |||||
2016-07-20 | Merge pull request #1284 from eschnett/eschnett/py-h5py.2 | Todd Gamblin | 1 | -0/+1 | |
Declare dependency of "py-h5py +mpi" on "py-mpi4py" | |||||
2016-07-20 | Merge pull request #1288 from LLNL/features/cray_compiler_names | Todd Gamblin | 5 | -2/+12 | |
Let packages call use_cray_compilers() in install to get , etc set to… | |||||
2016-07-20 | Merge pull request #1291 from eschnett/eschnett/netcdf-4.4.1 | Todd Gamblin | 1 | -2/+5 | |
Update NetCDF to version 4.4.1 | |||||
2016-07-20 | Ensure that per-4.4.1 NetCDF doesn't use HDF5 1.10 | Erik Schnetter | 1 | -2/+4 | |
2016-07-20 | Merge pull request #1311 from adamjstewart/features/licenses | Todd Gamblin | 1 | -0/+1 | |
Re-ignore licenses directory | |||||
2016-07-20 | Re-ignore licenses directory | Adam J. Stewart | 1 | -0/+1 | |
2016-07-19 | Merge pull request #1309 from LLNL/features/spack-defaults | Todd Gamblin | 6 | -13/+56 | |
Add "default" configuration scope. | |||||
2016-07-19 | Add "default" configuration scope. | Todd Gamblin | 6 | -13/+56 | |
- Default scope is versioned with spack and can be overridden by site or user config. - Default scope provides sensible default concretization preferences for all of Spack. - per-platform concretization scope can be added later (to force a particular MPI on, e.g., Cray systems) | |||||
2016-07-19 | Draft CDO | Robert D. French | 1 | -0/+44 | |
2016-07-19 | Make frontend OS on Cray machines a proper linux distro. | Todd Gamblin | 1 | -7/+8 | |
2016-07-19 | deptypes: support special deptypes by string | Ben Boeckel | 3 | -5/+10 | |
2016-07-19 | Silver Search 0.32 is out | Robert D. French | 1 | -1/+3 | |
PEP8 Love + Re-adding v0.30.0 | |||||
2016-07-19 | Fix shared object suffix for macOS | Adam J. Stewart | 1 | -2/+2 | |
2016-07-19 | Updates to Armadillo package | Adam J. Stewart | 1 | -3/+5 | |
2016-07-19 | Download Adios from Github | Robert D. French | 1 | -2/+2 | |
Get adios from github, not NCCS Use correct hash, thanks Ben | |||||
2016-07-19 | Merge pull request #1226 from adamjstewart/features/tkinter | Todd Gamblin | 3 | -15/+62 | |
Add Tkinter support for Python | |||||
2016-07-19 | Merge pull request #1135 from epfl-scitas/features/module_refresh_reworking | Todd Gamblin | 14 | -292/+640 | |
spack module : reworking of the command | |||||
2016-07-19 | Merge pull request #1262 from davydden/pkg/suite_sparse_fix_blas | Todd Gamblin | 2 | -13/+29 | |
suite-sparse: enable TBB and fix Blas/Lapack libs | |||||
2016-07-19 | Merge pull request #1294 from eschnett/eschnett/flex | Todd Gamblin | 1 | -0/+1 | |
Flex requires m4 | |||||
2016-07-19 | Merge branch 'develop' of https://github.com/LLNL/spack into ↵ | alalazo | 17 | -220/+421 | |
features/module_refresh Conflicts: lib/spack/spack/test/__init__.py | |||||
2016-07-18 | Flex requires m4 | Erik Schnetter | 1 | -0/+1 | |
2016-07-18 | Make HDF5 1.10 the default version | Erik Schnetter | 1 | -1/+1 | |
Apply this only after NetCDF 4.4.1 is supported. |