summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-06-15qa : fixed flake8 issuesalalazo2-28/+39
2016-06-15openmpi, mvapich2, mpich : filtered out "--Wl,--enable-new-dtag" in ↵alalazo3-57/+62
wrappers, as it turns RPATH into RUNPATH Apart from that turned `os.path.join` into `join_path` and `os.environ` into `env` in the packages
2016-06-12Merge pull request #1026 from epfl-scitas/packages/lmodTom Scogland5-155/+143
lmod : updated package and dependencies
2016-06-11qa : fixed style and a bug reported by flake8alalazo1-45/+3
lib/spack/spack/test/versions.py:313: [F811] redefinition of unused 'test_union_with_containment' from line 306 Flake8 found errors.
2016-06-11versions : added unit tests for the new propertiesalalazo1-0/+8
2016-06-10Merge pull request #1020 from LLNL/bugfix/libdwarf_versionsTodd Gamblin1-4/+9
put older versions back + version-specific dwarfdump dir
2016-06-08qa : fixed flake8 issuesalalazo4-111/+68
2016-06-08lmod : fixed issues with LUA_PATH during installationalalazo1-2/+8
2016-06-08lmod : updated package and dependenciesalalazo4-10/+69
2016-06-07flake8 fixesGreg Lee1-1/+1
2016-06-07put older versions back + version-specific dwarfdump dirGreg Lee1-3/+8
2016-06-05Merge pull request #869 from brettviren/feature/viewsTom Scogland2-0/+410
Feature/views
2016-06-02Update version to correspond to master.Todd Gamblin1-1/+1
2016-06-02Merge pull request #1014 from epfl-scitas/packages/mvapich2Todd Gamblin1-26/+62
Changes to take into account slurm in version @2.1: of mvapich2
2016-06-02Merge pull request #1001 from ashkan2200/developTodd Gamblin1-27/+36
Dealii, fixed issue with tests
2016-06-02Merge pull request #1005 from eschnett/eschnett/hdf5-updateTodd Gamblin1-0/+1
Update HDF5 to version 1.10.0-patch1
2016-06-02Merge pull request #1008 from LLNL/features/cflags-fixTodd Gamblin1-0/+12
Fixed config format to allow default compiler flags
2016-06-02Merge pull request #1010 from epfl-scitas/packages/tetgenTodd Gamblin1-4/+7
Adding a version to tetgen
2016-06-02Merge pull request #1011 from epfl-scitas/packages/fenicsTodd Gamblin2-0/+214
Adding package FEniCS
2016-06-01Correcting the flake8 warningsNicolas Richart1-25/+47
2016-06-01Addapting the mvapich2@2.1: configure options for slurmNicolas Richart1-4/+18
2016-06-01Introduced a bug by correcting flake8 warningsNicolas Richart1-2/+3
2016-06-01Corrections for flake8Nicolas Richart1-4/+6
2016-06-01Adding package fenicsNicolas Richart2-0/+213
2016-06-01Adding a version to tetgenNicolas Richart1-0/+1
2016-05-31Fixed config format to allow default compiler flagsGregory Becker1-0/+12
2016-05-31Update HDF5 to version 1.10.0-patch1Erik Schnetter1-0/+1
2016-05-31Spacing correctionAli Dorostkar1-4/+4
More spacing correction
2016-05-31Fixed spacingAli Dorostkar1-4/+4
Replaced tabs with spaces
2016-05-30dealii, Added commentAli Dorostkar1-0/+4
Added comment for why step-40 is done differently for dealii 8.4.0 and later
2016-05-30Step-40 test for 8.3.0 and earlierAli Dorostkar1-20/+24
Integrated part of step-40 to be tested for earlier versions of dealii
2016-05-30dealii, test for specific versionAli Dorostkar1-46/+47
Specified that test case “step-40” is only to be run when using dealii version 8.4.0 or later
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