Age | Commit message (Expand) | Author | Files | Lines |
2016-07-20 | added package as argument to setup_platform_environment | Gregory Becker | 3 | -3/+6 |
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 e... | Gregory Becker | 3 | -0/+19 |
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 | Merge pull request #1284 from eschnett/eschnett/py-h5py.2 | Todd Gamblin | 1 | -0/+1 |
2016-07-20 | Merge pull request #1288 from LLNL/features/cray_compiler_names | Todd Gamblin | 5 | -2/+12 |
2016-07-20 | Merge pull request #1291 from eschnett/eschnett/netcdf-4.4.1 | Todd Gamblin | 1 | -2/+5 |
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 |
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 |
2016-07-19 | Add "default" configuration scope. | Todd Gamblin | 6 | -13/+56 |
2016-07-19 | Make frontend OS on Cray machines a proper linux distro. | Todd Gamblin | 1 | -7/+8 |
2016-07-19 | Merge pull request #1226 from adamjstewart/features/tkinter | Todd Gamblin | 3 | -15/+62 |
2016-07-19 | Merge pull request #1135 from epfl-scitas/features/module_refresh_reworking | Todd Gamblin | 14 | -292/+640 |
2016-07-19 | Merge pull request #1262 from davydden/pkg/suite_sparse_fix_blas | Todd Gamblin | 2 | -13/+29 |
2016-07-19 | Merge pull request #1294 from eschnett/eschnett/flex | Todd Gamblin | 1 | -0/+1 |
2016-07-19 | Merge branch 'develop' of https://github.com/LLNL/spack into features/module_... | alalazo | 17 | -220/+421 |
2016-07-18 | Flex requires m4 | Erik Schnetter | 1 | -0/+1 |
2016-07-18 | Update NetCDF to version 4.4.1 | Erik Schnetter | 1 | -0/+1 |
2016-07-18 | Merge pull request #1204 from goxberry/cmake-3.6.0 | Todd Gamblin | 1 | -0/+1 |
2016-07-18 | Merge pull request #1229 from suraia/fix-preferred-providers | becker33 | 2 | -48/+60 |
2016-07-18 | Let packages call use_cray_compilers() in install to get , etc set to cray names | Gregory Becker | 5 | -2/+12 |
2016-07-18 | Merge pull request #1287 from mwilliammyers/package-jasper | Todd Gamblin | 2 | -0/+88 |
2016-07-18 | package - jasper - Add new jasper package | mwilliammyers | 2 | -0/+88 |
2016-07-18 | Merge pull request #1245 from LLNL/features/cray-detection-improvement | Todd Gamblin | 1 | -1/+8 |
2016-07-18 | Merge pull request #851 from mathstuf/safer-bootstrap | Todd Gamblin | 1 | -12/+37 |
2016-07-18 | Using cc -craype-verbose to get cray platform type | Gregory Becker | 1 | -1/+8 |
2016-07-18 | setuptools is a build dependency in numpy. | Todd Gamblin | 1 | -1/+1 |
2016-07-18 | Declare dependency of "py-h5py +mpi" on "py-mpi4py" | Erik Schnetter | 1 | -0/+1 |
2016-07-18 | Merge pull request #1282 from eschnett/eschnett/py-numpy | Todd Gamblin | 1 | -0/+1 |
2016-07-18 | Merge pull request #1270 from davydden/pkg/mumps_scalapack_fix_blas | Todd Gamblin | 2 | -43/+64 |
2016-07-18 | py-numpy: Add py-setuptools dependencies | Erik Schnetter | 1 | -0/+1 |
2016-07-18 | Merge pull request #1171 from adamjstewart/features/octave | Todd Gamblin | 4 | -100/+111 |
2016-07-18 | Merge pull request #1238 from davydden/pkg/mkl_update | Todd Gamblin | 1 | -1/+37 |
2016-07-18 | Merge pull request #1271 from paulhopkins/bugfix/package-list | Todd Gamblin | 1 | -12/+12 |
2016-07-18 | Merge pull request #1273 from mathstuf/opt-ignore | Todd Gamblin | 1 | -1/+1 |
2016-07-18 | flake8 fix | Michael Kuhn | 1 | -1/+0 |
2016-07-18 | gitignore: don't require opt to be a directory | Ben Boeckel | 1 | -1/+1 |
2016-07-18 | More flake8 fixes for package-list | Paul Hopkins | 1 | -2/+0 |
2016-07-18 | Flake8 and new tk version | Adam J. Stewart | 2 | -9/+14 |
2016-07-18 | Build Python with Tkinter support | Adam J. Stewart | 3 | -6/+48 |
2016-07-18 | Flake8 | Adam J. Stewart | 2 | -17/+10 |
2016-07-18 | Update build_system_guess test with new class name | Adam J. Stewart | 2 | -11/+17 |
2016-07-18 | Flake8 | Adam J. Stewart | 2 | -9/+12 |