Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-25 | fixed mock config to use truncated versions of linux distro versions | Gregory Becker | 1 | -2/+2 | |
2016-05-25 | Fixed test config to work on yosemite | Gregory Becker | 2 | -20/+42 | |
2016-05-25 | Merge pull request #982 from trws/rust | Todd Gamblin | 4 | -14/+134 | |
Rust | |||||
2016-05-25 | added test platform | Gregory Becker | 1 | -0/+28 | |
2016-05-25 | Fixing a small bug with metis@4+shared installs on the Mac platform. | Joseph Ciurej | 1 | -9/+11 | |
2016-05-25 | (hopefully) final fixes of the merge | Gregory Becker | 5 | -24/+38 | |
2016-05-25 | updated documentation for cflags PR | Gregory Becker | 4 | -74/+158 | |
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 | fixed bug where earlier test was blowing away environment, causing an error ↵ | Gregory Becker | 1 | -1/+4 | |
on which('modulecmd') | |||||
2016-05-23 | Fixed a couple more bugs | Gregory Becker | 2 | -2/+2 | |
2016-05-23 | 'Ugly merge because I mishandled git | Gregory Becker | 7 | -43/+162 | |
Merge branch 'save' into features/newarch | |||||
2016-05-23 | Fixed errors caught by spec and concretize tests | Gregory Becker | 7 | -48/+160 | |
2016-05-23 | Started writing documentation for architecture. Might need a couple more drafts | Mario Melara | 1 | -0/+52 | |
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-20 | compiler list is sorted in descending order, in order to get most up to date ↵ | Mario Melara | 1 | -3/+3 | |
version we check from the beginning of the list | |||||
2016-05-20 | Auto-detect verbs location | Erik Schnetter | 1 | -2/+29 | |
2016-05-20 | autopep8 : fixed style | alalazo | 2 | -2/+4 | |
2016-05-20 | find : added unit tests, exits with 1 if -E and -e are given | alalazo | 3 | -17/+83 | |
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-19 | Changed rpaths method so that it only grabs rpaths using the compiler module ↵ | Mario Melara | 1 | -14/+10 | |
name instead of PrgEnv-x module name | |||||
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 link_paths to craype compilers | Mario Melara | 1 | -4/+5 | |
2016-05-19 | fixed spec syntax test | Gregory Becker | 1 | -1/+8 | |
2016-05-19 | Adding +metis variant to scotch + minor changes | Nicolas Richart | 2 | -43/+39 | |
2016-05-18 | Fixed some of the bugs | Gregory Becker | 2 | -32/+29 | |
2016-05-18 | Fixed the first set of merge bugs | Gregory Becker | 6 | -20/+16 | |
2016-05-18 | Merge branch 'features/newarch' of https://github.com/NERSC/spack into ↵ | Mario Melara | 5 | -94/+30 | |
features/newarch | |||||
2016-05-18 | Changed unsatisfiable architecture test | Mario Melara | 1 | -13/+5 | |
2016-05-18 | Changed arch tests to new spec target= os= | Mario Melara | 1 | -59/+50 | |
2016-05-18 | more merge work | Gregory Becker | 2 | -58/+4 | |
2016-05-18 | more merge work | Gregory Becker | 1 | -21/+8 | |
2016-05-18 | more merge work | Gregory Becker | 2 | -15/+18 | |
2016-05-18 | Moved searching of flags into get compilers in compilers_for_spec | Mario Melara | 1 | -11/+12 | |