Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2016-01-21 | Remove cxx symlink, tell NAG to look for c++ symlink | Adam J. Stewart | 2 | -2/+1 | |
2016-01-21 | Add symlink cxx to point to cc | Adam J. Stewart | 1 | -0/+1 | |
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 | Merge pull request #383 from LLNL/features/better-executable-args | Todd Gamblin | 11 | -60/+116 | |
Refactor args for Executable.__call__ | |||||
2016-01-21 | Refactor args for Executable.__call__ | Todd Gamblin | 11 | -60/+116 | |
- 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 | Merge pull request #386 from adamjstewart/features/mpfr | Todd Gamblin | 1 | -1/+1 | |
Remove constraint on dependency version | |||||
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 | 8 | -34/+119 | |
2016-01-20 | Merge pull request #350 from adamjstewart/features/nag | Todd Gamblin | 5 | -4/+39 | |
Add NAG Fortran Compiler support | |||||
2016-01-20 | Merge pull request #381 from adamjstewart/features/location | Todd Gamblin | 1 | -1/+1 | |
Fixed typo when running spack help | |||||
2016-01-20 | Fixed typo when running spack help | Adam J. Stewart | 1 | -1/+1 | |
2016-01-20 | Redirect STDERR to STDOUT for compiler version | Adam J. Stewart | 1 | -1/+2 | |
This is necessary for the NAG Fortran compiler, which prints its version message to STDERR instead of STDOUT. This message was previously being ignored, preventing spack from finding the compiler's version or automatically adding it to the compilers.yaml configuration file. | |||||
2016-01-20 | Merge pull request #379 from epfl-scitas/packages/hdf5 | Todd Gamblin | 2 | -29/+79 | |
HDF5 + OpenMPI : modified existing packages | |||||
2016-01-20 | Minor correction to install mumps+mpi | Nicolas Richart | 3 | -15/+37 | |
2016-01-20 | openmpi : turned torque support into a variant (default false) | alalazo | 2 | -29/+79 | |
hdf5 : fixed a few bugs, removed suspicious macro deinition, etc. | |||||
2016-01-20 | renaming packages to follow changes on develop | Nicolas Richart | 3 | -0/+0 | |
2016-01-20 | Adding MUMPS and ScaLAPACK | Nicolas Richart | 3 | -0/+205 | |
2016-01-20 | elpa : commit partial package. Blocked by missing scalapack | alalazo | 1 | -0/+46 | |
2016-01-19 | Merge branch 'develop' into features/boost-additive-libs | Peter Scheibel | 505 | -1248/+21990 | |
2016-01-19 | Merge pull request #377 from mathstuf/fix-typos | Todd Gamblin | 2 | -2/+2 | |
typos: fix some letter transposes | |||||
2016-01-19 | typos: fix some letter transposes | Ben Boeckel | 2 | -2/+2 | |
2016-01-19 | Modify nag.py to match new compiler package structure | Adam J. Stewart | 1 | -0/+9 | |
2016-01-19 | Merge branch 'develop' into features/nag | Adam J. Stewart | 2 | -0/+76 | |
* develop: eigen : added package Revert deprecated configure flags Add verbs variant, remove deprecated configure flags | |||||
2016-01-19 | Add symlink for NAG Fortran Compiler | Adam J. Stewart | 1 | -0/+1 | |
2016-01-19 | Various updates to MVAPICH2 package | Adam J. Stewart | 1 | -10/+24 | |
Use url_for_version function to specify urls Add version 2.2b Add dedicated MRAIL variant Fix typo Make fortran compiler flags more specific | |||||
2016-01-19 | Merge pull request #373 from adamjstewart/features/mpich | Todd Gamblin | 1 | -0/+8 | |
Add verbs variant, remove deprecated configure flags | |||||
2016-01-19 | Merge pull request #374 from epfl-scitas/packages/eigen_no_suitesparse | Todd Gamblin | 1 | -0/+68 | |
eigen : added package | |||||
2016-01-19 | eigen : added package | alalazo | 1 | -0/+68 | |
2016-01-19 | Merge branch 'develop' into features/nag | Adam J. Stewart | 502 | -1149/+21297 | |
* develop: (77 commits) Make libxcb compile with gcc 4.9. disable parallel install for glib (found races) disable cairo-trace, which is incompatible with older libiberty.h. Fix LaunchMon on newer gcc versions. Simplify output redirection in spack.util.executable Allow completely empty config files. Update cmake package to use http in all URLs. Fix create, diy, edit, and repo commands to use multiple repos. Add namespace option to find command. Temporary fix: Clang is the default compiler on Mac OS X. Netcdf requires cmake >=2.8.12 Mbedtls depends on cmake Update libtool to 2.4.6 Update Julia to 0.4.3 Make binutils build on OS X Add verbs and psm variants py-matplotlib: depend on freetype py-numpy: make blas/lapack optional dependencies qhull: apply patch to work with libc++'s standard library New package GNU tar ... |