Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-27 | updated libdwarf version and dwarfdump build | Greg Lee | 1 | -5/+3 | |
2016-05-26 | Merge pull request #992 from davydden/update/dealii | Todd Gamblin | 1 | -65/+78 | |
Update/dealii | |||||
2016-05-26 | Merge pull request #993 from xjrc/packages/metis | Todd Gamblin | 3 | -108/+131 | |
Update Package : METIS/ParMETIS | |||||
2016-05-26 | Added a style checking exemption for lambda expressions. | Joseph Ciurej | 1 | -1/+4 | |
2016-05-26 | dealii: formatting | Denis Davydov | 1 | -61/+73 | |
2016-05-26 | dealii: don't hardcode blas and mpi; minor fixes to dependencies | Denis Davydov | 1 | -9/+10 | |
2016-05-25 | Merge pull request #982 from trws/rust | Todd Gamblin | 4 | -14/+134 | |
Rust | |||||
2016-05-25 | Fixing a small bug with metis@4+shared installs on the Mac platform. | Joseph Ciurej | 1 | -9/+11 | |
2016-05-24 | Added preliminary improved testing code for METIS@:4. | Joseph Ciurej | 1 | -0/+19 | |
2016-05-24 | Added staging support and improved error handling for METIS@:4 installs. | Joseph Ciurej | 1 | -17/+10 | |
2016-05-24 | Fixed a few linking/testing bugs in the METIS@:4 install method. | Joseph Ciurej | 1 | -21/+31 | |
2016-05-24 | updated launchmon url and version | Greg Lee | 1 | -14/+4 | |
2016-05-24 | Updating 'metis' and 'parmetis' to conform to PEP8 standards. | Joseph Ciurej | 2 | -62/+65 | |
2016-05-24 | Improved MPI path specification for ParMETIS using PR #893 features. | Joseph Ciurej | 1 | -4/+2 | |
2016-05-24 | Updated and added new versions to the METIS/ParMETIS packages. | Joseph Ciurej | 2 | -29/+24 | |
- Added a 'url_for_version' function to the METIS/ParMETIS packages. - Added installation support for METIS@5.0.2 and ParMETIS@4.0.2. - Changed the 'double' variant to 'real64' to make it more consistent with the 'idx64' variant naming. - Removed an unnecessary dependency on gdb. | |||||
2016-05-24 | Merge pull request #985 from davydden/update/octave | Todd Gamblin | 1 | -25/+32 | |
octave: add missing dependencies and update to 4.0.2 | |||||
2016-05-23 | octave: fix formatting | Denis Davydov | 1 | -26/+27 | |
2016-05-23 | octave: add missing dependencies and update to 4.0.2 | Denis Davydov | 1 | -0/+6 | |
2016-05-22 | Fixes #980: really slow spack spec performance | Todd Gamblin | 1 | -2/+1 | |
- `spack spec dealii` now takse seconds rather than 18 minutes. - Slow hash (`dag_hash`) was accidentally inserted into the fast hash (`__hash__`). - Do not put the slow hash in the fast hash. | |||||
2016-05-22 | rust compiler/builder package, new llvm variants | Tom Scogland | 3 | -9/+35 | |
2016-05-22 | fixing warning for package fetch | Tom Scogland | 1 | -8/+25 | |
2016-05-22 | updates for rust-bindgen | Tom Scogland | 1 | -0/+2 | |
2016-05-22 | initial rust support | Tom Scogland | 2 | -0/+75 | |
2016-05-21 | update documentation. | Todd Gamblin | 3 | -66/+74 | |
2016-05-19 | Merge pull request #964 from davydden/update/tbb | Todd Gamblin | 1 | -24/+27 | |
tbb: add 4.4.4; raise InstallError when building 4.4.3 with GCC6.1 | |||||
2016-05-19 | Merge pull request #979 from epfl-scitas/packages/scotch+metis | Todd Gamblin | 2 | -42/+44 | |
Adding `+metis` variant to scotch + changes for esmumps | |||||
2016-05-20 | missing @ in version definition | Nicolas Richart | 1 | -1/+1 | |
2016-05-20 | changes scotch package to make he coverage test pass | Nicolas Richart | 1 | -10/+8 | |
2016-05-20 | changes to simplify the esmumps variant for version < 6.0.0 + typos ↵ | Nicolas Richart | 1 | -13/+21 | |
corrections, according to the remarks on PR #979 | |||||
2016-05-19 | Adding +metis variant to scotch + minor changes | Nicolas Richart | 2 | -43/+39 | |
2016-05-18 | Merge pull request #977 from trws/explicit-docs | Todd Gamblin | 6 | -388/+433 | |
initial docs for find and flake8 cleanup | |||||
2016-05-18 | peren-nesting fix in spec | Tom Scogland | 1 | -2/+2 | |
2016-05-18 | initial docs for find and flake8 cleanup | Tom Scogland | 6 | -388/+433 | |
2016-05-18 | Merge pull request #966 from verolero86/develop | Todd Gamblin | 1 | -1/+4 | |
Add option to disable VT support in openmpi package | |||||
2016-05-18 | Merge pull request #969 from Rombur/boost | Todd Gamblin | 1 | -0/+1 | |
Add boost 1.61.0 | |||||
2016-05-18 | Merge pull request #948 from davydden/bugfix/astyle | Todd Gamblin | 1 | -1/+1 | |
astyle: fix filter command which failed on OSX with python 2.7.10 | |||||
2016-05-18 | Merge pull request #968 from epfl-scitas/find_always_zero_pkgs | Todd Gamblin | 1 | -54/+83 | |
Fix : spack find | |||||
2016-05-18 | Add boost 1.61.0 | Bruno Turcksin | 1 | -0/+1 | |
2016-05-18 | fixes #967, flake8 approved | alalazo | 1 | -53/+82 | |
2016-05-18 | fixes #967 | alalazo | 1 | -1/+1 | |
2016-05-18 | formatting | Denis Davydov | 1 | -25/+25 | |
2016-05-17 | Merge pull request #961 from xjrc/features/flake8-improvements | Todd Gamblin | 2 | -31/+45 | |
Enhancement Proposal: Exempt '@when' Functions from Style Redefinition Errors | |||||
2016-05-17 | Merge branch 'features/cflags' into develop | Todd Gamblin | 26 | -157/+711 | |
Conflicts: lib/spack/spack/cmd/find.py var/spack/repos/builtin/packages/ghostscript/package.py | |||||
2016-05-17 | Tag Spack version 0.9v0.9 | Todd Gamblin | 1 | -1/+1 | |
- Tagging a version to include all that's happened since 0.8.17 - This is in anticipation of merging `features/cflags` and `features/newarch`, which will break the spec format. - 1.0 will likely come after those. | |||||
2016-05-17 | Merge pull request #868 from trws/explicitly-installed | Todd Gamblin | 4 | -12/+36 | |
track whether a package was installed "explicitly" | |||||
2016-05-17 | tbb: add 4.4.4; raise InstallError when building 4.4.3 with GCC6.1 | Denis Davydov | 1 | -2/+5 | |
2016-05-17 | Merge pull request #955 from trws/lua-rework | Todd Gamblin | 5 | -46/+170 | |
complete lua rework | |||||
2016-05-17 | Merge pull request #963 from eschnett/eschnett/duplicate-providers | Todd Gamblin | 1 | -0/+5 | |
Remove duplicate providers that can concretize to the same result | |||||
2016-05-17 | Remove duplicate providers that can concretize to the same result | Erik Schnetter | 1 | -0/+5 | |
Patch generously provided by @becker33. Closes #928. | |||||
2016-05-17 | the right flag here is +, the default behavior is controlled in the variant | Veronica G. Vergara Larrea | 1 | -1/+1 | |