summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-05-30Merge remote-tracking branch 'LLNL/develop' into developAli Dorostkar0-0/+0
2016-05-29Merge pull request #999 from ashkan2200/developTodd Gamblin1-1/+5
Dealii, Versions added
2016-05-29additional versions for DealiiAli Dorostkar1-1/+5
Included additional versions for Deal.II package.
2016-05-28Performance boost: reduce instantiations of re.ScannerTodd Gamblin1-1/+4
- Lexer is the same for every Spec parser in spack, so don't build it every time. - This improves time to import package.py files a lot, as a Lexer doesn't have to be constructed for every spc in the packages. - To concretize dealii: - Before: ~20 sec - After: ~6 sec
2016-05-27Merge branch 'develop' of https://github.com/llnl/spack into developGreg Lee9-93/+334
2016-05-27updated libdwarf version and dwarfdump buildGreg Lee1-5/+3
2016-05-27Merge pull request #973 from eschnett/eschnett/openmpi-verbsTodd Gamblin1-2/+29
Auto-detect verbs location
2016-05-27Merge pull request #981 from epfl-scitas/tests/unit_test_for_968Todd Gamblin3-17/+85
find : add unit tests
2016-05-27Merge pull request #989 from LLNL/features/cflags-documentationTodd Gamblin4-74/+158
updated documentation for cflags PR
2016-05-27Merge pull request #975 from adamjstewart/features/streamTodd Gamblin1-0/+62
Add STREAM benchmark package
2016-05-26Merge pull request #992 from davydden/update/dealiiTodd Gamblin1-65/+78
Update/dealii
2016-05-26Merge pull request #993 from xjrc/packages/metisTodd Gamblin3-108/+131
Update Package : METIS/ParMETIS
2016-05-26Added a style checking exemption for lambda expressions.Joseph Ciurej1-1/+4
2016-05-26dealii: formattingDenis Davydov1-61/+73
2016-05-26dealii: don't hardcode blas and mpi; minor fixes to dependenciesDenis Davydov1-9/+10
2016-05-25Merge pull request #982 from trws/rustTodd Gamblin4-14/+134
Rust
2016-05-25Fixing a small bug with metis@4+shared installs on the Mac platform.Joseph Ciurej1-9/+11
2016-05-25updated documentation for cflags PRGregory Becker4-74/+158
2016-05-24Added preliminary improved testing code for METIS@:4.Joseph Ciurej1-0/+19
2016-05-24Added staging support and improved error handling for METIS@:4 installs.Joseph Ciurej1-17/+10
2016-05-24Fixed a few linking/testing bugs in the METIS@:4 install method.Joseph Ciurej1-21/+31
2016-05-24updated launchmon url and versionGreg Lee1-14/+4
2016-05-24Updating 'metis' and 'parmetis' to conform to PEP8 standards.Joseph Ciurej2-62/+65
2016-05-24Improved MPI path specification for ParMETIS using PR #893 features.Joseph Ciurej1-4/+2
2016-05-24Updated and added new versions to the METIS/ParMETIS packages.Joseph Ciurej2-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-24Merge pull request #985 from davydden/update/octaveTodd Gamblin1-25/+32
octave: add missing dependencies and update to 4.0.2
2016-05-23octave: fix formattingDenis Davydov1-26/+27
2016-05-23octave: add missing dependencies and update to 4.0.2Denis Davydov1-0/+6
2016-05-22Fixes #980: really slow spack spec performanceTodd Gamblin1-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-22rust compiler/builder package, new llvm variantsTom Scogland3-9/+35
2016-05-22fixing warning for package fetchTom Scogland1-8/+25
2016-05-22updates for rust-bindgenTom Scogland1-0/+2
2016-05-22initial rust supportTom Scogland2-0/+75
2016-05-21update documentation.Todd Gamblin3-66/+74
2016-05-20Auto-detect verbs locationErik Schnetter1-2/+29
2016-05-20autopep8 : fixed stylealalazo2-2/+4
2016-05-20find : added unit tests, exits with 1 if -E and -e are givenalalazo3-17/+83
2016-05-19Merge pull request #964 from davydden/update/tbbTodd Gamblin1-24/+27
tbb: add 4.4.4; raise InstallError when building 4.4.3 with GCC6.1
2016-05-19Merge pull request #979 from epfl-scitas/packages/scotch+metisTodd Gamblin2-42/+44
Adding `+metis` variant to scotch + changes for esmumps
2016-05-20missing @ in version definitionNicolas Richart1-1/+1
2016-05-20changes scotch package to make he coverage test passNicolas Richart1-10/+8
2016-05-20changes to simplify the esmumps variant for version < 6.0.0 + typos ↵Nicolas Richart1-13/+21
corrections, according to the remarks on PR #979
2016-05-19Adding +metis variant to scotch + minor changesNicolas Richart2-43/+39
2016-05-19Remove `view print` for now.Brett Viren2-187/+3
2016-05-18Merge pull request #977 from trws/explicit-docsTodd Gamblin6-388/+433
initial docs for find and flake8 cleanup
2016-05-18peren-nesting fix in specTom Scogland1-2/+2
2016-05-18initial docs for find and flake8 cleanupTom Scogland6-388/+433
2016-05-18Add STREAM benchmark packageAdam J. Stewart1-0/+62
2016-05-18Merge pull request #966 from verolero86/developTodd Gamblin1-1/+4
Add option to disable VT support in openmpi package
2016-05-18Merge pull request #969 from Rombur/boostTodd Gamblin1-0/+1
Add boost 1.61.0